|
||||||||||
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.OMChildrenWithSpecificAttributeIterator
public class OMChildrenWithSpecificAttributeIterator
Class OMChildrenWithSpecificAttributeIterator
Field Summary | |
---|---|
private javax.xml.namespace.QName |
attributeName
Field attributeName |
private java.lang.String |
attributeValue
Field attributeValue |
private boolean |
detach
Field detach |
private boolean |
doCaseSensitiveValueChecks
|
Fields inherited from class org.apache.axiom.om.impl.traverse.OMChildrenIterator |
---|
currentChild, isExceptionThrownInAdvancingToNextElement, lastChild, nextCalled, removeCalled |
Constructor Summary | |
---|---|
OMChildrenWithSpecificAttributeIterator(OMNode currentChild,
javax.xml.namespace.QName attributeName,
java.lang.String attributeValue,
boolean detach)
Constructor OMChildrenWithSpecificAttributeIterator. |
Method Summary | |
---|---|
boolean |
hasNext()
Method hasNext. |
java.lang.Object |
next()
Method next. |
void |
setCaseInsensitiveValueChecks(boolean val)
|
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 |
Field Detail |
---|
private javax.xml.namespace.QName attributeName
private java.lang.String attributeValue
private boolean detach
private boolean doCaseSensitiveValueChecks
Constructor Detail |
---|
public OMChildrenWithSpecificAttributeIterator(OMNode currentChild, javax.xml.namespace.QName attributeName, java.lang.String attributeValue, boolean detach)
currentChild
- attributeName
- attributeValue
- detach
- Method Detail |
---|
public void setCaseInsensitiveValueChecks(boolean val)
public boolean hasNext()
hasNext
in interface java.util.Iterator
hasNext
in class OMChildrenIterator
public java.lang.Object next()
next
in interface java.util.Iterator
next
in class OMChildrenIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |