Class ChildElementWalker

java.lang.Object
  |
  +--ChildElementWalker

public class ChildElementWalker
extends java.lang.Object

ChildElementWalker provides a convenience class used to walk through all childs of an element that are elements and to skip text nodes that are assumed to be white space

Version:
1.0
Author:
Udo Altmann

Method Summary
 org.w3c.dom.Element getNextElement()
           
 void reset()
          resets to first child
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reset

public void reset()
resets to first child


getNextElement

public org.w3c.dom.Element getNextElement()
Returns:
next element found or null if there is no more element