|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.AbstractNode
org.apache.batik.dom.AbstractChildNode
public abstract class AbstractChildNode
This class implements the Node interface with support
for parent and siblings.
| Field Summary | |
|---|---|
protected Node |
nextSibling
Returns the next sibling. |
protected Node |
parentNode
The parent node of this node. |
protected Node |
previousSibling
The previous sibling. |
| Fields inherited from class org.apache.batik.dom.AbstractNode |
|---|
DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, EMPTY_NODE_LIST, eventSupport, managerData, ownerDocument, userData, userDataHandlers |
| Fields inherited from interface org.w3c.dom.Node |
|---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Constructor Summary | |
|---|---|
AbstractChildNode()
|
|
| Method Summary | |
|---|---|
Node |
getNextSibling()
DOM: Implements Node.getNextSibling(). |
Node |
getParentNode()
DOM: Implements Node.getParentNode(). |
Node |
getPreviousSibling()
DOM: Implements Node.getPreviousSibling(). |
void |
setNextSibling(Node v)
Sets the node immediately following this node. |
void |
setParentNode(Node v)
Sets the parent node. |
void |
setPreviousSibling(Node v)
Sets the node immediately preceding this node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.batik.dom.ExtendedNode |
|---|
isReadonly, setReadonly |
| Methods inherited from interface org.w3c.dom.Node |
|---|
getNodeName, getNodeType |
| Field Detail |
|---|
protected Node parentNode
protected Node previousSibling
protected Node nextSibling
| Constructor Detail |
|---|
public AbstractChildNode()
| Method Detail |
|---|
public Node getParentNode()
Node.getParentNode().
getParentNode in interface NodegetParentNode in class AbstractNodeparentNodepublic void setParentNode(Node v)
setParentNode in interface ExtendedNodesetParentNode in class AbstractNodepublic void setPreviousSibling(Node v)
setPreviousSibling in interface ExtendedNodesetPreviousSibling in class AbstractNodepublic Node getPreviousSibling()
Node.getPreviousSibling().
getPreviousSibling in interface NodegetPreviousSibling in class AbstractNodepreviousSibling.public void setNextSibling(Node v)
setNextSibling in interface ExtendedNodesetNextSibling in class AbstractNodepublic Node getNextSibling()
Node.getNextSibling().
getNextSibling in interface NodegetNextSibling in class AbstractNodenextSibling.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||