Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.impl.dom | |
org.apache.axiom.om.impl.dom.factory | |
org.apache.axiom.om.impl.llom | |
org.apache.axiom.om.impl.llom.factory | |
org.apache.axiom.om.impl.util | |
org.apache.axiom.om.util | |
org.apache.axiom.om.xpath | |
org.apache.axiom.soap.impl.dom | |
org.apache.axiom.soap.impl.llom |
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) |
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)
Method removeAttribute
|
Modifier and Type | Class and Description |
---|---|
class |
AttrImpl
Implementation of
org.w3c.dom.Attr and org.apache.axiom.om.OMAttribute |
Modifier and Type | Method and Description |
---|---|
OMAttribute |
ElementImpl.addAttribute(OMAttribute attr) |
OMAttribute |
ElementImpl.addAttribute(String localName,
String value,
OMNamespace ns) |
OMAttribute |
ElementImpl.getAttribute(QName qname)
Returns a named attribute if present.
|
Modifier and Type | Method and Description |
---|---|
OMAttribute |
ElementImpl.addAttribute(OMAttribute attr) |
void |
ElementImpl.removeAttribute(OMAttribute attr)
Removes an attribute from the element.
|
Modifier and Type | Method and Description |
---|---|
OMAttribute |
OMDOMFactory.createOMAttribute(String localName,
OMNamespace ns,
String value) |
Modifier and Type | Class and Description |
---|---|
class |
OMAttributeImpl
Class OMAttributeImpl
|
Modifier and Type | Method and Description |
---|---|
OMAttribute |
OMSourcedElementImpl.addAttribute(OMAttribute attr) |
OMAttribute |
OMElementImpl.addAttribute(OMAttribute attr)
Inserts an attribute to this element.
|
OMAttribute |
OMSourcedElementImpl.addAttribute(String attributeName,
String value,
OMNamespace namespace) |
OMAttribute |
OMElementImpl.addAttribute(String attributeName,
String value,
OMNamespace ns) |
OMAttribute |
OMSourcedElementImpl.getAttribute(QName qname) |
OMAttribute |
OMElementImpl.getAttribute(QName qname)
Returns a named attribute if present.
|
Modifier and Type | Method and Description |
---|---|
OMAttribute |
OMSourcedElementImpl.addAttribute(OMAttribute attr) |
OMAttribute |
OMElementImpl.addAttribute(OMAttribute attr)
Inserts an attribute to this element.
|
void |
OMSourcedElementImpl.removeAttribute(OMAttribute attr) |
void |
OMElementImpl.removeAttribute(OMAttribute attr)
Method removeAttribute.
|
Modifier and Type | Method and Description |
---|---|
OMAttribute |
OMLinkedListImplFactory.createOMAttribute(String localName,
OMNamespace ns,
String value)
Creates attribute.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected OMAttribute |
SOAPFaultTextImpl.langAttr |
Modifier and Type | Field and Description |
---|---|
protected OMAttribute |
SOAPFaultTextImpl.langAttr |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.