|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.reader.internalizer.DOMForestScanner
public class DOMForestScanner
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.
Constructor Summary | |
---|---|
DOMForestScanner(DOMForest _forest)
Scans DOM nodes of the given forest. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOMForestScanner(DOMForest _forest)
Method Detail |
---|
public void scan(Element e, ContentHandler contentHandler) throws SAXException
SAXException
public void scan(Document d, ContentHandler contentHandler) throws SAXException
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |