public class DOMText extends DOMCharacterData<org.w3c.dom.Text>
Modifier and Type | Method and Description |
---|---|
static DOMText |
__construct(Env env,
java.lang.String value) |
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, substringData
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
getImpl, getImpl, wrap, wrap
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