All Implemented Interfaces:
Node, Element
All Known Implementing Classes:
SoapHeaderXobj, SOAPHeader, SoapHeaderElementXobj, DetailXobj, SOAPBody, SoapFaultXobj, SOAPFaultElement, DetailEntry, SOAPBodyElement, SOAPEnvelope, SOAPFault, SoapBodyElementXobj, Detail, SoapBodyXobj, SoapFaultElementXobj, SOAPHeaderElement, SoapEnvelopeXobj, SoapElementXobj, DetailEntryXobj
SOAPBody object, the contents in a SOAPHeader
object, the content that can follow the SOAPBody object in a
SOAPEnvelope object, or what can follow the detail element
in a SOAPFault object. It is
the base class for all of the classes that represent the SOAP objects as
defined in the SOAP specification.
| Method from org.apache.xmlbeans.impl.soap.SOAPElement Summary: |
|---|
| addAttribute, addChildElement, addChildElement, addChildElement, addChildElement, addChildElement, addNamespaceDeclaration, addTextNode, getAllAttributes, getAttributeValue, getChildElements, getChildElements, getElementName, getEncodingStyle, getNamespacePrefixes, getNamespaceURI, getVisibleNamespacePrefixes, removeAttribute, removeContents, removeNamespaceDeclaration, setEncodingStyle |
| Method from org.apache.xmlbeans.impl.soap.SOAPElement Detail: |
|---|
SOAPElement object.
|
SOAPElement object initialized with the
given Name object and adds the new element to this
SOAPElement object. |
SOAPElement object initialized with the
given String object and adds the new element to this
SOAPElement object. |
SOAPElement as a child of this
SOAPElement instance. The SOAPElement
is expected to be created by a
SOAPElementFactory. Callers should not rely on the
element instance being added as is into the XML
tree. Implementations could end up copying the content
of the SOAPElement passed into an instance of
a different SOAPElement implementation. For
instance if addChildElement() is called on a
SOAPHeader, element will be copied
into an instance of a SOAPHeaderElement.
The fragment rooted in The fragment rooted in |
SOAPElement object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement object. |
SOAPElement object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement object. |
SOAPElement object.
|
Text object initialized with the given
String and adds it to this SOAPElement object. |
SOAPElement object. The iterator can be
used to get the attribute names, which can then be passed to
the method getAttributeValue to retrieve the
value of each attribute. |
|
Text objects as well
as SOAPElement objects. |
|
SOAPElement
object. |
SOAPElement object. |
getNamespaceURI to retrieve
the URI of each namespace. |
|
Iterator over the namespace prefix
Strings visible to this element. The prefixes returned by
this iterator can be passed to the method getNamespaceURI()
to retrieve the URI of each namespace. |
|
SOAPElement.
This method is useful for rolling back the construction of partially
completed |
|
SOAPElement
object to one specified. |