csoap.xml.soap
Class TextImpl

java.lang.Object
  extended bycsoap.xml.soap.NodeImpl
      extended bycsoap.xml.soap.TextImpl
All Implemented Interfaces:
javax.xml.soap.Node, javax.xml.soap.Text

public class TextImpl
extends NodeImpl
implements javax.xml.soap.Text


Constructor Summary
TextImpl()
           
 
Method Summary
 boolean isComment()
           
 
Methods inherited from class csoap.xml.soap.NodeImpl
detachNode, getBigValue, getParentElement, getValue, isBig, recycleNode, setBigValue, setParentElement, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.soap.Node
detachNode, getParentElement, getValue, recycleNode, setParentElement
 

Constructor Detail

TextImpl

public TextImpl()
Method Detail

isComment

public boolean isComment()
Specified by:
isComment in interface javax.xml.soap.Text