public class SAXEventGenerator extends Object
| Constructor | Description |
|---|---|
SAXEventGenerator() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
parse(Document dom,
ContentHandler handler) |
scans the specified DOM and sends SAX2 events to the handler.
|
public static void parse(Document dom, ContentHandler handler) throws SAXException
SAXExceptionCopyright © 2019 Oracle Corporation. All rights reserved.