|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMAttribute | |
---|---|
org.apache.axiom.om | Contains core interfaces of the Axiom API. |
org.apache.axiom.om.impl.util | |
org.apache.axiom.om.util | |
org.apache.axiom.om.xpath |
Uses of OMAttribute in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om that return OMAttribute | |
---|---|
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. |
Methods in org.apache.axiom.om with parameters of type OMAttribute | |
---|---|
OMAttribute |
OMElement.addAttribute(OMAttribute attr)
Adds an attribute to this element. |
void |
OMElement.removeAttribute(OMAttribute attr)
Removes the given attribute from this element. |
Uses of OMAttribute in org.apache.axiom.om.impl.util |
---|
Methods in org.apache.axiom.om.impl.util with parameters of type OMAttribute | |
---|---|
static void |
OMSerializerUtil.serializeAttribute(OMAttribute attr,
XMLStreamWriter writer)
Deprecated. use serializeStartpart instead |
Uses of OMAttribute in org.apache.axiom.om.util |
---|
Methods in org.apache.axiom.om.util with parameters of type OMAttribute | |
---|---|
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.,). |
Uses of OMAttribute in org.apache.axiom.om.xpath |
---|
Constructors in org.apache.axiom.om.xpath with parameters of type OMAttribute | |
---|---|
AXIOMXPath(OMAttribute attribute)
Construct an XPath expression from a given attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |