Package org.xmldb.api.base
package org.xmldb.api.base
-
ClassDescriptionA
Collection
represents a collection ofResource
s stored within an XML database.Provides the ability to configure properties about an object.Database
is an encapsulation of the database driver functionality that is necessary to access an XML database.ErrorCodes defines XML:DB error codes that can be used to set theerrorCodes
attribute of anXMLDBException
Resource
is a container for data stored within the database.ResourceIterator is used to iterate over a set of resources.ResourceSet is a container for a set of resources.TheService
interface provides an extension mechanism forCollection
implementations.XMLDBException is thrown for all errors in the XML:DB API.