Class Summary |
AllTests | |
BaseResource |
Resource for encapsulation of binary data that is stored in the data base.
|
BinaryResource |
Resource for encapsulation of binary data that is stored in the data base.
|
BinaryResourceImpl |
Resource for encapsulation of binary data that is stored in the data base.
|
Collection |
A Collection represents a collection of Resource s
stored within an XML
database. |
CollectionImpl |
A Collection is implemented as a directory in the file system. |
CollectionManagementService |
CollectionManagementService is a Service that enables the basic
management of collections within a database. |
CollectionManagementServiceImpl |
CollectionManager provides management facilities for a Collection instance.
|
CollectionTest | |
Configurable |
Provides the ability to configure properties about an object. |
Database |
Database is an encapsulation of the database driver
functionality that is
necessary to access an XML database. |
DatabaseImpl |
Reference Database implmentation. |
DatabaseManager |
DatabaseManager is the entry point for the API and enables you to get the
initial Collection references necessary to do anything useful with the API.
|
DirectoryFilter |
Only accept directories |
ErrorCodes |
ErrorCodes defines XML:DB error codes that can be used to set the
errorCodes attribute of an XMLDBException |
FileFilter |
Only accept files |
Resource |
Resource is a container for data stored within the database. |
ResourceIterator |
ResourceIterator is used to iterate over a set of resources. |
ResourceSet |
ResourceSet is a container for a set of resources. |
ResourceSetImpl |
ResourceSet contains a set of resources as returned from a query
or other operation. |
ResourceTest | |
Service |
The Service interface provides an extension mechanism for
Collection implementations. |
SetContentHandler |
Simple ContentHandler that just converts the SAX event stream into a text
representation of the document and stores it in the associated resource. |
SimpleBinaryResource |
Resource for encapsulation of binary data that is stored in the data base.
|
SimpleCollection |
SimpleCollection provides an easy starting point for implementing the
Collection interface. |
SimpleConfigurable |
Provides the ability to configure properties about an object. |
SimpleDatabase |
Simple Database implementation intended to be used as a base
class for a specific implementation.
Extending classes MUST set INSTANCE_NAME and SHOULD set CONFORMANCE_LEVEL to
values appropriate for their specific implementation. |
SimpleResourceIterator |
ResourceIterator is used to iterate over a set of resources. |
SimpleResourceSet |
Provides a base ResourceSet implementation that utilizes a synchronized list
to contain the set of resources. |
SimpleTransactionService |
Provides the ability to bundle Collection operations into a
transaction.
|
SimpleXMLResource |
Provides access to XML resources stored in the database. |
SimpleXPathQueryService |
XPathQueryService is a Service that enables the execution of
XPath queries within the context of a Collection . |
TransactionService |
Provides the ability to bundle Collection operations into a
transaction.
|
TransactionServiceImpl |
Provides the ability to bundle Collection operations into a
transaction.
|
XMLDBException |
XMLDBException is thrown for all errors in the XML:DB API. |
XMLDBTestCase | |
XMLDBTestSuite | |
XMLResource |
Provides access to XML resources stored in the database. |
XMLResourceImpl |
Provides access to XML resources stored in the file system. |
XPathQueryService |
XPathQueryService is a Service that enables the execution of
XPath queries within the context of a Collection or against a
single XML Resource stored in the Collection . |
XPathQueryServiceImpl |
XPathQueryService is a Service that enables the execution of
XPath queries within the context of a Collection . |
XUpdateQueryService |
XUpdateQueryService is a Service that enables the execution of
XUpdate queries within the context of a Collection or against a
single document stored in a collection. |