public class DOMCDATASection extends DOMCharacterData<org.w3c.dom.CDATASection>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getWholeText() |
boolean |
isElementContentWhitespace() |
boolean |
isWhitespaceInElementContent() |
DOMText |
replaceWholeText(java.lang.String content) |
DOMText |
splitText(int offset) |
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringDataappendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData, toStringgetImpl, getImpl, wrap, wrappublic java.lang.String getWholeText()
public boolean isElementContentWhitespace()
public boolean isWhitespaceInElementContent()
public DOMText replaceWholeText(java.lang.String content) throws DOMException
DOMExceptionpublic DOMText splitText(int offset) throws DOMException
DOMException