Uses of Interface
org.apache.axiom.om.OMAttribute

Packages that use OMAttribute
org.apache.axiom.om   
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.soap.impl.dom   
org.apache.axiom.soap.impl.llom   
 

Uses of OMAttribute in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return OMAttribute
 OMAttribute OMFactory.createOMAttribute(java.lang.String localName, OMNamespace ns, java.lang.String value)
           
 OMAttribute OMElement.getAttribute(javax.xml.namespace.QName qname)
          Returns a named attribute if present.
 OMAttribute OMElement.addAttribute(OMAttribute attr)
          Adds an attribute to this element.
 OMAttribute OMElement.addAttribute(java.lang.String attributeName, java.lang.String value, OMNamespace ns)
          Adds an attribute to the current element.
 

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(java.lang.String attributeName, java.lang.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(java.lang.String localName, OMNamespace ns, java.lang.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 OMElementImpl.getAttribute(javax.xml.namespace.QName qname)
          Returns a named attribute if present.
 OMAttribute OMElementImpl.addAttribute(OMAttribute attr)
          Inserts an attribute to this element.
 OMAttribute OMElementImpl.addAttribute(java.lang.String attributeName, java.lang.String value, OMNamespace ns)
          Method addAttribute.
 OMAttribute OMSourcedElementImpl.getAttribute(javax.xml.namespace.QName qname)
           
 OMAttribute OMSourcedElementImpl.addAttribute(OMAttribute attr)
           
 OMAttribute OMSourcedElementImpl.addAttribute(java.lang.String attributeName, java.lang.String value, OMNamespace namespace)
           
 

Methods in org.apache.axiom.om.impl.llom with parameters of type OMAttribute
 OMAttribute OMElementImpl.addAttribute(OMAttribute attr)
          Inserts an attribute to this element.
 void OMElementImpl.removeAttribute(OMAttribute attr)
          Method removeAttribute.
 OMAttribute OMSourcedElementImpl.addAttribute(OMAttribute attr)
           
 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(java.lang.String localName, OMNamespace ns, java.lang.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)
          Method serializeAttribute.
 

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