| Package | Description |
|---|---|
| org.apache.axiom.core |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElementMatcher<T extends CoreElement>
Selects elements based on some match rule.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CoreNSAwareElement |
interface |
CoreNSUnawareElement |
| Modifier and Type | Field and Description |
|---|---|
static ElementMatcher<CoreElement> |
ElementMatcher.ANY
Matches any
CoreElement. |
static ElementMatcher<CoreElement> |
ElementMatcher.BY_NAME
Matches elements (of any kind) by tag name.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends CoreElement> |
CoreParentNode.coreGetElements(Axis axis,
Class<T> type,
ElementMatcher<? super T> matcher,
String namespaceURI,
String name,
Semantics semantics) |
| Modifier and Type | Method and Description |
|---|---|
CoreElement |
CoreAttribute.coreGetOwnerElement()
Get the owner element of this attribute.
|
CoreElement |
CoreChildNode.coreGetParentElement()
Get the parent element of this node.
|
| Modifier and Type | Method and Description |
|---|---|
CoreAttribute |
NSAwareAttributeMatcher.createAttribute(CoreElement element,
String namespaceURI,
String name,
String prefix,
String value) |
CoreAttribute |
NamespaceDeclarationMatcher.createAttribute(CoreElement element,
String namespaceURI,
String name,
String prefix,
String value) |
CoreAttribute |
AttributeMatcher.createAttribute(CoreElement element,
String namespaceURI,
String name,
String prefix,
String value)
Create a new attribute node.
|
Copyright © The Apache Software Foundation. All Rights Reserved.