Package sk.uniba.euromath.document

Manages in-memory document.

See:
          Description

Interface Summary
IGeneralListener Handles general events - events concerning the document transformation.
IModifierListener Deprecated. use DOM 2 Events
 

Class Summary
AttributesFilter Wrapper of attribute list; from DOM NamedNodeMap to SAX Attributes interface.
ChangeTracer Deprecated. superseded by DOM2 Events
ContentNodesIterator Deprecated. use STAX
DocumentContent Provides access to document's contents.
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.
DomCore Deprecated. merge with XMLAccess
EmEntityResolver Implements the entity resolver, that resolves entity references to locally stored entities, when possible.
ExportManager Handles export of the document to various formats.
NamespaceManager Manages prefixes in given document.
NamespaceManager.NodeCount Class holding elements and attributes count.
UndoManager Manages undoing of the modification operations.
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.