jd.xml.util
Class DescendantsEnum
java.lang.Object
jd.xml.util.DescendantsEnum
- public class DescendantsEnum
- extends Object
DescendantsEnum is an Enumeration for the descendant nodes of a start node.
Nodes with type DOCUMENT_TYPE will not be returned.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescendantsEnum
public DescendantsEnum(Node startNode)
start
public void start(Node startNode)
next
public Node next()
next
public Node next(int type)
throws IllegalStateException
- Throws:
IllegalStateException
nextElement
public Node nextElement()
throws IllegalStateException
- Throws:
IllegalStateException
nextPi
public Node nextPi()
throws IllegalStateException
- Throws:
IllegalStateException
nextComment
public Node nextComment()
throws IllegalStateException
- Throws:
IllegalStateException
nextText
public Node nextText()
throws IllegalStateException
- Throws:
IllegalStateException