|
||||||||||
| 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.OMChildrenLocalNameIterator
public class OMChildrenLocalNameIterator
Iterate over elements with the same LocalName
| Field Summary |
|---|
| Fields inherited from class org.apache.axiom.om.impl.traverse.OMChildrenIterator |
|---|
currentChild, lastChild, nextCalled, removeCalled |
| Constructor Summary | |
|---|---|
OMChildrenLocalNameIterator(OMNode currentChild,
java.lang.String localName)
|
|
| Method Summary | |
|---|---|
boolean |
isEqual(javax.xml.namespace.QName searchQName,
javax.xml.namespace.QName currentQName)
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 OMChildrenLocalNameIterator(OMNode currentChild,
java.lang.String localName)
| 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 | |||||||||