|
||||||||||
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 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.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 | |
---|---|
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 AbstractParentChildNode()
Method Detail |
---|
public Node getParentNode()
Node.getParentNode()
.
getParentNode
in interface Node
getParentNode
in class AbstractNode
parentNode
public void setParentNode(Node v)
setParentNode
in interface ExtendedNode
setParentNode
in class AbstractNode
public void setPreviousSibling(Node v)
setPreviousSibling
in interface ExtendedNode
setPreviousSibling
in class AbstractNode
public Node getPreviousSibling()
Node.getPreviousSibling()
.
getPreviousSibling
in interface Node
getPreviousSibling
in class AbstractNode
previousSibling
.public void setNextSibling(Node v)
setNextSibling
in interface ExtendedNode
setNextSibling
in class AbstractNode
public Node getNextSibling()
Node.getNextSibling()
.
getNextSibling
in interface Node
getNextSibling
in class AbstractNode
nextSibling
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |