Class ChildNode

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
All Implemented Interfaces:
Serializable, Cloneable, EventTarget, Node, NodeList
Direct Known Subclasses:
CharacterDataImpl, ParentNode

public abstract class ChildNode extends NodeImpl
ChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Id: ChildNode.java 447266 2006-09-18 05:57:49Z mrglavas $
See Also: