com.sun.msv.util.xml
public class SAXEventGenerator extends java.lang.Object
Constructor and Description |
---|
SAXEventGenerator() |
Modifier and Type | Method and 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.
|