Package org.capml.dom

This package is a minimal subset of the standard org.w3c.dom, supporting only immutable downward-pointing-only DOM trees for Minimal-XML, as well as a Minimal-XML quasi-parser for manipulating these trees.

See:
          Description

Class Summary
Element Deprecated. Use Term trees instead.
Node Untamed:
Text Deprecated. Use Term trees instead.
 

Package org.capml.dom Description

This package is a minimal subset of the standard org.w3c.dom, supporting only immutable downward-pointing-only DOM trees for Minimal-XML, as well as a Minimal-XML quasi-parser for manipulating these trees.

This is a substantial revision by ERights.org of the files as released by the w3c, as is allowed by the license. The primary purpose of the revision is to remove all but a tastefully minimal subset of the methods, leaving only an immutable tree providing only for downward navigation, and therefore subtree sharing, and to provide only that subset needed to support the Minimal-XML subset of XML. In addition, we've added support for E's collections, iterators, and visitors.

The *Quasi* classes provide a full set of quasi-literals for manipulating these DOM trees.



comments?