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