|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtendedNode
This interface provides an access to the non DOM methods implemented by all the nodes in this implementation.
Field Summary |
---|
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. |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Methods inherited from interface org.apache.batik.dom.events.NodeEventTarget |
---|
addEventListenerNS, dispatchEvent, getEventSupport, getParentNodeEventTarget, removeEventListenerNS |
Methods inherited from interface org.w3c.dom.events.EventTarget |
---|
addEventListener, removeEventListener |
Method Detail |
---|
void setNodeName(String v)
boolean isReadonly()
void setReadonly(boolean v)
void setOwnerDocument(Document doc)
void setParentNode(Node v)
void setPreviousSibling(Node n)
void setNextSibling(Node n)
void setSpecified(boolean v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |