Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.impl | |
org.apache.axiom.om.impl.util | |
org.apache.axiom.om.util | |
org.apache.axiom.om.xpath |
Modifier and Type | Method and Description |
---|---|
OMAttribute |
OMElement.addAttribute(OMAttribute attr)
Adds an attribute to this element.
|
OMAttribute |
OMElement.addAttribute(String localName,
String value,
OMNamespace ns)
Adds an attribute to this element.
|
OMAttribute |
OMFactory.createOMAttribute(String localName,
OMNamespace ns,
String value)
Create an attribute with the given name and value.
|
OMAttribute |
OMElement.getAttribute(QName qname)
Returns a named attribute if present.
|
Modifier and Type | Method and Description |
---|---|
OMAttribute |
OMElement.addAttribute(OMAttribute attr)
Adds an attribute to this element.
|
void |
OMElement.removeAttribute(OMAttribute attr)
Removes the given attribute from this element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OMAttributeEx
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
|
Modifier and Type | Method and Description |
---|---|
static void |
OMSerializerUtil.serializeAttribute(OMAttribute attr,
javax.xml.stream.XMLStreamWriter writer)
Deprecated.
use serializeStartpart instead
|
Modifier and Type | Method and Description |
---|---|
boolean |
DigestGenerator.compareOMAttribute(OMAttribute attribute,
OMAttribute comparingAttribute,
String digestAlgorithm)
Compares two OMAttributes for the XML equality
|
byte[] |
DigestGenerator.getDigest(OMAttribute attribute,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMAttribute
|
String |
DigestGenerator.getExpandedName(OMAttribute attribute)
This method is an overloaded method for getting the expanded name namespaceURI followed by
the local name for OMAttribute
|
static void |
AttributeHelper.importOMAttribute(OMAttribute omAttribute,
OMElement omElement)
In Axiom, a single tree should always contain objects created from the same type of factory
(eg: LinkedListImplFactory, DOMFactory, etc.,).
|
Constructor and Description |
---|
AXIOMXPath(OMAttribute attribute)
Construct an XPath expression from a given attribute.
|
Copyright © The Apache Software Foundation. All Rights Reserved.