|
|||||||||
| Home >> All >> org >> apache >> batik >> [ dom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.dom
Interface ExtendedNode

- All Superinterfaces:
- org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.apache.batik.dom.events.NodeEventTarget
- All Known Implementing Classes:
- AbstractNode
- public interface ExtendedNode
- extends org.w3c.dom.Node, org.apache.batik.dom.events.NodeEventTarget
This interface provides an access to the non DOM methods implemented by all the nodes in this implementation.
- Version:
- $Id: ExtendedNode.java,v 1.8 2005/02/22 09:12:58 cam Exp $
| Field Summary |
| Method Summary | |
boolean |
isReadonly()
Tests whether this node is readonly. |
void |
setNextSibling(org.w3c.dom.Node n)
Sets the node immediately following this node. |
void |
setNodeName(java.lang.String v)
Sets the name of this node. |
void |
setOwnerDocument(org.w3c.dom.Document doc)
Sets the owner document of this node. |
void |
setParentNode(org.w3c.dom.Node v)
Sets the parent node. |
void |
setPreviousSibling(org.w3c.dom.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 |
getEventSupport, getParentNodeEventTarget |
| Methods inherited from interface org.w3c.dom.events.EventTarget |
addEventListener, dispatchEvent, removeEventListener |
| Method Detail |
setNodeName
public void setNodeName(java.lang.String v)
- Sets the name of this node.
isReadonly
public boolean isReadonly()
- Tests whether this node is readonly.
setReadonly
public void setReadonly(boolean v)
- Sets this node readonly attribute.
setOwnerDocument
public void setOwnerDocument(org.w3c.dom.Document doc)
- Sets the owner document of this node.
setParentNode
public void setParentNode(org.w3c.dom.Node v)
- Sets the parent node.
setPreviousSibling
public void setPreviousSibling(org.w3c.dom.Node n)
- Sets the node immediately preceding this node.
setNextSibling
public void setNextSibling(org.w3c.dom.Node n)
- Sets the node immediately following this node.
setSpecified
public void setSpecified(boolean v)
- Sets the value of the specified attribute. This method only applies
to Attr objects.
|
|||||||||
| Home >> All >> org >> apache >> batik >> [ dom overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC