org.apache.axis.message

Class CDATAImpl

Implemented Interfaces:
org.w3c.dom.CDATASection, Cloneable, Node, Serializable, Text

public class CDATAImpl
extends Text
implements org.w3c.dom.CDATASection

Author:
Heejune Ahn (cityboy@tmax.co.kr)

Field Summary

Fields inherited from class org.apache.axis.message.NodeImpl

_isDirty, attributes, children, document, log, name, namespaceURI, parent, prefix, textRep

Constructor Summary

CDATAImpl(String text)

Method Summary

boolean
isComment()

Methods inherited from class org.apache.axis.message.Text

appendData, deleteData, equals, getData, getLength, getNodeValue, getWholeText, hashCode, insertData, isComment, isElementContentWhitespace, replaceData, replaceWholeText, setData, setNodeValue, splitText, substringData, toString

Methods inherited from class org.apache.axis.message.NodeImpl

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, setDirty, setIdAttribute, setIdAttributeNS, setIdAttributeNode, setNodeValue, setOwnerDocument, setParent, setParentElement, setPrefix, setTextContent, setUserData, setValue

Constructor Details

CDATAImpl

public CDATAImpl(String text)

Method Details

isComment

public boolean isComment()
Specified by:
isComment in interface Text
Overrides:
isComment in interface Text

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.