Package org.dom4j.tree
Class ElementIterator
Deprecated.
THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!
ElementIterator is a filtering Iteratorwhich filters
out objects which do not implement the Elementinterface.
- Version:
- $Revision: 1.8 $
- Author:
- James Strachan
-
Field Summary
Fields inherited from class org.dom4j.tree.FilterIterator
proxy -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dom4j.tree.FilterIterator
findNext, hasNext, next, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ElementIterator
Deprecated.
-
-
Method Details
-
matches
Deprecated.DOCUMENT ME!- Specified by:
matchesin classFilterIterator<Node>- Parameters:
element- DOCUMENT ME!- Returns:
- true if the given element implements the
Elementinterface
-