public class ElementNameIterator extends FilterIterator<Node>
ElementNameIterator is a filtering Iteratorwhich
filters out objects which do not implement the Elementinterface and
are not of the correct element name.
proxy| Constructor | Description |
|---|---|
ElementNameIterator(java.util.Iterator<Node> proxy,
java.lang.String name) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
matches(Node object) |
Deprecated.
DOCUMENT ME!
|
findNext, hasNext, next, removepublic ElementNameIterator(java.util.Iterator<Node> proxy, java.lang.String name)
protected boolean matches(Node object)
matches in class FilterIterator<Node>object - DOCUMENT ME!Element
interface