Uses of Interface
org.xmldb.api.base.Database
-
Packages that use Database Package Description org.xmldb.api -
-
Uses of Database in org.xmldb.api
Methods in org.xmldb.api that return types with arguments of type Database Modifier and Type Method Description static java.util.Set<Database>DatabaseManager. getDatabases()Returns a set of all availableDatabaseimplementations that have been registered with thisDatabaseManager.Methods in org.xmldb.api with parameters of type Database Modifier and Type Method Description static voidDatabaseManager. deregisterDatabase(Database database)Deregisters aDatabaseimplementation from theDatabaseManager.static voidDatabaseManager. registerDatabase(Database database)Registers a newDatabaseimplementation with theDatabaseManager.
-