- CharacterData - Interface in org.apache.axiom.core
-
- clone(ClonePolicy<T>, T) - Method in interface org.apache.axiom.core.CharacterData
-
- cloneAttributes(T) - Method in interface org.apache.axiom.core.ClonePolicy
-
- cloneChildren(T, NodeType) - Method in interface org.apache.axiom.core.ClonePolicy
-
- cloneChildrenIfNecessary(ClonePolicy<T>, T, CoreNode) - Method in interface org.apache.axiom.core.CoreNode
-
- ClonePolicy<T> - Interface in org.apache.axiom.core
-
Defines how an object model tree is to be cloned.
- COMPACT - Static variable in interface org.apache.axiom.core.CoreParentNode
-
- COMPLETE - Static variable in interface org.apache.axiom.core.CoreParentNode
-
- coreAppendAttribute(CoreAttribute) - Method in interface org.apache.axiom.core.CoreElement
-
Append an attribute to this element.
- CoreAttribute - Interface in org.apache.axiom.core
-
- CoreCDATASection - Interface in org.apache.axiom.core
-
- CoreCharacterDataContainer - Interface in org.apache.axiom.core
-
- CoreCharacterDataContainingParentNode - Interface in org.apache.axiom.core
-
- CoreCharacterDataNode - Interface in org.apache.axiom.core
-
- CoreCharacterDataSinkNode - Interface in org.apache.axiom.core
-
- CoreCharacterDataSourceNode - Interface in org.apache.axiom.core
-
- CoreChildNode - Interface in org.apache.axiom.core
-
- coreClone(ClonePolicy<T>, T, CoreParentNode) - Method in interface org.apache.axiom.core.CoreChildNode
-
Clone this node according to the provided policy.
- coreClone(ClonePolicy<T>, T) - Method in interface org.apache.axiom.core.CoreNode
-
Clone this node according to the provided policy.
- CoreComment - Interface in org.apache.axiom.core
-
- coreCreateNode(Class<T>) - Method in interface org.apache.axiom.core.CoreNode
-
- coreDetach(Semantics) - Method in interface org.apache.axiom.core.CoreChildNode
-
- CoreDocument - Interface in org.apache.axiom.core
-
- CoreDocumentFragment - Interface in org.apache.axiom.core
-
- CoreDocumentTypeDeclaration - Interface in org.apache.axiom.core
-
- CoreElement - Interface in org.apache.axiom.core
-
- CoreEntityReference - Interface in org.apache.axiom.core
-
- coreGetAttribute(AttributeMatcher, String, String) - Method in interface org.apache.axiom.core.CoreElement
-
- coreGetAttributesByType(Class<T>, Mapper<T, S>, Semantics) - Method in interface org.apache.axiom.core.CoreElement
-
- coreGetCharacterData() - Method in interface org.apache.axiom.core.CoreCharacterDataSourceNode
-
- coreGetCharacterData(ElementAction) - Method in interface org.apache.axiom.core.CoreMixedContentContainer
-
- coreGetDeclaredPrefix() - Method in interface org.apache.axiom.core.CoreNamespaceDeclaration
-
Get the prefix declared by this namespace declaration.
- coreGetElements(Axis, Class<T>, ElementMatcher<? super T>, String, String, Semantics) - Method in interface org.apache.axiom.core.CoreParentNode
-
- coreGetFirstAttribute() - Method in interface org.apache.axiom.core.CoreElement
-
Get the first attribute of this element.
- coreGetLastAttribute() - Method in interface org.apache.axiom.core.CoreElement
-
Get the last attribute of this element.
- coreGetLocalName() - Method in interface org.apache.axiom.core.CoreNSAwareNamedNode
-
- coreGetName() - Method in interface org.apache.axiom.core.CoreNSUnawareNamedNode
-
- coreGetNamespaceURI() - Method in interface org.apache.axiom.core.CoreNSAwareNamedNode
-
- coreGetNextAttribute() - Method in interface org.apache.axiom.core.CoreAttribute
-
Get the attribute immediately following the current attribute.
- coreGetNextSibling() - Method in interface org.apache.axiom.core.CoreChildNode
-
- coreGetNextSiblingIfAvailable() - Method in interface org.apache.axiom.core.CoreChildNode
-
Get the next sibling if it is available.
- coreGetNodeClass() - Method in interface org.apache.axiom.core.CoreNode
-
- coreGetNodeFactory() - Method in interface org.apache.axiom.core.CoreNode
-
- coreGetNodeType() - Method in interface org.apache.axiom.core.CoreNode
-
Get the node type.
- coreGetOwnerElement() - Method in interface org.apache.axiom.core.CoreAttribute
-
Get the owner element of this attribute.
- coreGetParentElement() - Method in interface org.apache.axiom.core.CoreChildNode
-
Get the parent element of this node.
- coreGetPrefix() - Method in interface org.apache.axiom.core.CoreNSAwareNamedNode
-
- coreGetPreviousAttribute() - Method in interface org.apache.axiom.core.CoreAttribute
-
Get the attribute immediately preceding the current attribute.
- coreGetType() - Method in interface org.apache.axiom.core.CoreTypedAttribute
-
- coreHasOwnerElement() - Method in interface org.apache.axiom.core.CoreAttribute
-
Check if this node has an owner element.
- coreIsIgnorable() - Method in interface org.apache.axiom.core.CoreCharacterDataNode
-
Check whether this text node contains element content whitespace (also called
"ignorable whitespace").
- CoreLeafNode - Interface in org.apache.axiom.core
-
- coreLookupNamespaceURI(String, Semantics) - Method in interface org.apache.axiom.core.CoreElement
-
Look up the namespace URI associated to the given prefix.
- coreLookupPrefix(String, Semantics) - Method in interface org.apache.axiom.core.CoreElement
-
Find a prefix associated to the given namespace URI.
- CoreMixedContentContainer - Interface in org.apache.axiom.core
-
- CoreModelException - Exception in org.apache.axiom.core
-
Indicates an attempt to perform an invalid operation on the model.
- CoreModelException() - Constructor for exception org.apache.axiom.core.CoreModelException
-
- CoreModelException(String) - Constructor for exception org.apache.axiom.core.CoreModelException
-
- CoreModelException(String, Throwable) - Constructor for exception org.apache.axiom.core.CoreModelException
-
- CoreModelException(Throwable) - Constructor for exception org.apache.axiom.core.CoreModelException
-
- CoreNamedNode - Interface in org.apache.axiom.core
-
- CoreNamespaceDeclaration - Interface in org.apache.axiom.core
-
Represents a namespace declaration information item.
- CoreNode - Interface in org.apache.axiom.core
-
- CoreNSAwareAttribute - Interface in org.apache.axiom.core
-
Represents a namespace aware attribute information item.
- CoreNSAwareElement - Interface in org.apache.axiom.core
-
- CoreNSAwareNamedNode - Interface in org.apache.axiom.core
-
Represents a namespace aware named information item.
- CoreNSUnawareAttribute - Interface in org.apache.axiom.core
-
Represents a namespace unaware attribute information item.
- CoreNSUnawareElement - Interface in org.apache.axiom.core
-
- CoreNSUnawareNamedNode - Interface in org.apache.axiom.core
-
Represents a namespace unaware named information item.
- CoreParentNode - Interface in org.apache.axiom.core
-
Interface for parent nodes.
- CoreProcessingInstruction - Interface in org.apache.axiom.core
-
- coreRemove(Semantics) - Method in interface org.apache.axiom.core.CoreAttribute
-
Remove this attribute from its owner element.
- coreRemoveAttribute(AttributeMatcher, String, String, Semantics) - Method in interface org.apache.axiom.core.CoreElement
-
- coreSetAttribute(AttributeMatcher, String, String, String, String) - Method in interface org.apache.axiom.core.CoreElement
-
- coreSetAttribute(AttributeMatcher, CoreAttribute, Semantics) - Method in interface org.apache.axiom.core.CoreElement
-
Add a new attribute or replace an existing attribute based on a given
AttributeMatcher.
- coreSetBuilder(OMXMLParserWrapper) - Method in interface org.apache.axiom.core.CoreParentNode
-
- coreSetCharacterData(Object) - Method in interface org.apache.axiom.core.CoreCharacterDataNode
-
- coreSetCharacterData(Object, Semantics) - Method in interface org.apache.axiom.core.CoreCharacterDataSinkNode
-
- coreSetDeclaredNamespace(String, String) - Method in interface org.apache.axiom.core.CoreNamespaceDeclaration
-
- coreSetIgnorable(boolean) - Method in interface org.apache.axiom.core.CoreCharacterDataNode
-
- coreSetName(String, String, String) - Method in interface org.apache.axiom.core.CoreNSAwareNamedNode
-
- coreSetName(String) - Method in interface org.apache.axiom.core.CoreNSUnawareNamedNode
-
- coreSetOwnerDocument(CoreDocument) - Method in interface org.apache.axiom.core.CoreNode
-
- coreSetPrefix(String) - Method in interface org.apache.axiom.core.CoreNSAwareNamedNode
-
- coreSetState(int) - Method in interface org.apache.axiom.core.CoreParentNode
-
- coreSetType(String) - Method in interface org.apache.axiom.core.CoreTypedAttribute
-
- CoreTypedAttribute - Interface in org.apache.axiom.core
-
Represents an attribute information item that is not a namespace declaration.
- createAttribute(CoreElement, String, String, String, String) - Method in interface org.apache.axiom.core.AttributeMatcher
-
Create a new attribute node.
- createAttribute(CoreElement, String, String, String, String) - Method in class org.apache.axiom.core.NamespaceDeclarationMatcher
-
- createAttribute(CoreElement, String, String, String, String) - Method in class org.apache.axiom.core.NSAwareAttributeMatcher
-
- createNode(Class<T>) - Method in interface org.apache.axiom.core.NodeFactory
-
- createNode(Class<T>) - Method in class org.apache.axiom.core.NodeFactoryImpl
-