java.lang.Object | +--gnu.xml.dom.DomNode | +--gnu.xml.dom.DomCharacterDataAll Implemented Interfaces:
void | appendData(java.lang.String arg) DOM L1 Appends the specified data to the value of this node. |
void | deleteData(int offset, int count) DOM L1 Modifies the value of this node. |
DOM L1 Returns an empty list of children. | |
java.lang.String | getData() DOM L1 Returns the value of this node; same as getNodeValue. |
int | DOM L1 Returns the length of the data. |
java.lang.String | DOM L1 Returns the value of this node. |
void | insertData(int offset, java.lang.String arg) DOM L1 Modifies the value of this node. |
void | replaceData(int offset, int count, java.lang.String arg) DOM L1 Modifies the value of this node. |
void | setData(java.lang.String data) DOM L1 Assigns the value of this node; same as setNodeValue. |
void | setNodeValue(java.lang.String value) DOM L1 Assigns the value of this node. |
java.lang.String | substringData(int offset, int count) DOM L1 Returns the specified substring. |
public void appendData(java.lang.String arg)
public void deleteData(int offset, int count)
public final NodeList getChildNodes()
public final String getData()
public int getLength()
public String getNodeValue()
public void insertData(int offset, java.lang.String arg)
public void replaceData(int offset, int count, java.lang.String arg)
public final void setData(java.lang.String data)
public void setNodeValue(java.lang.String value)
public String substringData(int offset, int count)