Modifier and Type | Method and Description |
---|---|
public void | |
public SOAPElement | Returns: theSOAPElement object that is the parent of
this Node object or null if this
Node object is rootReturns the parent element of this |
public String | Returns: aString with the text of this node if this is a
Text node or the text contained by the first
immediate child of this Node object that is a
Text object if such a child exists;
null otherwise.Returns the value of this node if this is a |
public void | recycleNode()
Notifies the implementation that this |
public void | setParentElement(SOAPElement
the parent)SOAPElement object to be set as
the parent of this Node objectSets the parent of this |
public void |
detachNode | back to summary |
---|---|
public void detachNode() Removes this |
getParentElement | back to summary |
---|---|
public SOAPElement getParentElement() Returns the parent element of this
|
getValue | back to summary |
---|---|
public String getValue() Returns the value of this node if this is a
|
recycleNode | back to summary |
---|---|
public void recycleNode() Notifies the implementation that this
Calling the method |
setParentElement | back to summary |
---|---|
public void setParentElement(SOAPElement parent) throws SOAPException Sets the parent of this
|
setValue | back to summary |
---|---|
public void setValue(String value) If this is a Text node then this method will set its value,
otherwise it sets the value of the immediate (Text) child of this node.
The value of the immediate child of this node can be set only if, there is
one child node and that node is a
|