com.caucho.xml
Class QCdata
java.lang.Object
com.caucho.xml.QAbstractNode
com.caucho.xml.QText
com.caucho.xml.QCdata
- All Implemented Interfaces:
- CauchoNode, java.io.Serializable, org.w3c.dom.CDATASection, org.w3c.dom.CharacterData, org.w3c.dom.Node, org.w3c.dom.Text
public class QCdata
- extends QText
- implements org.w3c.dom.CDATASection
- See Also:
- Serialized Form
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 |
Constructor Summary |
QCdata(java.lang.String data)
|
Methods inherited from class com.caucho.xml.QAbstractNode |
appendChild, baseURI, checkValid, cloneNode, compareDocumentPosition, compareTreePosition, equals, getAttributes, getBaseURI, getCanonicalName, getChildNodes, getColumn, getDependencyList, getFeature, getFilename, getFirstChild, getInterface, getLastChild, getLine, getLocalName, getNamespaceURI, getNextContent, getNextPreorder, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousContent, getPreviousSibling, getQName, getTextContent, getTextValue, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespacePrefix, lookupNamespaceURI, lookupPrefix, normalize, print, printHtml, printPretty, removeChild, replaceChild, setFeature, setLocation, setPrefix, setTextContent, setUserData, supports |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Text |
getWholeText, isElementContentWhitespace, replaceWholeText |
Methods inherited from interface org.w3c.dom.CharacterData |
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
_data
protected java.lang.String _data
_whitespaceOnly
protected boolean _whitespaceOnly
QCdata
public QCdata(java.lang.String data)
getNodeName
public java.lang.String getNodeName()
- Specified by:
getNodeName
in interface org.w3c.dom.Node
- Overrides:
getNodeName
in class QText
getNodeType
public short getNodeType()
- Specified by:
getNodeType
in interface org.w3c.dom.Node
- Overrides:
getNodeType
in class QText
splitText
public org.w3c.dom.Text splitText(int offset)
throws org.w3c.dom.DOMException
- Specified by:
splitText
in interface org.w3c.dom.Text
- Overrides:
splitText
in class QText
- Throws:
org.w3c.dom.DOMException
print
public void print(XmlPrinter os)
throws java.io.IOException
- Throws:
java.io.IOException
getNodeValue
public java.lang.String getNodeValue()
- Returns the node value. For QCharacterData, this is the text value.
- Specified by:
getNodeValue
in interface org.w3c.dom.Node
- Overrides:
getNodeValue
in class QAbstractNode
setNodeValue
public void setNodeValue(java.lang.String data)
- Sets the node value. For QCharacterData, this is the text value.
- Specified by:
setNodeValue
in interface org.w3c.dom.Node
- Overrides:
setNodeValue
in class QAbstractNode
getData
public java.lang.String getData()
- Returns the node value. For QCharacterData, this is the text value.
- Specified by:
getData
in interface org.w3c.dom.CharacterData
setData
public void setData(java.lang.String data)
- Sets the node value. For QCharacterData, this is the text value.
- Specified by:
setData
in interface org.w3c.dom.CharacterData
getLength
public int getLength()
- Returns the length of the text data.
- Specified by:
getLength
in interface org.w3c.dom.CharacterData
substringData
public java.lang.String substringData(int start,
int count)
throws org.w3c.dom.DOMException
- Specified by:
substringData
in interface org.w3c.dom.CharacterData
- Throws:
org.w3c.dom.DOMException
substringData
public java.lang.String substringData(int start)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
appendData
public void appendData(java.lang.String arg)
throws org.w3c.dom.DOMException
- Specified by:
appendData
in interface org.w3c.dom.CharacterData
- Throws:
org.w3c.dom.DOMException
insertData
public void insertData(int offset,
java.lang.String arg)
throws org.w3c.dom.DOMException
- Specified by:
insertData
in interface org.w3c.dom.CharacterData
- Throws:
org.w3c.dom.DOMException
deleteData
public void deleteData(int offset,
int count)
throws org.w3c.dom.DOMException
- Specified by:
deleteData
in interface org.w3c.dom.CharacterData
- Throws:
org.w3c.dom.DOMException
deleteData
public void deleteData(int offset)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
replaceData
public void replaceData(int offset,
int count,
java.lang.String arg)
throws org.w3c.dom.DOMException
- Specified by:
replaceData
in interface org.w3c.dom.CharacterData
- Throws:
org.w3c.dom.DOMException
hasContent
public boolean hasContent()
- Overrides:
hasContent
in class QAbstractNode
isElementContentWhitespace
public boolean isElementContentWhitespace()