Class OMFilterIterator

    • Constructor Detail

      • OMFilterIterator

        public OMFilterIterator​(Iterator parent)
        Deprecated.
    • Method Detail

      • matches

        protected abstract boolean matches​(org.apache.axiom.om.OMNode node)
        Deprecated.
        Determine whether the given node matches the filter criteria.
        Parameters:
        node - the node to test
        Returns:
        true if the node matches, i.e. if it should be returned by a call to next()
      • hasNext

        public boolean hasNext()
        Deprecated.
        Specified by:
        hasNext in interface Iterator
      • remove

        public void remove()
        Deprecated.
        Specified by:
        remove in interface Iterator