public class DeepFirstXMLDOMWalker.IgroreableIterator
extends java.lang.Object
implements java.util.Iterator<org.w3c.dom.Node>
Constructor and Description |
---|
IgroreableIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
void |
ignoreChildren(org.w3c.dom.Node n) |
org.w3c.dom.Node |
next() |
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<org.w3c.dom.Node>
public void ignoreChildren(org.w3c.dom.Node n)
public org.w3c.dom.Node next()
next
in interface java.util.Iterator<org.w3c.dom.Node>
public void remove()
remove
in interface java.util.Iterator<org.w3c.dom.Node>