Package org.dom4j.tree
Class ElementIterator
- java.lang.Object
-
- org.dom4j.tree.FilterIterator<Node>
-
- org.dom4j.tree.ElementIterator
-
public class ElementIterator 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 ElementIterator(Iterator<Node> proxy)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected boolean
matches(Node element)
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
-
-
-
-
Method Detail
-
matches
protected boolean matches(Node element)
Deprecated.DOCUMENT ME!- Specified by:
matches
in classFilterIterator<Node>
- Parameters:
element
- DOCUMENT ME!- Returns:
- true if the given element implements the
Element
interface
-
-