public class SAXEventGenerator extends Object
| Constructor and Description |
|---|
SAXEventGenerator() |
| Modifier and Type | Method and 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 © 2014 Oracle Corporation. All Rights Reserved.