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