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

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

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 Collection.getParentCollection()
          Returns the parent collection for this collection or null if no parent collection exists.
 Collection Resource.getParentCollection()
          Returns the Collection instance that this resource is associated with.
 

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.