|
||||||||||
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 attributeName,
String value,
OMNamespace ns)
Adds an attribute to the current element. |
OMAttribute |
OMFactory.createOMAttribute(String localName,
OMNamespace ns,
String value)
|
OMAttribute |
OMElement.getAttribute(javax.xml.namespace.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 |
Fields in org.apache.axiom.om.impl.dom declared as OMAttribute | |
---|---|
protected OMAttribute |
TextImpl.attribute
Field attribute is used when serializing Binary stuff as MTOM optimized. |
Methods in org.apache.axiom.om.impl.dom that return OMAttribute | |
---|---|
OMAttribute |
ElementImpl.addAttribute(OMAttribute attr)
|
OMAttribute |
ElementImpl.addAttribute(String attributeName,
String value,
OMNamespace ns)
The behaviour of this is the same as org.w3c.dom.Element#setAttributeNS |
OMAttribute |
ElementImpl.getAttribute(javax.xml.namespace.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 |
Fields in org.apache.axiom.om.impl.llom declared as OMAttribute | |
---|---|
protected OMAttribute |
OMTextImpl.attribute
Field attributes used when serializing Binary stuff as MTOM optimized. |
Methods in org.apache.axiom.om.impl.llom that return OMAttribute | |
---|---|
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)
Creates an OMAttributeImpl instance out of the given arguments and
inserts that attribute to this element. |
OMAttribute |
OMSourcedElementImpl.getAttribute(javax.xml.namespace.QName qname)
|
OMAttribute |
OMElementImpl.getAttribute(javax.xml.namespace.QName qname)
Returns a named attribute if present. |
Methods in org.apache.axiom.om.impl.llom with parameters of type OMAttribute | |
---|---|
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. |
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,
javax.xml.stream.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 |