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

Packages that use Collection
org.basex.api.xmldb   
org.xmldb.api   
org.xmldb.api.base   
org.xmldb.api.modules   
 

Uses of Collection in org.basex.api.xmldb
 

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

Methods in org.basex.api.xmldb that return Collection
 Collection BXCollectionManagementService.createCollection(java.lang.String name)
          Creates a new collection.
 Collection BXCollection.getChildCollection(java.lang.String name)
           
 Collection BXDatabase.getCollection(java.lang.String uri, java.lang.String username, java.lang.String password)
           
 Collection BXCollection.getParentCollection()
           
 Collection BXXMLResource.getParentCollection()
           
 

Methods in org.basex.api.xmldb with parameters of type Collection
 void BXQueryService.setCollection(Collection col)
           
 void BXCollectionManagementService.setCollection(Collection c)
           
 

Constructors in org.basex.api.xmldb with parameters of type Collection
BXCollectionManagementService(Collection c)
          Standard Constructor.
BXResourceSet(Result r, Collection c)
          Standard Constructor with result.
BXXMLResource(byte[] d, Collection c)
          Constructor for generated results.
BXXMLResource(Data d, int p, java.lang.String i, Collection c)
          Standard constructor.
BXXMLResource(Result res, int p, Collection c)
          Constructor for query results.
 

Uses of Collection in org.xmldb.api
 

Methods in org.xmldb.api that return Collection
static Collection DatabaseManager.getCollection(java.lang.String uri)
          Retrieves a Collection instance from the database for the given URI.
static Collection DatabaseManager.getCollection(java.lang.String uri, java.lang.String username, java.lang.String password)
          Retrieves a Collection instance from the database for the given URI.
 

Uses of Collection in org.xmldb.api.base
 

Methods in org.xmldb.api.base that return Collection
 Collection Collection.getChildCollection(java.lang.String name)
          Returns a Collection instance for the requested child collection if it exists.
 Collection Database.getCollection(java.lang.String uri, java.lang.String username, java.lang.String password)
          Retrieves a Collection instance based on the URI provided in the uri parameter.
 Collection Resource.getParentCollection()
          Returns the Collection instance that this resource is associated with.
 Collection Collection.getParentCollection()
          Returns the parent collection for this collection or null if no parent collection exists.
 

Methods in org.xmldb.api.base with parameters of type Collection
 void Service.setCollection(Collection col)
          Sets the Collection attribute of the Service object
 

Uses of Collection in org.xmldb.api.modules
 

Methods in org.xmldb.api.modules that return Collection
 Collection CollectionManagementService.createCollection(java.lang.String name)
          Creates a new Collection in the database.