Package org.dom4j.tree
Class ElementNameIterator
Deprecated.
THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!
ElementNameIterator
is a filtering Iterator
which
filters out objects which do not implement the Element
interface and
are not of the correct element name.
- Version:
- $Revision: 1.11 $
-
Field Summary
FieldsFields inherited from class org.dom4j.tree.FilterIterator
proxy
-
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
name
Deprecated.
-
-
Constructor Details
-
ElementNameIterator
Deprecated.
-
-
Method Details
-
matches
Deprecated.DOCUMENT ME!- Specified by:
matches
in classFilterIterator<Node>
- Parameters:
object
- DOCUMENT ME!- Returns:
- true if the given element implements the
Element
interface
-