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
public final class BXDatabase extends Object implements org.xmldb.api.base.Database
Implementation of the Database Interface for the XMLDB:API.- Author:
- BaseX Team 2005-23, BSD License, Christian Gruen
-
-
Constructor Summary
Constructors Constructor Description BXDatabase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptsURI(String uri)org.xmldb.api.base.CollectiongetCollection(String uri, String user, String password)StringgetConformanceLevel()StringgetName()StringgetProperty(String name)voidsetProperty(String name, String value)
-
-
-
Method Detail
-
acceptsURI
public boolean acceptsURI(String uri) throws org.xmldb.api.base.XMLDBException
- 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
public String getConformanceLevel()
- Specified by:
getConformanceLevelin interfaceorg.xmldb.api.base.Database
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.xmldb.api.base.Database
-
getProperty
public String getProperty(String name)
- Specified by:
getPropertyin interfaceorg.xmldb.api.base.Configurable
-
-