public class ElementQNameIterator extends FilterIterator
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(Iterator proxy,
QName qName)
Deprecated.
|
protected boolean matches(Object object)
matches
in class FilterIterator
object
- DOCUMENT ME!Element
interface and matches the given QName
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.