Constructor and Description |
---|
DOMForestScanner(DOMForest _forest)
Scans DOM nodes of the given forest.
|
Modifier and Type | Method and 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
SAXException
public void scan(Document d, ContentHandler contentHandler) throws SAXException
SAXException
Copyright © 2017 JBoss by Red Hat. All rights reserved.