All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.NodeIterator

public interface NodeIterator

Method Index

 o getCurrent()
 o getLength()
 o toFirst()
 o toLast()
 o toNext()
 o toNode(Node)
 o toNth(int)
 o toPrevious()

Methods

 o getLength
 public abstract int getLength()
 o getCurrent
 public abstract Node getCurrent()
 o toNext
 public abstract Node toNext()
 o toPrevious
 public abstract Node toPrevious()
 o toFirst
 public abstract Node toFirst()
 o toLast
 public abstract Node toLast()
 o toNth
 public abstract Node toNth(int Nth)
 o toNode
 public abstract Node toNode(Node destNode)

All Packages  Class Hierarchy  This Package  Previous  Next  Index