All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.dom.NodeEnumerator
- public interface NodeEnumerator
-
atEnd()
-
-
atStart()
-
-
getCurrent()
-
-
getFirst()
-
-
getLast()
-
-
getNext()
-
-
getPrevious()
-
getFirst
public abstract Node getFirst()
getNext
public abstract Node getNext()
getPrevious
public abstract Node getPrevious()
getLast
public abstract Node getLast()
getCurrent
public abstract Node getCurrent()
atStart
public abstract boolean atStart()
atEnd
public abstract boolean atEnd()
All Packages Class Hierarchy This Package Previous Next Index