org.jboss.axis.message
Class CDATAImpl
java.lang.Object
org.jboss.axis.message.NodeImpl
org.jboss.axis.message.TextImpl
org.jboss.axis.message.CDATAImpl
- All Implemented Interfaces:
- CDATASection, CharacterData, Node, 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_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Methods inherited from class org.jboss.axis.message.TextImpl |
appendData, deleteData, getData, getLength, getValue, getWholeText, insertData, isElementContentWhitespace, replaceData, replaceWholeText, setData, setValue, splitText, substringData |
Methods inherited from class org.jboss.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.
- Overrides:
isComment
in class TextImpl
getBaseURI
public String getBaseURI()
- Specified by:
getBaseURI
in interface Node
- Overrides:
getBaseURI
in class NodeImpl
compareDocumentPosition
public short compareDocumentPosition(Node other)
throws DOMException
- Specified by:
compareDocumentPosition
in interface Node
- Overrides:
compareDocumentPosition
in class NodeImpl
- Throws:
DOMException
getTextContent
public String getTextContent()
throws DOMException
- Specified by:
getTextContent
in interface Node
- Overrides:
getTextContent
in class NodeImpl
- Throws:
DOMException
setTextContent
public void setTextContent(String textContent)
throws DOMException
- Specified by:
setTextContent
in interface Node
- Overrides:
setTextContent
in class NodeImpl
- Throws:
DOMException
isSameNode
public boolean isSameNode(Node other)
- Specified by:
isSameNode
in interface Node
- Overrides:
isSameNode
in class NodeImpl
lookupPrefix
public String lookupPrefix(String namespaceURI)
- Specified by:
lookupPrefix
in interface Node
- Overrides:
lookupPrefix
in class NodeImpl
isDefaultNamespace
public boolean isDefaultNamespace(String namespaceURI)
- Specified by:
isDefaultNamespace
in interface Node
- Overrides:
isDefaultNamespace
in class NodeImpl
lookupNamespaceURI
public String lookupNamespaceURI(String prefix)
- Specified by:
lookupNamespaceURI
in interface Node
- Overrides:
lookupNamespaceURI
in class NodeImpl
isEqualNode
public boolean isEqualNode(Node arg)
- Specified by:
isEqualNode
in interface Node
- Overrides:
isEqualNode
in class NodeImpl
getFeature
public Object getFeature(String feature,
String version)
- Specified by:
getFeature
in interface Node
- Overrides:
getFeature
in class NodeImpl
setUserData
public Object setUserData(String key,
Object data,
UserDataHandler handler)
- Specified by:
setUserData
in interface Node
- Overrides:
setUserData
in class NodeImpl
getUserData
public Object getUserData(String key)
- Specified by:
getUserData
in interface Node
- Overrides:
getUserData
in class NodeImpl
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.