|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axiom.om.impl.traverse.OMChildrenIterator
org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
org.apache.axiom.om.impl.traverse.OMChildrenLegacyQNameIterator
public class OMChildrenLegacyQNameIterator
Iterate over elements with the QName that uses the legacy algorithm. This iterator is only retained for migrating some existing customers that have a dependency on the old algorithm
| Field Summary |
|---|
| Fields inherited from class org.apache.axiom.om.impl.traverse.OMChildrenIterator |
|---|
currentChild, lastChild, nextCalled, removeCalled |
| Constructor Summary | |
|---|---|
OMChildrenLegacyQNameIterator(OMNode currentChild,
javax.xml.namespace.QName qName)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
isEqual(javax.xml.namespace.QName searchQName,
javax.xml.namespace.QName currentQName)
Deprecated. This version of equals returns true if the local parts match. |
| Methods inherited from class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator |
|---|
hasNext, isEquals_Legacy, next |
| Methods inherited from class org.apache.axiom.om.impl.traverse.OMChildrenIterator |
|---|
remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OMChildrenLegacyQNameIterator(OMNode currentChild,
javax.xml.namespace.QName qName)
| Method Detail |
|---|
public boolean isEqual(javax.xml.namespace.QName searchQName,
javax.xml.namespace.QName currentQName)
isEqual in class OMChildrenQNameIteratorsearchQName - currentQName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||