| Package | Description |
|---|---|
| org.apache.axiom.core |
| Modifier and Type | Class and Description |
|---|---|
class |
NamespaceDeclarationMatcher
AttributeMatcher that matches CoreNamespaceDeclaration attributes based on the
declared prefix. |
class |
NSAwareAttributeMatcher
AttributeMatcher implementation that matches attributes based on their namespace URI and
local name. |
| Modifier and Type | Method and Description |
|---|---|
CoreAttribute |
CoreElement.coreGetAttribute(AttributeMatcher matcher,
String namespaceURI,
String name)
Get the first attribute selected by a given
AttributeMatcher. |
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 |
CoreElement.coreSetAttribute(AttributeMatcher matcher,
String namespaceURI,
String name,
String prefix,
String value)
Create or update an attribute based on a given
AttributeMatcher. |
Copyright © The Apache Software Foundation. All Rights Reserved.