| java.lang.Object com.sun.tools.xjc.reader.internalizer.DOMForestScanner
DOMForestScanner | public class DOMForestScanner (Code) | | Produces a complete series of SAX events from any DOM node
in the DOMForest.
This class hides a logic of re-associating
Locator to the generated SAX event stream.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) |
Method Summary | |
public 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 void | scan(Document d, ContentHandler contentHandler) Generates the whole set of SAX events from the given Document
in the DOMForest. |
DOMForestScanner | public DOMForestScanner(DOMForest _forest)(Code) | | Scans DOM nodes of the given forest.
DOM node parameters to the scan method must be a part of
this forest.
|
|
|