|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.ws.wsdl.parser.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(org.w3c.dom.Document d,
org.xml.sax.ContentHandler contentHandler)
Generates the whole set of SAX events from the given Document in the DOMForest. |
void |
scan(org.w3c.dom.Element e,
org.xml.sax.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(org.w3c.dom.Element e, org.xml.sax.ContentHandler contentHandler) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void scan(org.w3c.dom.Document d, org.xml.sax.ContentHandler contentHandler) throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |