Class NodeWithChildren

java.lang.Object
de.pdark.decentxml.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).
  • Field Details

  • Constructor Details

    • NodeWithChildren

      public NodeWithChildren()
  • Method Details