Class OMChildrenWithSpecificAttributeIterator

  • All Implemented Interfaces:
    Iterator

    public class OMChildrenWithSpecificAttributeIterator
    extends OMFilterIterator
    Deprecated.
    • Constructor Detail

      • OMChildrenWithSpecificAttributeIterator

        public OMChildrenWithSpecificAttributeIterator​(org.apache.axiom.om.OMNode currentChild,
                                                       QName attributeName,
                                                       String attributeValue,
                                                       boolean detach)
        Deprecated.
        Constructor OMChildrenWithSpecificAttributeIterator.
        Parameters:
        currentChild -
        attributeName -
        attributeValue -
        detach -
    • Method Detail

      • setCaseInsensitiveValueChecks

        public void setCaseInsensitiveValueChecks​(boolean val)
        Deprecated.
      • 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()