org.apache.xerces.domx.traversal
Interface NodeIterator
- All Known Implementing Classes:
- NodeIteratorImpl
- public interface NodeIterator
This interface is the W3C DOM Level 2 candidate,
which if accepted will likely exist in the package:
org.w3c.dom.traversal
getWhatToShow
public int getWhatToShow()
getFilter
public NodeFilter getFilter()
getExpandEntityReferences
public boolean getExpandEntityReferences()
nextNode
public Node nextNode()
throws DOMException
previousNode
public Node previousNode()
throws DOMException
detach
public void detach()