Class OMQualifiedNameFilterIterator

  • All Implemented Interfaces:
    Iterator

    public class OMQualifiedNameFilterIterator
    extends OMFilterIterator
    Deprecated.
    Iterator that selects elements based on prefix and local name. Note that namespace URIs are not taken into account by the filter.
    • Constructor Detail

      • OMQualifiedNameFilterIterator

        public OMQualifiedNameFilterIterator​(Iterator parent,
                                             String qualifiedName)
        Deprecated.
    • Method Detail

      • matches

        protected boolean matches​(org.apache.axiom.om.OMNode node)
        Deprecated.
        Description copied from class: OMFilterIterator
        Determine whether the given node matches the filter criteria.
        Specified by:
        matches in class OMFilterIterator
        Parameters:
        node - the node to test
        Returns:
        true if the node matches, i.e. if it should be returned by a call to OMFilterIterator.next()