Package org.kxml.kdom

This package is optional.

See:
          Description

Class Summary
Document The document consists of some legacy events and a single root element.
Element In order to create an element, please use the createElement method instead of invoking the constructor directly.
Node A common base class for Document and Element, also used for storing XML fragments.
TreeParser a pull parser that re-parses a kdom tree.
 

Package org.kxml.kdom Description

This package is optional. It is not required by the parser! The kDOM package provides a lean document object model. It depends on the packages de.kxml, de.kxml.io and de.kxml.parser. The kdom package will be still subject to changes. In order to allow customized object generation in J2ME, a default constructor will be added, and the existing constructor will be replaced by an init method. Element and Document may become a common abstract base class (Node).