public class SAXEventGenerator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
SAXEventGenerator.SAXWrapper |
| 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.
|