org.dom4j.tree
public class ElementNameIterator extends FilterIterator
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 $
| Constructor Summary | |
|---|---|
| ElementNameIterator(Iterator proxy, String name) | |
| Method Summary | |
|---|---|
| protected boolean | matches(Object object)
DOCUMENT ME!
|
Parameters: object DOCUMENT ME!
Returns: true if the given element implements the Element interface