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