| Package | Description |
|---|---|
| org.apache.axiom.core |
| Modifier and Type | Field and Description |
|---|---|
static ElementMatcher<CoreElement> |
ElementMatcher.ANY
Matches any
CoreElement. |
static ElementMatcher<CoreNSAwareElement> |
ElementMatcher.BY_LOCAL_NAME
Matches
CoreNSAwareElement nodes by local name. |
static ElementMatcher<CoreElement> |
ElementMatcher.BY_NAME
Matches elements (of any kind) by tag name.
|
static ElementMatcher<CoreNSAwareElement> |
ElementMatcher.BY_NAMESPACE_URI
Matches
CoreNSAwareElement nodes by namespace URI. |
static ElementMatcher<CoreNSAwareElement> |
ElementMatcher.BY_QNAME
Matches
CoreNSAwareElement nodes by qualified name, i.e. namespace URI and local 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) |
Copyright © The Apache Software Foundation. All Rights Reserved.