java.lang.Object
org.apache.batik.dom.AbstractNode
org.apache.batik.dom.AbstractChildNode
- All Implemented Interfaces:
- org.w3c.dom.events.EventTarget, ExtendedNode, org.w3c.dom.Node, org.apache.batik.dom.events.NodeEventTarget, java.io.Serializable
- Direct Known Subclasses:
- AbstractCharacterData, AbstractProcessingInstruction, GenericDocumentType
- public abstract class AbstractChildNode
- extends AbstractNode
This class implements the org.w3c.dom.Node interface with support
for parent and siblings.
- Version:
- $Id: AbstractChildNode.java,v 1.5 2004/08/18 07:13:07 vhardy Exp $
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Methods inherited from class org.apache.batik.dom.AbstractNode |
addEventListener, appendChild, checkChildType, cloneNode, copyInto, createDOMException, deepCopyInto, deepExport, dispatchEvent, export, fireDOMCharacterDataModifiedEvent, fireDOMNodeInsertedIntoDocumentEvent, fireDOMNodeRemovedFromDocumentEvent, getAttributes, getChildNodes, getCurrentDocument, getEventSupport, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNodeValue, getOwnerDocument, getParentNodeEventTarget, getPrefix, hasAttributes, hasChildNodes, insertBefore, isSupported, newNode, normalize, removeChild, removeEventListener, replaceChild, setNodeName, setNodeValue, setOwnerDocument, setPrefix, setSpecified |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
compareDocumentPosition, getBaseURI, getFeature, getNodeName, getNodeType, getTextContent, getUserData, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, setTextContent, setUserData |
parentNode
protected org.w3c.dom.Node parentNode
- The parent node of this node.
previousSibling
protected org.w3c.dom.Node previousSibling
- The previous sibling.
nextSibling
protected org.w3c.dom.Node nextSibling
- Returns the next sibling.
AbstractChildNode
public AbstractChildNode()
getParentNode
public org.w3c.dom.Node getParentNode()
- DOM: Implements Node.getParentNode()>
Node.getParentNode() 55 .
- Specified by:
getParentNode in interface org.w3c.dom.Node- Overrides:
getParentNode in class AbstractNode
setParentNode
public void setParentNode(org.w3c.dom.Node v)
- Sets the parent node.
- Specified by:
setParentNode in interface ExtendedNode- Overrides:
setParentNode in class AbstractNode
setPreviousSibling
public void setPreviousSibling(org.w3c.dom.Node v)
- Sets the node immediately preceding this node.
- Specified by:
setPreviousSibling in interface ExtendedNode- Overrides:
setPreviousSibling in class AbstractNode
getPreviousSibling
public org.w3c.dom.Node getPreviousSibling()
- DOM: Implements Node.getPreviousSibling()>
Node.getPreviousSibling() 55 .
- Specified by:
getPreviousSibling in interface org.w3c.dom.Node- Overrides:
getPreviousSibling in class AbstractNode
setNextSibling
public void setNextSibling(org.w3c.dom.Node v)
- Sets the node immediately following this node.
- Specified by:
setNextSibling in interface ExtendedNode- Overrides:
setNextSibling in class AbstractNode
getNextSibling
public org.w3c.dom.Node getNextSibling()
- DOM: Implements Node.getNextSibling()>
Node.getNextSibling() 55 .
- Specified by:
getNextSibling in interface org.w3c.dom.Node- Overrides:
getNextSibling in class AbstractNode