Xerces 1.0.0

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


Method Summary
 void detach()
           
 boolean getExpandEntityReferences()
           
 NodeFilter getFilter()
           
 int getWhatToShow()
           
 Node nextNode()
           
 Node previousNode()
           
 

Method Detail

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()

Xerces 1.0.0