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

Packages that use Database
org.xmldb.api   
 

Uses of Database in org.xmldb.api
 

Methods in org.xmldb.api that return Database
protected static Database DatabaseManager.getDatabase(java.lang.String uri)
          Retrieves the registered Database instance associated with the provided URI.
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.