org.apache.axis.message
Class CommentImpl
- Cloneable, Comment, Node, Serializable, Text
Most of methods are inherited from TEXT, defined for its Interface Marker
only
- Heejune Ahn (cityboy@tmax.co.kr)
boolean | isComment() - Retrieves whether this
Text object
represents a comment.
|
org.w3c.dom.Text | splitText(int offset) - Use the textRep, and convert it to org.apache.axis.Text
in order to keep the Axis SOAP strcture after operation
This work would be easier if constructor, Text(org.w3c.dom.Text)
is defined
|
appendData , deleteData , equals , getData , getLength , getNodeValue , getWholeText , hashCode , insertData , isComment , isElementContentWhitespace , replaceData , replaceWholeText , setData , setNodeValue , splitText , substringData , toString |
appendChild , cloneNode , compareDocumentPosition , convertAttrSAXtoDOM , detachNode , getAttributes , getBaseURI , getChildNodes , getFeature , getFirstChild , getLastChild , getLocalName , getNamespaceURI , getNextSibling , getNodeName , getNodeType , getNodeValue , getOwnerDocument , getParent , getParentElement , getParentNode , getPrefix , getPreviousSibling , getSchemaTypeInfo , getTextContent , getUserData , getValue , hasAttributes , hasChildNodes , initializeChildren , insertBefore , isDefaultNamespace , isDirty , isEqualNode , isSameNode , isSupported , lookupNamespaceURI , lookupPrefix , makeAttributesEditable , normalize , output , recycleNode , removeChild , replaceChild , reset , setDirty , setDirty , setIdAttribute , setIdAttributeNS , setIdAttributeNode , setNodeValue , setOwnerDocument , setParent , setParentElement , setPrefix , setTextContent , setUserData , setValue |
CommentImpl
public CommentImpl(String text)
isComment
public boolean isComment()
Retrieves whether this Text
object
represents a comment.
- isComment in interface Text
- isComment in interface Text
true
if this Text
object is
a comment; false
otherwise
splitText
public org.w3c.dom.Text splitText(int offset)
throws DOMException
Use the textRep, and convert it to org.apache.axis.Text
in order to keep the Axis SOAP strcture after operation
This work would be easier if constructor, Text(org.w3c.dom.Text)
is defined
- splitText in interface Text
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.