java.lang.Object | +--gnu.xml.dom.DomNode | +--gnu.xml.dom.DomCharacterData | +--gnu.xml.dom.DomTextAll Implemented Interfaces:
DomText(Document owner, java.lang.String value) Constructs a text node associated with the specified document and holding the specified data. |
java.lang.String | DOM L1 Returns the string "#text". |
short | DOM L1 Returns the constant TEXT_NODE. |
splitText(int offset) DOM L1 Splits this text node in two parts at the offset, returning the new text node (the sibling with the second part). |
protected DomText(Document owner, char buf[] , int off, int len)
protected DomText(Document owner, java.lang.String value)
public String getNodeName()
public short getNodeType()
public Text splitText(int offset)