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
SAXException
Copyright © 2019 Oracle Corporation. All rights reserved.