com.caucho.quercus.lib.dom
Class DOMCharacterData<T extends org.w3c.dom.CharacterData>
java.lang.Object
com.caucho.quercus.lib.dom.DOMWrapper<T>
com.caucho.quercus.lib.dom.DOMNode<T>
com.caucho.quercus.lib.dom.DOMCharacterData<T>
- Direct Known Subclasses:
- DOMCDATASection, DOMComment, DOMText
public class DOMCharacterData<T extends org.w3c.dom.CharacterData>
- extends DOMNode<T>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DOMCharacterData
protected DOMCharacterData(DOMImplementation impl,
T delegate)
appendData
public void appendData(java.lang.String arg)
throws DOMException
- Throws:
DOMException
deleteData
public void deleteData(int offset,
int count)
throws DOMException
- Throws:
DOMException
getData
public java.lang.String getData()
throws DOMException
- Throws:
DOMException
getLength
public int getLength()
insertData
public void insertData(int offset,
java.lang.String arg)
throws DOMException
- Throws:
DOMException
replaceData
public void replaceData(int offset,
int count,
java.lang.String arg)
throws DOMException
- Throws:
DOMException
setData
public void setData(java.lang.String data)
throws DOMException
- Throws:
DOMException
substringData
public java.lang.String substringData(int offset,
int count)
throws DOMException
- Throws:
DOMException