org.apache.batik.extension
public abstract class ExtensionElement extends SVGOMElement
| Constructor Summary | |
|---|---|
| protected | ExtensionElement()
Creates a new Element object. |
| protected | ExtensionElement(String name, AbstractDocument owner)
Creates a new Element object. |
| Method Summary | |
|---|---|
| boolean | isReadonly()
Tests whether this node is readonly. |
| void | setReadonly(boolean v)
Sets this node readonly attribute. |
Parameters: name The element name, for validation purposes. owner The owner document.