| Package | Description |
|---|---|
| org.apache.axiom.core |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreChildNode.coreDetach(Semantics semantics) |
<T extends CoreAttribute,S> |
CoreElement.coreGetAttributesByType(Class<T> type,
Mapper<T,S> mapper,
Semantics semantics) |
<T extends CoreElement> |
CoreParentNode.coreGetElements(Axis axis,
Class<T> type,
ElementMatcher<? super T> matcher,
String namespaceURI,
String name,
Semantics semantics) |
String |
CoreElement.coreLookupNamespaceURI(String prefix,
Semantics semantics)
Look up the namespace URI associated to the given prefix.
|
String |
CoreElement.coreLookupPrefix(String namespaceURI,
Semantics semantics)
Find a prefix associated to the given namespace URI.
|
boolean |
CoreAttribute.coreRemove(Semantics semantics)
Remove this attribute from its owner element.
|
boolean |
CoreElement.coreRemoveAttribute(AttributeMatcher matcher,
String namespaceURI,
String name,
Semantics semantics)
Remove an attribute based on a given
AttributeMatcher. |
CoreAttribute |
CoreElement.coreSetAttribute(AttributeMatcher matcher,
CoreAttribute attr,
Semantics semantics)
Add a new attribute or replace an existing attribute based on a given
AttributeMatcher. |
void |
CoreCharacterDataSinkNode.coreSetCharacterData(Object data,
Semantics semantics) |
| Constructor and Description |
|---|
AbstractNodeIterator(CoreParentNode startNode,
Axis axis,
Class<T> type,
Semantics semantics) |
NamespaceDeclarationMatcher(Semantics semantics) |
NSAwareAttributeMatcher(Semantics semantics,
boolean matchNSUnawareAttributes,
boolean updatePrefix)
Constructor.
|
Copyright © The Apache Software Foundation. All Rights Reserved.