Package | Description |
---|---|
org.apache.axiom.om.impl.common | |
org.apache.axiom.om.impl.traverse |
Modifier and Type | Class and Description |
---|---|
class |
OMChildElementIterator |
Modifier and Type | Class and Description |
---|---|
class |
OMChildrenLegacyQNameIterator
Deprecated.
|
class |
OMChildrenLocalNameIterator
Deprecated.
This type of iterator should always be created using
OMContainer.getChildrenWithLocalName(String) , and this class should never be
referenced directly. It will be removed in Axiom 1.3. |
class |
OMChildrenNamespaceIterator
Deprecated.
This type of iterator should always be created using
OMContainer.getChildrenWithNamespaceURI(String) , and this class should never
be referenced directly. It will be removed in Axiom 1.3. |
class |
OMChildrenQNameIterator
Deprecated.
This type of iterator should always be created using
OMContainer.getChildrenWithName(QName) , and this class should never be
referenced directly. It will be removed in Axiom 1.3. |
class |
OMChildrenWithSpecificAttributeIterator
Class OMChildrenWithSpecificAttributeIterator
|
class |
OMQNameFilterIterator
Iterator that selects elements based on
QName equality,
i.e. |
class |
OMQualifiedNameFilterIterator
Iterator that selects elements based on prefix and local name.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.