appendData
public void appendData(String arg)
throws DOMException
deleteData
public void deleteData(int offset,
int count)
throws DOMException
getClassName
public String getClassName()
getData
public String getData()
throws DOMException
getLength
public int getLength()
getTextContent
public String getTextContent()
throws DOMException
Gets the text content of this node
and its descendents.
- getTextContent in interface NodeImpl
insertData
public void insertData(int offset,
String arg)
throws DOMException
replaceData
public void replaceData(int offset,
int count,
String arg)
throws DOMException
setData
public void setData(String data)
throws DOMException
setTextContent
public void setTextContent(String textContent)
throws DOMException
- setTextContent in interface NodeImpl
substringData
public String substringData(int offset,
int count)
throws DOMException