|
||||||||||
| 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.AbstractParentNode
org.apache.batik.dom.AbstractParentChildNode
public abstract class AbstractParentChildNode
This class implements the Node interface with support
for children, parent and siblings.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractParentNode |
|---|
AbstractParentNode.ChildNodes, AbstractParentNode.ElementsByTagName, AbstractParentNode.ElementsByTagNameNS |
| Field Summary | |
|---|---|
protected org.w3c.dom.Node |
nextSibling
Returns the next sibling. |
protected org.w3c.dom.Node |
parentNode
The parent node of this node. |
protected org.w3c.dom.Node |
previousSibling
The previous sibling. |
| Fields inherited from class org.apache.batik.dom.AbstractParentNode |
|---|
childNodes |
| 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 | |
|---|---|
AbstractParentChildNode()
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Node |
getNextSibling()
DOM: Implements Node.getNextSibling(). |
org.w3c.dom.Node |
getParentNode()
DOM: Implements Node.getParentNode(). |
org.w3c.dom.Node |
getPreviousSibling()
DOM: Implements Node.getPreviousSibling(). |
void |
setNextSibling(org.w3c.dom.Node v)
Sets the node immediately following this node. |
void |
setParentNode(org.w3c.dom.Node v)
Sets the parent node. |
void |
setPreviousSibling(org.w3c.dom.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 org.w3c.dom.Node parentNode
protected org.w3c.dom.Node previousSibling
protected org.w3c.dom.Node nextSibling
| Constructor Detail |
|---|
public AbstractParentChildNode()
| Method Detail |
|---|
public org.w3c.dom.Node getParentNode()
Node.getParentNode().
getParentNode in interface org.w3c.dom.NodegetParentNode in class AbstractNodeparentNodepublic void setParentNode(org.w3c.dom.Node v)
setParentNode in interface ExtendedNodesetParentNode in class AbstractNodepublic void setPreviousSibling(org.w3c.dom.Node v)
setPreviousSibling in interface ExtendedNodesetPreviousSibling in class AbstractNodepublic org.w3c.dom.Node getPreviousSibling()
Node.getPreviousSibling().
getPreviousSibling in interface org.w3c.dom.NodegetPreviousSibling in class AbstractNodepreviousSibling.public void setNextSibling(org.w3c.dom.Node v)
setNextSibling in interface ExtendedNodesetNextSibling in class AbstractNodepublic org.w3c.dom.Node getNextSibling()
Node.getNextSibling().
getNextSibling in interface org.w3c.dom.NodegetNextSibling in class AbstractNodenextSibling.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||