Package components.xmltree


package components.xmltree
Provides the XMLTree family interfaces and implementing classes.
  • Class
    Description
    XMLTree component with all its methods.
    XMLTree represented as a recursive data structure, done "bare-handed", with implementations of all methods.
    XMLTree represented as a Tree, with implementations of all methods.
    Layered implementations of equals, hashCode, and toString for XMLTree.