Package com.sun.msv.util.xml
Class SAXEventGenerator
java.lang.Object
com.sun.msv.util.xml.SAXEventGenerator
produces SAX2 event from a DOM tree.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
parse
(Document dom, ContentHandler handler) scans the specified DOM and sends SAX2 events to the handler.
-
Constructor Details
-
SAXEventGenerator
public SAXEventGenerator()
-
-
Method Details
-
parse
scans the specified DOM and sends SAX2 events to the handler.- Throws:
SAXException
-