|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xml.serializer.TreeWalker
public final class TreeWalker
This class does a pre-order walk of the DOM tree, calling a ContentHandler interface as it goes. This class is a copy of the one in org.apache.xml.utils. It exists to cut the serializers dependancy on that package.
| Constructor Summary | |
|---|---|
TreeWalker(org.xml.sax.ContentHandler ch)
|
|
TreeWalker(org.xml.sax.ContentHandler contentHandler,
java.lang.String systemId)
Constructor. |
|
| Method Summary | |
|---|---|
org.xml.sax.ContentHandler |
getContentHandler()
Get the ContentHandler used for the tree walk. |
void |
traverse(org.w3c.dom.Node pos)
Perform a pre-order traversal non-recursive style. |
void |
traverse(org.w3c.dom.Node pos,
org.w3c.dom.Node top)
Perform a pre-order traversal non-recursive style. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeWalker(org.xml.sax.ContentHandler ch)
public TreeWalker(org.xml.sax.ContentHandler contentHandler,
java.lang.String systemId)
contentHandler - The implemention of the
contentHandler operation (toXMLString, digest, ...)| Method Detail |
|---|
public org.xml.sax.ContentHandler getContentHandler()
public void traverse(org.w3c.dom.Node pos)
throws org.xml.sax.SAXException
pos - Node in the tree where to start traversal
TransformerException
org.xml.sax.SAXException
public void traverse(org.w3c.dom.Node pos,
org.w3c.dom.Node top)
throws org.xml.sax.SAXException
pos - Node in the tree where to start traversaltop - Node in the tree where to end traversal
TransformerException
org.xml.sax.SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||