Class NodeWithChildren

  • All Implemented Interfaces:
    Node, Parent
    Direct Known Subclasses:
    Document, Element

    public abstract class NodeWithChildren
    extends Object
    implements Parent
    This class contains all the code necessary to implement nodes which can have child nodes (like Document or Element).
    Author:
    digulla