Class ElementIterator

  • All Implemented Interfaces:
    java.util.Iterator<Node>

    public class ElementIterator
    extends FilterIterator<Node>
    Deprecated.
    THIS CLASS WILL BE REMOVED IN dom4j-1.6 !!

    ElementIterator is a filtering Iteratorwhich filters out objects which do not implement the Elementinterface.

    • Constructor Detail

      • ElementIterator

        public ElementIterator​(java.util.Iterator<Node> proxy)
        Deprecated.
    • Method Detail

      • matches

        protected boolean matches​(Node element)
        Deprecated.
        DOCUMENT ME!
        Specified by:
        matches in class FilterIterator<Node>
        Parameters:
        element - DOCUMENT ME!
        Returns:
        true if the given element implements the Element interface