com.japisoft.fastparser.walker
Class TreeWalker

java.lang.Object
  |
  +--com.japisoft.fastparser.walker.TreeWalker

public class TreeWalker
extends java.lang.Object

This class is a toolkit for navigating through your XML tree easily. is is able to return you a list of tag by name...

Author:
(c) 2002-2003 JAPISOFT

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

TreeWalker

public TreeWalker(SimpleNode node)
Reference node. It is illegal to use a null node

Method Detail

getTagNodeByName

public java.util.Enumeration getTagNodeByName(java.lang.String name,
                                              boolean deep)
Parameters:
deep - deeply found tag
Returns:
a list of tag mathing the name