Class ElementQNameIterator

  • All Implemented Interfaces:
    java.util.Iterator

    public class ElementQNameIterator
    extends FilterIterator
    Deprecated.
    THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!

    ElementQNameIterator is a filtering Iteratorwhich filters out objects which do not implement the Elementinterface and are not of the correct fully qualified element name.

    Version:
    $Revision: 1.7 $
    Author:
    James Strachan
    • Constructor Detail

      • ElementQNameIterator

        public ElementQNameIterator​(java.util.Iterator proxy,
                                    QName qName)
        Deprecated.
    • Method Detail

      • matches

        protected boolean matches​(java.lang.Object object)
        Deprecated.
        DOCUMENT ME!
        Specified by:
        matches in class FilterIterator
        Parameters:
        object - DOCUMENT ME!
        Returns:
        true if the given element implements the Element interface and matches the given QName