Class ChildNode

  • All Implemented Interfaces:
    java.io.Serializable, 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.

    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:
    Serialized Form