net.sourceforge.pmd.lang.ast.xpath
Class NodeIterator
java.lang.Object
net.sourceforge.pmd.lang.ast.xpath.NodeIterator
- All Implemented Interfaces:
- Iterator<Node>
public abstract class NodeIterator
- extends Object
- implements Iterator<Node>
- Author:
- daniels
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeIterator
public NodeIterator(Node contextNode)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<Node>
next
public Node next()
- Specified by:
next in interface Iterator<Node>
remove
public void remove()
- Specified by:
remove in interface Iterator<Node>
getFirstNode
protected abstract Node getFirstNode(Node contextNode)
getNextNode
protected abstract Node getNextNode(Node contextNode)
getPreviousSibling
protected Node getPreviousSibling(Node contextNode)
getNextSibling
protected Node getNextSibling(Node contextNode)
getFirstChild
protected Node getFirstChild(Node contextNode)
getLastChild
protected Node getLastChild(Node contextNode)
Copyright © 2002-2015 InfoEther. All Rights Reserved.