Class ChildNode

java.lang.Object
org.htmlunit.cyberneko.xerces.dom.NodeImpl
org.htmlunit.cyberneko.xerces.dom.ChildNode
All Implemented Interfaces:
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.