|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.lib.dom.DOMWrapper<T>
com.caucho.quercus.lib.dom.DOMNode<T>
com.caucho.quercus.lib.dom.DOMCharacterData<org.w3c.dom.CDATASection>
com.caucho.quercus.lib.dom.DOMCDATASection
public class DOMCDATASection
| Method Summary | |
|---|---|
java.lang.String |
getWholeText()
|
boolean |
isElementContentWhitespace()
|
boolean |
isWhitespaceInElementContent()
|
DOMText |
replaceWholeText(java.lang.String content)
|
DOMText |
splitText(int offset)
|
| Methods inherited from class com.caucho.quercus.lib.dom.DOMCharacterData |
|---|
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData |
| Methods inherited from class com.caucho.quercus.lib.dom.DOMNode |
|---|
appendChild, 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, toString |
| Methods inherited from class com.caucho.quercus.lib.dom.DOMWrapper |
|---|
getImpl, getImpl, wrap, wrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getWholeText()
public boolean isElementContentWhitespace()
public boolean isWhitespaceInElementContent()
public DOMText replaceWholeText(java.lang.String content)
throws DOMException
DOMException
public DOMText splitText(int offset)
throws DOMException
DOMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||