org.w3c.tidy
Class DOMCharacterDataImpl
org.w3c.tidy.DOMCharacterDataImpl
- public class DOMCharacterDataImpl
DOMCharacterDataImpl
(c) 1998-2000 (W3C) MIT, INRIA, Keio University
See Tidy.java for the copyright notice.
Derived from
HTML Tidy Release 4 Aug 2000
- Version:
- 1.7, 1999/12/06 Tidy Release 30 Nov 1999
- Author:
- Dave Raggett , Andy Quick (translation to Java)
DOMCharacterDataImpl
protected DOMCharacterDataImpl(Node adaptee)
getData
public String getData()
throws DOMException
- See Also:
org.w3c.dom.CharacterData#getData
setData
public void setData(String data)
throws DOMException
- See Also:
org.w3c.dom.CharacterData#setData
getLength
public int getLength()
- See Also:
org.w3c.dom.CharacterData#getLength
substringData
public String substringData(int offset,
int count)
throws DOMException
- See Also:
org.w3c.dom.CharacterData#substringData
appendData
public void appendData(String arg)
throws DOMException
- See Also:
org.w3c.dom.CharacterData#appendData
insertData
public void insertData(int offset,
String arg)
throws DOMException
- See Also:
org.w3c.dom.CharacterData#insertData
deleteData
public void deleteData(int offset,
int count)
throws DOMException
- See Also:
org.w3c.dom.CharacterData#deleteData
replaceData
public void replaceData(int offset,
int count,
String arg)
throws DOMException
- See Also:
org.w3c.dom.CharacterData#replaceData
Copyright © 1998-2000 World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights reserved.