org.apache.batik.dom
public class GenericAttr extends AbstractAttr
| Field Summary | |
|---|---|
| protected boolean | readonly
Is this attribute immutable? |
| Constructor Summary | |
|---|---|
| protected | GenericAttr()
Creates a new Attr object. |
| GenericAttr(String name, AbstractDocument owner)
Creates a new Attr 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. |
Parameters: name The attribute name for validation purposes. owner The owner document.
Throws: DOMException INVALID_CHARACTER_ERR: if name contains invalid characters,