org.apache.batik.dom
public class GenericCDATASection extends AbstractText implements CDATASection
Field Summary | |
---|---|
protected boolean | readonly
Is this element immutable? |
Constructor Summary | |
---|---|
protected | GenericCDATASection()
Creates a new CDATASection object. |
GenericCDATASection(String value, AbstractDocument owner)
Creates a new CDATASection 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: "#cdata-section".
Returns: org.w3c.dom.Node#CDATA_SECTION_NODE