Class ChildNode

  • All Implemented Interfaces:
    java.lang.Cloneable, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.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.