|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. NOTE : if the implementation can produce lexical events, care should be taken that handler can actually be a XMLConsumer that accepts such
events or directly implements the LexicalHandler interface! |
Method Detail |
public void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
handler
can actually be a XMLConsumer
that accepts such
events or directly implements the LexicalHandler interface!
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |