org.apache.batik.dom
public interface ExtendedNode extends Node, NodeEventTarget
| Method Summary | |
|---|---|
| boolean | isReadonly()
Tests whether this node is readonly. |
| void | setNextSibling(Node n)
Sets the node immediately following this node. |
| void | setNodeName(String v)
Sets the name of this node. |
| void | setOwnerDocument(Document doc)
Sets the owner document of this node. |
| void | setParentNode(Node v)
Sets the parent node. |
| void | setPreviousSibling(Node n)
Sets the node immediately preceding this node. |
| void | setReadonly(boolean v)
Sets this node readonly attribute. |
| void | setSpecified(boolean v)
Sets the value of the specified attribute. |