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

Packages that use OMAttribute
org.apache.axis2.om   
org.apache.axis2.om.impl.llom   
org.apache.axis2.om.impl.llom.factory   
org.apache.axis2.saaj   
org.apache.axis2.soap.impl.llom   
 

Uses of OMAttribute in org.apache.axis2.om
 

Methods in org.apache.axis2.om that return OMAttribute
 OMAttribute OMFactory.createOMAttribute(java.lang.String localName, OMNamespace ns, java.lang.String value)
           
 OMAttribute OMElement.getFirstAttribute(javax.xml.namespace.QName qname)
          This will help to search for an attribute with a given QName within this Element
 OMAttribute OMElement.getAttribute(javax.xml.namespace.QName qname)
          Return a named attribute if present
 OMAttribute OMElement.addAttribute(OMAttribute attr)
          This will insert attribute to this element.
 OMAttribute OMElement.addAttribute(java.lang.String attributeName, java.lang.String value, OMNamespace ns)
           
 

Methods in org.apache.axis2.om with parameters of type OMAttribute
 OMAttribute OMElement.addAttribute(OMAttribute attr)
          This will insert attribute to this element.
 void OMElement.removeAttribute(OMAttribute attr)
          Method removeAttribute
 

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 serialising Binary stuff as MTOM optimised
 

Methods in org.apache.axis2.om.impl.llom that return OMAttribute
 OMAttribute OMElementImpl.getFirstAttribute(javax.xml.namespace.QName qname)
          This will help to search for an attribute with a given QName within this Element
 OMAttribute OMElementImpl.getAttribute(javax.xml.namespace.QName qname)
          Return a named attribute if present
 OMAttribute OMElementImpl.addAttribute(OMAttribute attr)
          This will insert attribute to this element.
 OMAttribute OMElementImpl.addAttribute(java.lang.String attributeName, java.lang.String value, OMNamespace ns)
          Method addAttribute
 

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

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(java.lang.String localName, OMNamespace ns, java.lang.String value)
          create attribute
 

Uses of OMAttribute in org.apache.axis2.saaj
 

Constructors in org.apache.axis2.saaj with parameters of type OMAttribute
AttrImpl(OMAttribute attrib, org.w3c.dom.Element owner)
           
NodeImpl(OMAttribute attrib)
          Constructor NodeImpl
 

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