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