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