public final class XMLCDATASectionStruct extends XMLNodeStruct implements CDATASection
Collection.Key
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
TYPE_LINKED, TYPE_REGULAR, TYPE_SOFT, TYPE_SYNC, TYPE_WEAKED
Constructor and Description |
---|
XMLCDATASectionStruct(CDATASection section,
boolean caseSensitive)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
void |
appendData(String arg) |
Node |
cloneNode(boolean deep) |
void |
deleteData(int offset,
int count) |
Collection |
duplicate(boolean deepCopy) |
String |
getData() |
int |
getLength() |
String |
getWholeText() |
void |
insertData(int offset,
String arg) |
boolean |
isElementContentWhitespace() |
void |
replaceData(int offset,
int count,
String arg) |
Text |
replaceWholeText(String arg0) |
void |
setData(String data) |
Text |
splitText(int offset) |
String |
substringData(int offset,
int count) |
appendChild, castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, clear, compareDocumentPosition, compareTo, compareTo, compareTo, compareTo, containsKey, entryIterator, equals, get, get, getAttributes, getBaseURI, getCaseSensitive, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getMap, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, getXMLNodeList, hasAttributes, hasChildNodes, insertBefore, isCaseSensitive, isDefaultNamespace, isEqualNode, isSameNode, isSupported, keyIterator, keys, keysAsStringIterator, lookupNamespaceURI, lookupPrefix, normalize, remove, removeChild, removeEL, replaceChild, set, setEL, setNodeValue, setPrefix, setTextContent, setUserData, size, toDumpData, toNode, valueIterator
call, callWithNamedValues, clone, containsKey, containsKey, containsValue, entrySet, get, get, get, get, get, getIterator, invalidKey, isEmpty, keySet, put, putAll, remove, set, set, setEL, setEL, sizeOf, toString, values
getClass, hashCode, notify, notifyAll, wait, wait, wait
appendChild, 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
clone, containsKey, get, get, set, setEL
getIterator
public XMLCDATASectionStruct(CDATASection section, boolean caseSensitive)
section
- caseSensitive
- public Text splitText(int offset) throws DOMException
splitText
in interface Text
DOMException
public int getLength()
getLength
in interface CharacterData
public void deleteData(int offset, int count) throws DOMException
deleteData
in interface CharacterData
DOMException
public String getData() throws DOMException
getData
in interface CharacterData
DOMException
public String substringData(int offset, int count) throws DOMException
substringData
in interface CharacterData
DOMException
public void replaceData(int offset, int count, String arg) throws DOMException
replaceData
in interface CharacterData
DOMException
public void insertData(int offset, String arg) throws DOMException
insertData
in interface CharacterData
DOMException
public void appendData(String arg) throws DOMException
appendData
in interface CharacterData
DOMException
public void setData(String data) throws DOMException
setData
in interface CharacterData
DOMException
public String getWholeText()
getWholeText
in interface Text
public boolean isElementContentWhitespace()
isElementContentWhitespace
in interface Text
public Text replaceWholeText(String arg0) throws DOMException
replaceWholeText
in interface Text
DOMException
public Collection duplicate(boolean deepCopy)
duplicate
in interface Collection
duplicate
in class XMLNodeStruct
Copyright © 2015 Lucee