Public Member Functions | |
| AnyNode2SAX () | |
| AnyNode2SAX (AnyNode node) | |
| AnyNode2SAX (AnyNode node, Namespaces context) | |
| void | setDocumentHandler (DocumentHandler handler) |
| void | start () throws org.xml.sax.SAXException |
Static Public Member Functions | |
| static void | fireEvents (AnyNode node, DocumentHandler handler) throws SAXException |
| static void | fireEvents (AnyNode node, DocumentHandler handler, Namespaces context) throws SAXException |
A class for converting an AnyNode to SAX events
| org.exolab.castor.xml.util.AnyNode2SAX.AnyNode2SAX | ( | ) |
Referenced by org.exolab.castor.xml.util.AnyNode2SAX.fireEvents().
| org.exolab.castor.xml.util.AnyNode2SAX.AnyNode2SAX | ( | AnyNode | node | ) |
Creates a AnyNode2SAX for the given node.
| org.exolab.castor.xml.util.AnyNode2SAX.AnyNode2SAX | ( | AnyNode | node, | |
| Namespaces | context | |||
| ) |
Creates a AnyNode2SAX for the given node and the namespace context.
| static void org.exolab.castor.xml.util.AnyNode2SAX.fireEvents | ( | AnyNode | node, | |
| DocumentHandler | handler | |||
| ) | throws SAXException [static] |
| static void org.exolab.castor.xml.util.AnyNode2SAX.fireEvents | ( | AnyNode | node, | |
| DocumentHandler | handler, | |||
| Namespaces | context | |||
| ) | throws SAXException [static] |
| void org.exolab.castor.xml.util.AnyNode2SAX.setDocumentHandler | ( | DocumentHandler | handler | ) |
Set the Document Handler
| handler | the document handler to set |
Implements org.exolab.castor.xml.EventProducer.
Referenced by org.exolab.castor.xml.util.AnyNode2SAX.fireEvents().
| void org.exolab.castor.xml.util.AnyNode2SAX.start | ( | ) | throws org.xml.sax.SAXException |
Signals to start producing events.
Implements org.exolab.castor.xml.EventProducer.
Referenced by org.exolab.castor.xml.util.AnyNode2SAX.fireEvents().
1.7.0