org.apache.batik.dom
public class GenericNotation extends AbstractNotation
Field Summary | |
---|---|
protected boolean | readonly
Is this node immutable? |
Constructor Summary | |
---|---|
protected | GenericNotation()
Creates a new Notation object. |
GenericNotation(String name, String pubId, String sysId, AbstractDocument owner)
Creates a new Notation 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. |