Class OMChildrenWithSpecificAttributeIterator
java.lang.Object
org.apache.axiom.om.impl.traverse.OMFilterIterator
org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
- All Implemented Interfaces:
Iterator
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionOMChildrenWithSpecificAttributeIterator(org.apache.axiom.om.OMNode currentChild, QName attributeName, String attributeValue, boolean detach) Deprecated.Constructor OMChildrenWithSpecificAttributeIterator. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanmatches(org.apache.axiom.om.OMNode node) Deprecated.Determine whether the given node matches the filter criteria.next()Deprecated.Method next.voidsetCaseInsensitiveValueChecks(boolean val) Deprecated.Methods inherited from class org.apache.axiom.om.impl.traverse.OMFilterIterator
hasNext, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
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:OMFilterIteratorDetermine whether the given node matches the filter criteria.- Specified by:
matchesin classOMFilterIterator- 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
Deprecated.Method next.- Specified by:
nextin interfaceIterator- Overrides:
nextin classOMFilterIterator- Returns:
- Returns Object.
-