OpenOffice.org
XMerge API

Package org.openoffice.xmerge.converter.dom

Provides classes for converting basic document types to/from a DOMDocument object, which can be used by the framework.

See:
          Description

Class Summary
DOMDocument An implementation of Document for StarOffice documents.
 

Package org.openoffice.xmerge.converter.dom Description

Provides classes for converting basic document types to/from a DOMDocument object, which can be used by the framework.

This package provides classes that handle the writing of data to an OutputStream object for the DocumentSerializer interface for; as well as the reading of data from an InputStream object for the framework's DocumentDeserializer interface. Both these framework interfaces are simply converters from server-side documents to device specific documents and vice-versa.

Important Note

Methods in these classes are not thread safe for performance reasons. Users of these classes will have to make sure that the usage of these classes are done in a proper manner. Possibly more on this later.


OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org