Uses of Interface
org.xmldb.api.base.Configurable
Packages that use Configurable
-
Uses of Configurable in org.xmldb.api.base
Subinterfaces of Configurable in org.xmldb.api.baseModifier and TypeInterfaceDescriptioninterfaceACollectionrepresents a collection ofResources stored within an XML database.interfaceDatabaseis an encapsulation of the database driver functionality that is necessary to access an XML database.interfaceTheServiceinterface provides an extension mechanism forCollectionimplementations. -
Uses of Configurable in org.xmldb.api.modules
Subinterfaces of Configurable in org.xmldb.api.modulesModifier and TypeInterfaceDescriptioninterfaceCollectionManagementService is aServicethat enables the basic management of collections within a database.interfaceProvides the ability to bundleCollectionoperations into a transaction.interfaceXPathQueryService is aServicethat enables the execution of XPath queries within the context of aCollectionor against a single XMLResourcestored in theCollection.interfaceinterfaceXUpdateQueryService is aServicethat enables the execution of XUpdate queries within the context of aCollectionor against a single document stored in a collection.