org.apache.batik.dom
public class GenericText extends AbstractText
| Field Summary | |
|---|---|
| protected boolean | readonly
Is this element immutable? |
| Constructor Summary | |
|---|---|
| protected | GenericText()
Creates a new uninitialized Text object. |
| GenericText(String value, AbstractDocument owner)
Creates a new Text object. | |
| Method Summary | |
|---|---|
| protected Text | createTextNode(String text)
Creates a text node of the current type. |
| String | getNodeName()
DOM: Implements org.w3c.dom.Node#getNodeName(). |
| short | getNodeType()
DOM: Implements org.w3c.dom.Node#getNodeType(). |
| boolean | isReadonly()
Tests whether this node is readonly. |
| protected Node | newNode()
Returns a new uninitialized instance of this object's class. |
| void | setReadonly(boolean v)
Sets this node readonly attribute. |
Returns: getNodeName.
Returns: org.w3c.dom.Node#TEXT_NODE