Save This Page
Home » dom4j-1.6.1 » org.dom4j.tree » [javadoc | source]
org.dom4j.tree
public class: ElementQNameIterator [javadoc | source]
java.lang.Object
   org.dom4j.tree.FilterIterator
      org.dom4j.tree.ElementQNameIterator

All Implemented Interfaces:
    Iterator

Deprecated! THIS - CLASS WILL BE REMOVED IN dom4j-1.6 !!

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.

Fields inherited from org.dom4j.tree.FilterIterator:
proxy
Constructor:
 public ElementQNameIterator(Iterator proxy,
    QName qName) 
Method from org.dom4j.tree.ElementQNameIterator Summary:
matches
Methods from org.dom4j.tree.FilterIterator:
findNext,   hasNext,   matches,   next,   remove
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.tree.ElementQNameIterator Detail:
 protected boolean matches(Object object) 
      Deprecated!
    DOCUMENT ME!