csoap.xml.soap
Class NodeImpl
java.lang.Object
csoap.xml.soap.NodeImpl
- All Implemented Interfaces:
- javax.xml.soap.Node
- Direct Known Subclasses:
- SOAPElementImpl, TextImpl
- public class NodeImpl
- extends java.lang.Object
- implements javax.xml.soap.Node
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeImpl
public NodeImpl()
detachNode
public void detachNode()
- Specified by:
detachNode
in interface javax.xml.soap.Node
getParentElement
public javax.xml.soap.SOAPElement getParentElement()
- Specified by:
getParentElement
in interface javax.xml.soap.Node
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface javax.xml.soap.Node
getBigValue
public char[] getBigValue()
recycleNode
public void recycleNode()
- Specified by:
recycleNode
in interface javax.xml.soap.Node
setParentElement
public void setParentElement(javax.xml.soap.SOAPElement parent)
- Specified by:
setParentElement
in interface javax.xml.soap.Node
setValue
public void setValue(java.lang.String value)
setBigValue
public void setBigValue(char[] bigValue)
isBig
public boolean isBig()