Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.xml.dom.DomNode
gnu.xml.dom.DomCharacterData
Method Summary | |
void |
|
void |
|
String |
|
String |
|
int |
|
String |
|
void |
|
void |
|
void |
|
void |
|
String |
|
public void appendData(String arg)
DOM L1 Appends the specified data to the value of this node. Causes a DOMCharacterDataModified mutation event to be reported.
- Specified by:
- appendData in interface CharacterData
public void deleteData(int offset, int count)
DOM L1 Modifies the value of this node. Causes a DOMCharacterDataModified mutation event to be reported.
- Specified by:
- deleteData in interface CharacterData
public final String getBaseURI()
The base URI for character data isnull
.
- Specified by:
- getBaseURI in interface Node
- Overrides:
- getBaseURI in interface DomNode
- Since:
- DOM Level 3 Core
public final String getData()
DOM L1 Returns the value of this node; same as getNodeValue.
- Specified by:
- getData in interface CharacterData
public int getLength()
DOM L1 Returns the length of the data.
- Specified by:
- getLength in interface CharacterData
- getLength in interface NodeList
- Overrides:
- getLength in interface DomNode
public String getNodeValue()
DOM L1 Returns the value of this node.
- Specified by:
- getNodeValue in interface Node
- Overrides:
- getNodeValue in interface DomNode
public void insertData(int offset, String arg)
DOM L1 Modifies the value of this node.
- Specified by:
- insertData in interface CharacterData
public void replaceData(int offset, int count, String arg)
DOM L1 Modifies the value of this node. Causes DOMCharacterDataModified mutation events to be reported (at least one).
- Specified by:
- replaceData in interface CharacterData
public final void setData(String data)
DOM L1 Assigns the value of this node; same as setNodeValue.
- Specified by:
- setData in interface CharacterData
public void setNodeValue(String value)
DOM L1 Assigns the value of this node. Causes a DOMCharacterDataModified mutation event to be reported.
- Specified by:
- setNodeValue in interface Node
- Overrides:
- setNodeValue in interface DomNode