Package com.sun.msv.util.xml
Class SAXEventGenerator
- java.lang.Object
-
- com.sun.msv.util.xml.SAXEventGenerator
-
public class SAXEventGenerator extends java.lang.Object
produces SAX2 event from a DOM tree.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
SAXEventGenerator.SAXWrapper
-
Constructor Summary
Constructors Constructor Description SAXEventGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
parse(org.w3c.dom.Document dom, org.xml.sax.ContentHandler handler)
scans the specified DOM and sends SAX2 events to the handler.
-