|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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)
Method removeAttribute |
Uses of OMAttribute in org.apache.axiom.om.impl.dom |
---|
Classes in org.apache.axiom.om.impl.dom that implement OMAttribute | |
---|---|
class |
AttrImpl
Implementation of org.w3c.dom.Attr and org.apache.axiom.om.OMAttribute |
Methods in org.apache.axiom.om.impl.dom that return OMAttribute | |
---|---|
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. |
Methods in org.apache.axiom.om.impl.dom with parameters of type OMAttribute | |
---|---|
OMAttribute |
ElementImpl.addAttribute(OMAttribute attr)
|
void |
ElementImpl.removeAttribute(OMAttribute attr)
Removes an attribute from the element. |
Uses of OMAttribute in org.apache.axiom.om.impl.dom.factory |
---|
Methods in org.apache.axiom.om.impl.dom.factory that return OMAttribute | |
---|---|
OMAttribute |
OMDOMFactory.createOMAttribute(String localName,
OMNamespace ns,
String value)
|
Uses of OMAttribute in org.apache.axiom.om.impl.llom |
---|
Classes in org.apache.axiom.om.impl.llom that implement OMAttribute | |
---|---|
class |
OMAttributeImpl
Class OMAttributeImpl |
Methods in org.apache.axiom.om.impl.llom that return OMAttribute | |
---|---|
OMAttribute |
OMElementImpl.addAttribute(OMAttribute attr)
Inserts an attribute to this element. |
OMAttribute |
OMSourcedElementImpl.addAttribute(OMAttribute attr)
|
OMAttribute |
OMElementImpl.addAttribute(String attributeName,
String value,
OMNamespace ns)
|
OMAttribute |
OMSourcedElementImpl.addAttribute(String attributeName,
String value,
OMNamespace namespace)
|
OMAttribute |
OMElementImpl.getAttribute(QName qname)
Returns a named attribute if present. |
OMAttribute |
OMSourcedElementImpl.getAttribute(QName qname)
|
Methods in org.apache.axiom.om.impl.llom with parameters of type OMAttribute | |
---|---|
OMAttribute |
OMElementImpl.addAttribute(OMAttribute attr)
Inserts an attribute to this element. |
OMAttribute |
OMSourcedElementImpl.addAttribute(OMAttribute attr)
|
void |
OMElementImpl.removeAttribute(OMAttribute attr)
Method removeAttribute. |
void |
OMSourcedElementImpl.removeAttribute(OMAttribute attr)
|
Uses of OMAttribute in org.apache.axiom.om.impl.llom.factory |
---|
Methods in org.apache.axiom.om.impl.llom.factory that return OMAttribute | |
---|---|
OMAttribute |
OMLinkedListImplFactory.createOMAttribute(String localName,
OMNamespace ns,
String value)
Creates attribute. |
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. |
Uses of OMAttribute in org.apache.axiom.soap.impl.dom |
---|
Fields in org.apache.axiom.soap.impl.dom declared as OMAttribute | |
---|---|
protected OMAttribute |
SOAPFaultTextImpl.langAttr
|
Uses of OMAttribute in org.apache.axiom.soap.impl.llom |
---|
Fields in org.apache.axiom.soap.impl.llom declared as OMAttribute | |
---|---|
protected OMAttribute |
SOAPFaultTextImpl.langAttr
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |