org.w3c.tidy

Class DOMCharacterDataImpl

Implemented Interfaces:
org.w3c.dom.CharacterData, org.w3c.dom.Node
Known Direct Subclasses:
DOMCommentImpl, DOMTextImpl

public class DOMCharacterDataImpl
extends DOMNodeImpl
implements org.w3c.dom.CharacterData

Tidy implementation of org.w3c.dom.CharacterData.
Version:
$Revision: 588 $ ($Author: fgiust $)
Authors:
Dave Raggett dsr@w3.org
Andy Quick ac.quick@sympatico.ca (translation to Java)
Fabrizio Giustina

Field Summary

Fields inherited from class org.w3c.tidy.DOMNodeImpl

adaptee

Constructor Summary

DOMCharacterDataImpl(Node adaptee)
Instantiates a new DOMCharacterDataImpl which wraps the given Node.

Method Summary

void
appendData(String arg)
Not supported.
void
deleteData(int offset, int count)
Not supported.
String
getData()
int
getLength()
void
insertData(int offset, String arg)
Not supported.
void
replaceData(int offset, int count, String arg)
Not supported.
void
setData(String data)
Not supported.
String
substringData(int offset, int count)

Methods inherited from class org.w3c.tidy.DOMNodeImpl

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

Constructor Details

DOMCharacterDataImpl

protected DOMCharacterDataImpl(Node adaptee)
Instantiates a new DOMCharacterDataImpl which wraps the given Node.
Parameters:
adaptee - wrapped node.

Method Details

appendData

public void appendData(String arg)
            throws DOMException
Not supported.
See Also:
org.w3c.dom.CharacterData.appendData

deleteData

public void deleteData(int offset,
                       int count)
            throws DOMException
Not supported.
See Also:
org.w3c.dom.CharacterData.deleteData

getData

public String getData()
            throws DOMException
See Also:
org.w3c.dom.CharacterData.getData

getLength

public int getLength()
See Also:
org.w3c.dom.CharacterData.getLength

insertData

public void insertData(int offset,
                       String arg)
            throws DOMException
Not supported.
See Also:
org.w3c.dom.CharacterData.insertData

replaceData

public void replaceData(int offset,
                        int count,
                        String arg)
            throws DOMException
Not supported.
See Also:
org.w3c.dom.CharacterData.replaceData

setData

public void setData(String data)
            throws DOMException
Not supported.
See Also:
org.w3c.dom.CharacterData.setData

substringData

public String substringData(int offset,
                            int count)
            throws DOMException
See Also:
org.w3c.dom.CharacterData.substringData