All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.dom.NodeIterator
- public interface NodeIterator
-
getCurrent()
-
-
getLength()
-
-
toFirst()
-
-
toLast()
-
-
toNext()
-
-
toNode(Node)
-
-
toNth(int)
-
-
toPrevious()
-
getLength
public abstract int getLength()
getCurrent
public abstract Node getCurrent()
toNext
public abstract Node toNext()
toPrevious
public abstract Node toPrevious()
toFirst
public abstract Node toFirst()
toLast
public abstract Node toLast()
toNth
public abstract Node toNth(int Nth)
toNode
public abstract Node toNode(Node destNode)
All Packages Class Hierarchy This Package Previous Next Index