|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMAttribute | |
org.apache.ws.commons.om | |
org.apache.ws.commons.om.impl.llom | |
org.apache.ws.commons.om.impl.llom.factory | |
org.apache.ws.commons.soap.impl.llom |
Uses of OMAttribute in org.apache.ws.commons.om |
Methods in org.apache.ws.commons.om that return OMAttribute | |
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. |
OMAttribute |
OMFactory.createOMAttribute(java.lang.String localName,
OMNamespace ns,
java.lang.String value)
|
Methods in org.apache.ws.commons.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.ws.commons.om.impl.llom |
Classes in org.apache.ws.commons.om.impl.llom that implement OMAttribute | |
class |
OMAttributeImpl
Class OMAttributeImpl |
Fields in org.apache.ws.commons.om.impl.llom declared as OMAttribute | |
protected OMAttribute |
OMTextImpl.attribute
Field attributes used when serializing Binary stuff as MTOM optimized. |
Methods in org.apache.ws.commons.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. |
Methods in org.apache.ws.commons.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. |
static void |
OMSerializerUtil.serializeAttribute(OMAttribute attr,
OMOutputImpl omOutput)
Method serializeAttribute. |
Uses of OMAttribute in org.apache.ws.commons.om.impl.llom.factory |
Methods in org.apache.ws.commons.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.ws.commons.soap.impl.llom |
Fields in org.apache.ws.commons.soap.impl.llom declared as OMAttribute | |
protected OMAttribute |
SOAPFaultTextImpl.langAttr
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |