| 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
SAXExceptionpublic void scan(Document d, ContentHandler contentHandler) throws SAXException
SAXExceptionCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.