All Implemented Interfaces:
Node
All Known Implementing Classes:
SOAPBodyElement, SOAPBody, SOAPHeaderElement, DetailEntry, SOAPEnvelope, SOAPFault, SOAPFaultElement, Detail, SOAPPart, Text, SOAPElement, SOAPHeader
Method from javax.xml.soap.Node Summary: |
---|
detachNode, getParentElement, getValue, recycleNode, setParentElement, setValue |
Method from javax.xml.soap.Node Detail: |
---|
Node object from the tree. |
Node object.
This method can throw an UnsupportedOperationException
if the tree is not kept in memory. |
Text node or the
value of the immediate child of this node otherwise.
If there is an immediate child of this Node that it is a
Text node then it's value will be returned. If there is
more than one Text node then the value of the first
Text Node will be returned.
Otherwise null is returned. |
Node
object is no longer being used by the application and that the
implementation is free to reuse this object for nodes that may
be created later.
Calling the method |
Node object to the given
SOAPElement object. |
Text node, or if
there are no children in which case a child Text node will be
created. |