org.apache.batik.dom
public abstract class AbstractCharacterData extends AbstractChildNode implements CharacterData
Field Summary | |
---|---|
protected String | nodeValue
The value of this node. |
Method Summary | |
---|---|
void | appendData(String arg)
DOM: Implements org.w3c.dom.CharacterData#appendData(String). |
protected void | checkOffsetCount(int offset, int count)
Checks the given offset and count validity. |
protected Node | copyInto(Node n)
Copy the fields of the current node into the given node. |
protected Node | deepCopyInto(Node n)
Deeply copy the fields of the current node into the given node. |
protected Node | deepExport(Node n, AbstractDocument d)
Deeply exports this node to the given document. |
void | deleteData(int offset, int count)
DOM: Implements org.w3c.dom.CharacterData#deleteData(int,int). |
protected Node | export(Node n, AbstractDocument d)
Exports this node to the given document. |
String | getData()
DOM: Implements org.w3c.dom.CharacterData#getData(). |
int | getLength()
DOM: Implements org.w3c.dom.CharacterData#getLength(). |
String | getNodeValue()
DOM: Implements org.w3c.dom.Node#getNodeValue(). |
void | insertData(int offset, String arg)
DOM: Implements org.w3c.dom.CharacterData#insertData(int,String). |
void | replaceData(int offset, int count, String arg)
DOM: Implements org.w3c.dom.CharacterData#replaceData(int,int,String). |
void | setData(String data)
DOM: Implements org.w3c.dom.CharacterData#setData(String). |
void | setNodeValue(String nodeValue)
DOM: Implements org.w3c.dom.Node#setNodeValue(String). |
String | substringData(int offset, int count)
DOM: Implements org.w3c.dom.CharacterData#substringData(int,int). |
Parameters: n a node of the type of this.
Parameters: n a node of the type of this.
Returns: getNodeValue.
Returns: nodeValue.length().
Returns: nodeValue.