Package org.dom4j.tree
Class ElementQNameIterator
- java.lang.Object
-
- org.dom4j.tree.FilterIterator<Node>
-
- org.dom4j.tree.ElementQNameIterator
-
public class ElementQNameIterator extends FilterIterator<Node>
Deprecated.THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!
-
-
Field Summary
-
Fields inherited from class org.dom4j.tree.FilterIterator
proxy
-
-
Constructor Summary
Constructors Constructor Description ElementQNameIterator(Iterator<Node> proxy, QName qName)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected boolean
matches(Node object)
Deprecated.DOCUMENT ME!-
Methods inherited from class org.dom4j.tree.FilterIterator
findNext, hasNext, next, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-