当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
CDATAImpl (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.message
Class CDATAImpl
java.lang.Object
org.apache.axis.message.NodeImpl
org.apache.axis.message.TextImpl
org.apache.axis.message.CDATAImpl
- All Implemented Interfaces:
- CDATASection, CharacterData, Node, javax.xml.soap.Node, Text, javax.xml.soap.Text
- public class CDATAImpl
- extends TextImpl
- implements CDATASection
A CDATASection
*
* @author Heejune Ahn (cityboy@tmax.co.kr)
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Method Summary |
boolean |
isComment()
Retrieves whether this object represents a comment. |
Methods inherited from class org.apache.axis.message.TextImpl |
appendData, deleteData, getData, getLength, getValue, getWholeText, insertData, isElementContentWhitespace, replaceData, replaceWholeText, setData, setValue, splitText, substringData |
Methods inherited from class org.apache.axis.message.NodeImpl |
appendChild, cloneNode, detachNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, hashCode, insertBefore, isSupported, normalize, recycleNode, removeChild, replaceChild, setNodeValue, setParentElement, setPrefix, toString |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Methods inherited from interface javax.xml.soap.Node |
detachNode, getParentElement, recycleNode, setParentElement |
CDATAImpl
public CDATAImpl(Node node)
isComment
public boolean isComment()
- Description copied from class:
TextImpl
- Retrieves whether this object represents a comment.
- Specified by:
isComment
in interface javax.xml.soap.Text
- Overrides:
isComment
in class TextImpl
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.