org.apache.batik.dom
public class GenericComment extends AbstractComment
Field Summary | |
---|---|
protected boolean | readonly
Is this element immutable? |
Constructor Summary | |
---|---|
GenericComment()
Creates a new Comment object. | |
GenericComment(String value, AbstractDocument owner)
Creates a new Comment object. |
Method Summary | |
---|---|
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. |