| Constructor | Description |
|---|---|
DOMForestScanner(DOMForest _forest) |
Scans DOM nodes of the given forest.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
scan(Document d,
ContentHandler contentHandler) |
Generates the whole set of SAX events from the given Document
in the DOMForest.
|
void |
scan(Element e,
ContentHandler contentHandler) |
Generates the whole set of SAX events by treating
element e as if it's a root element.
|
public DOMForestScanner(DOMForest _forest)
public void scan(Element e, ContentHandler contentHandler) throws SAXException
SAXExceptionpublic void scan(Document d, ContentHandler contentHandler) throws SAXException
SAXExceptionCopyright © 2018 Oracle Corporation. All rights reserved.