Package org.capml.quasi

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
QuasiContent Deprecated. Use Term trees instead.
QuasiContentExprHole Deprecated. Use Term trees instead.
QuasiContentList Deprecated. Use Term trees instead.
QuasiContentPattHole Deprecated. Use Term trees instead.
QuasiElement Deprecated. Use Term trees instead.
QuasiText Deprecated. Use Term trees instead.
XMLQuasiParser Deprecated. Use Term trees instead.
 

Package org.capml.quasi 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?