public static class XMLUtil.NodeListIterator extends Object implements org.w3c.dom.traversal.NodeIterator
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected NodeList |
list |
Constructor and Description |
---|
XMLUtil.NodeListIterator(NodeList list) |
Modifier and Type | Method and Description |
---|---|
void |
detach() |
boolean |
getExpandEntityReferences() |
org.w3c.dom.traversal.NodeFilter |
getFilter() |
Node |
getRoot() |
int |
getWhatToShow() |
Node |
nextNode() |
Node |
previousNode() |
protected NodeList list
protected int index
public XMLUtil.NodeListIterator(NodeList list)
public Node previousNode()
previousNode
in interface org.w3c.dom.traversal.NodeIterator
public Node nextNode()
nextNode
in interface org.w3c.dom.traversal.NodeIterator
public int getWhatToShow()
getWhatToShow
in interface org.w3c.dom.traversal.NodeIterator
public Node getRoot()
getRoot
in interface org.w3c.dom.traversal.NodeIterator
public org.w3c.dom.traversal.NodeFilter getFilter()
getFilter
in interface org.w3c.dom.traversal.NodeIterator
public boolean getExpandEntityReferences()
getExpandEntityReferences
in interface org.w3c.dom.traversal.NodeIterator
public void detach()
detach
in interface org.w3c.dom.traversal.NodeIterator