All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.NodeEnumerator

public interface NodeEnumerator

Method Index

 o atEnd()
 o atStart()
 o getCurrent()
 o getFirst()
 o getLast()
 o getNext()
 o getPrevious()

Methods

 o getFirst
 public abstract Node getFirst()
 o getNext
 public abstract Node getNext()
 o getPrevious
 public abstract Node getPrevious()
 o getLast
 public abstract Node getLast()
 o getCurrent
 public abstract Node getCurrent()
 o atStart
 public abstract boolean atStart()
 o atEnd
 public abstract boolean atEnd()

All Packages  Class Hierarchy  This Package  Previous  Next  Index