|
xmlgraphics-commons 1.1
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
org.apache.xmlgraphics.util
Interface XMLizable
- All Known Implementing Classes:
- XMPComplexValue, Metadata, XMPProperty
- public interface XMLizable
This interface can be implemented by classes willing to provide an XML representation
of their current state as SAX events.
Method Summary |
void |
toSAX(org.xml.sax.ContentHandler handler)
Generates SAX events representing the object's state. |
toSAX
public void toSAX(org.xml.sax.ContentHandler handler)
throws org.xml.sax.SAXException
- Generates SAX events representing the object's state.
- Parameters:
handler
- ContentHandler instance to send the SAX events to- Throws:
org.xml.sax.SAXException
- if there's a problem generating the SAX events
|
xmlgraphics-commons 1.1
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.