Package org.basex.api.xmldb
Class BXDatabase
java.lang.Object
org.basex.api.xmldb.BXDatabase
- All Implemented Interfaces:
org.xmldb.api.base.Configurable,org.xmldb.api.base.Database
Implementation of the Database Interface for the XMLDB:API.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptsURI(String uri) org.xmldb.api.base.CollectiongetCollection(String uri, String user, String password) getName()getProperty(String name) voidsetProperty(String name, String value)
-
Constructor Details
-
BXDatabase
public BXDatabase()
-
-
Method Details
-
acceptsURI
- Specified by:
acceptsURIin interfaceorg.xmldb.api.base.Database- Throws:
org.xmldb.api.base.XMLDBException
-
getCollection
public org.xmldb.api.base.Collection getCollection(String uri, String user, String password) throws org.xmldb.api.base.XMLDBException - Specified by:
getCollectionin interfaceorg.xmldb.api.base.Database- Throws:
org.xmldb.api.base.XMLDBException
-
getConformanceLevel
- Specified by:
getConformanceLevelin interfaceorg.xmldb.api.base.Database
-
getName
- Specified by:
getNamein interfaceorg.xmldb.api.base.Database
-
getProperty
- Specified by:
getPropertyin interfaceorg.xmldb.api.base.Configurable
-
setProperty
- Specified by:
setPropertyin interfaceorg.xmldb.api.base.Configurable- Throws:
org.xmldb.api.base.XMLDBException
-