OMContainer.getChildrenWithName(QName)
, and this class should never be
referenced directly. It will be removed in Axiom 1.3.public class OMChildrenQNameIterator extends OMFilterIterator
Constructor and Description |
---|
OMChildrenQNameIterator(OMNode currentChild,
QName givenQName)
Deprecated.
Constructor OMChildrenQNameIterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEqual(QName searchQName,
QName currentQName)
Deprecated.
Returns true if the qnames are equal.
|
static boolean |
isEquals_Legacy(QName searchQName,
QName currentQName)
Deprecated.
|
protected boolean |
matches(OMNode node)
Deprecated.
Determine whether the given node matches the filter criteria.
|
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean isEqual(QName searchQName, QName currentQName)
searchQName
- currentQName
- protected boolean matches(OMNode node)
OMFilterIterator
matches
in class OMFilterIterator
node
- the node to testOMFilterIterator.next()
public static boolean isEquals_Legacy(QName searchQName, QName currentQName)
searchQName
- currentQName
- Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.