dbXML API

Package com.dbxml.db.common.adapters

Defines a set of Adapter classes that allow dbXML to persist objects other than dbXML DocumentTable instances.

See:
          Description

Class Summary
DOMAdapter DOMAdapter adapts a dbXML Collection to support the management of DOM Documents.
JAXBElementAdapter JAXElementAdapter adapts a dbXML Collection to support the management of JAXB-bound Java classes.
SAXAdapter SAXAdapter adapts a dbXML Collection to support the management of Documents using the SAX API.
XMLSerializableAdapter XMLSerializableAdapter adapts a dbXML Collection to support the management of dbXML XMLSerializable implementations.
 

Package com.dbxml.db.common.adapters Description

Defines a set of Adapter classes that allow dbXML to persist objects other than dbXML DocumentTable instances. These might include DOM Documents, JAXB-generated classes, or XMLSerializable instances.


dbXML API

Copyright (c) 2004 The dbXML Group