Package sk.uniba.euromath.document

Manages in-memory document.

See:
          Description

Interface Summary
IGeneralListener Handles general events - events concerning the document transformation.
 

Class Summary
DocumentFactory Deserializes the document.
DocumentListeners Manages the document listeners.
DocumentModifier Serves for modifying document.
DocumentModifyHelper Provides basic editing features, document modification driven by schema.
DocumentView Represents one presentation of document.
EmEntityResolver Implements the entity resolver, that resolves entity references to locally stored entities, when possible.
NamespaceManager Manages prefixes in given document.
NamespaceManager.NodeCount Class holding elements and attributes count.
XMLAccess Provides access to the document.
 

Exception Summary
DocumentException Document exception.
 

Package sk.uniba.euromath.document Description

Manages in-memory document. Provides means for loading and saving the document, provides hints how the document can me modified, and the modifier itself. The document is represented by the XMLAccess class.

You may use DocumentFactory to produce new documents or load them from a file/stream/URL.

Maintainer: Martin Vysny



Copyright © 2003-2006 null. All Rights Reserved.