Class OMChildrenWithSpecificAttributeIterator

java.lang.Object
org.apache.axiom.om.impl.traverse.OMFilterIterator
org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
All Implemented Interfaces:
Iterator

public class OMChildrenWithSpecificAttributeIterator extends OMFilterIterator
Deprecated.
  • Constructor Details

    • OMChildrenWithSpecificAttributeIterator

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

    • 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()
    • next

      public Object next()
      Deprecated.
      Method next.
      Specified by:
      next in interface Iterator
      Overrides:
      next in class OMFilterIterator
      Returns:
      Returns Object.