org.w3c.tidy
Class DOMTextImpl
- org.w3c.dom.CharacterData, org.w3c.dom.Node, Text
public class DOMTextImpl
implements Text
DOMTextImpl.
$Revision: 738 $ ($Author: fgiust $)
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, supports |
DOMTextImpl
protected DOMTextImpl(Node adaptee)
Instantiates a new DOM text node.
adaptee - wrapped Tidy node
getWholeText
public String getWholeText()
org.w3c.dom.Text.getWholeText()
isElementContentWhitespace
public boolean isElementContentWhitespace()
org.w3c.dom.Text.isElementContentWhitespace()
replaceWholeText
public Text replaceWholeText(String content)
throws DOMExceptionorg.w3c.dom.Text.isElementContentWhitespace()
splitText
public Text splitText(int offset)
throws DOMExceptionorg.w3c.dom.Text.splitText(int)