|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.fastparser.walker.TreeWalker
This class is a toolkit for navigating through your XML tree easily. is is able to return you a list of tag by name...
Constructor Summary | |
TreeWalker(SimpleNode node)
Reference node. |
Method Summary | |
java.util.Enumeration |
getTagNodeByName(java.lang.String name,
boolean deep)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TreeWalker(SimpleNode node)
null
node
Method Detail |
public java.util.Enumeration getTagNodeByName(java.lang.String name, boolean deep)
deep
- deeply found tag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |