public class OMChildrenQNameIterator extends OMFilterIterator
| Constructor and Description |
|---|
OMChildrenQNameIterator(OMNode currentChild,
QName givenQName)
Constructor OMChildrenQNameIterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEqual(QName searchQName,
QName currentQName)
Returns true if the qnames are equal.
|
static boolean |
isEquals_Legacy(QName searchQName,
QName currentQName)
Deprecated.
|
protected boolean |
matches(OMNode node)
Determine whether the given node matches the filter criteria.
|
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean isEqual(QName searchQName, QName currentQName)
searchQName - currentQName - protected boolean matches(OMNode node)
OMFilterIteratormatches in class OMFilterIteratornode - the node to testOMFilterIterator.next()public static boolean isEquals_Legacy(QName searchQName, QName currentQName)
searchQName - currentQName - Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.