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

Packages that use OMAttribute
org.apache.axis2.databinding.utils   
org.apache.axis2.om   
org.apache.axis2.om.impl.dom   
org.apache.axis2.om.impl.dom.factory   
org.apache.axis2.om.impl.llom   
org.apache.axis2.om.impl.llom.factory   
org.apache.axis2.soap.impl.dom   
org.apache.axis2.soap.impl.llom   
 

Uses of OMAttribute in org.apache.axis2.databinding.utils
 

Methods in org.apache.axis2.databinding.utils that return OMAttribute
static OMAttribute MultirefHelper.processRefAtt(OMElement omElement)
           
 

Methods in org.apache.axis2.databinding.utils with parameters of type OMAttribute
static String MultirefHelper.getAttvalue(OMAttribute omatribute)
           
 

Uses of OMAttribute in org.apache.axis2.om
 

Methods in org.apache.axis2.om that return OMAttribute
 OMAttribute OMFactory.createOMAttribute(String localName, OMNamespace ns, String value)
           
 OMAttribute OMElement.getAttribute(QName qname)
          Returns a named attribute if present.
 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.
 

Methods in org.apache.axis2.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.axis2.om.impl.dom
 

Classes in org.apache.axis2.om.impl.dom that implement OMAttribute
 class AttrImpl
          Implementation of org.w3c.dom.Attr and org.apache.axis2.om.OMAttribute
 

Fields in org.apache.axis2.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.axis2.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(QName qname)
          Returns a named attribute if present.
 

Methods in org.apache.axis2.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.axis2.om.impl.dom.factory
 

Methods in org.apache.axis2.om.impl.dom.factory that return OMAttribute
 OMAttribute OMDOMFactory.createOMAttribute(String localName, OMNamespace ns, String value)
           
 

Uses of OMAttribute in org.apache.axis2.om.impl.llom
 

Classes in org.apache.axis2.om.impl.llom that implement OMAttribute
 class OMAttributeImpl
          Class OMAttributeImpl
 

Fields in org.apache.axis2.om.impl.llom declared as OMAttribute
protected  OMAttribute OMTextImpl.attribute
          Field attributes used when serializing Binary stuff as MTOM optimized.
 

Methods in org.apache.axis2.om.impl.llom that return OMAttribute
 OMAttribute OMElementImpl.getAttribute(QName qname)
          Returns a named attribute if present.
 OMAttribute OMElementImpl.addAttribute(OMAttribute attr)
          Inserts an attribute to this element.
 OMAttribute OMElementImpl.addAttribute(String attributeName, String value, OMNamespace ns)
          Method addAttribute.
 

Methods in org.apache.axis2.om.impl.llom with parameters of type OMAttribute
static void OMSerializerUtil.serializeAttribute(OMAttribute attr, OMOutputImpl omOutput)
          Method serializeAttribute.
 OMAttribute OMElementImpl.addAttribute(OMAttribute attr)
          Inserts an attribute to this element.
 void OMElementImpl.removeAttribute(OMAttribute attr)
          Method removeAttribute.
 

Uses of OMAttribute in org.apache.axis2.om.impl.llom.factory
 

Methods in org.apache.axis2.om.impl.llom.factory that return OMAttribute
 OMAttribute OMLinkedListImplFactory.createOMAttribute(String localName, OMNamespace ns, String value)
          Creates attribute.
 

Uses of OMAttribute in org.apache.axis2.soap.impl.dom
 

Fields in org.apache.axis2.soap.impl.dom declared as OMAttribute
protected  OMAttribute SOAPFaultTextImpl.langAttr
           
 

Uses of OMAttribute in org.apache.axis2.soap.impl.llom
 

Fields in org.apache.axis2.soap.impl.llom declared as OMAttribute
protected  OMAttribute SOAPFaultTextImpl.langAttr