Uses of Interface
org.xmldb.api.base.Database

Packages that use Database
org.basex.api.xmldb   
org.xmldb.api   
 

Uses of Database in org.basex.api.xmldb
 

Classes in org.basex.api.xmldb that implement Database
 class BXDatabase
          Implementation of the Database Interface for the XMLDB:API.
 

Uses of Database in org.xmldb.api
 

Methods in org.xmldb.api that return Database
static Database[] DatabaseManager.getDatabases()
          Returns a list of all available Database implementations that have been registered with this DatabaseManager.
 

Methods in org.xmldb.api with parameters of type Database
static void DatabaseManager.deregisterDatabase(Database database)
          Deregisters a Database implementation from the DatabaseManager.
static void DatabaseManager.registerDatabase(Database database)
          Registers a new Database implementation with the DatabaseManager.