A B C D E F G H I L M N O P Q R S T U V W X 
All Classes All Packages

C

clear() - Method in interface org.xmldb.api.base.ResourceSet
Removes all Resource instances from the set.
clearNamespaces() - Method in interface org.xmldb.api.modules.XPathQueryService
Removes all namespace mappings stored in the internal namespace map.
clearNamespaces() - Method in interface org.xmldb.api.modules.XQueryService
Clears all namespace mappings defined.
close() - Method in interface org.xmldb.api.base.Collection
Releases all resources consumed by the Collection.
close() - Method in interface org.xmldb.api.base.Resource
Releases all resources consumed by the Resource.
Collection - Interface in org.xmldb.api.base
A Collection represents a collection of Resources stored within an XML database.
COLLECTION_CLOSED - Static variable in class org.xmldb.api.base.ErrorCodes
Set when an operation is invoked against a Collection instance that has been closed.
COLLECTION_INHERIT - org.xmldb.api.security.AclEntryFlag
Can be placed on a collection and indicates that the ACL entry should be added to each new collection created.
CollectionManagementService - Interface in org.xmldb.api.modules
CollectionManagementService is a Service that enables the basic management of collections within a database.
commit() - Method in interface org.xmldb.api.modules.TransactionService
Commit the transaction
compile(String) - Method in interface org.xmldb.api.modules.XQueryService
Compiles the specified XQuery and returns a handle to the compiled code, which can then be passed to XQueryService.execute(org.xmldb.api.base.CompiledExpression).
CompiledExpression - Interface in org.xmldb.api.base
 
Configurable - Interface in org.xmldb.api.base
Provides the ability to configure properties about an object.
copy(String, String, String) - Method in interface org.xmldb.api.modules.CollectionManagementService
Copy the collection specified by collection to the given destination and newName.
copyResource(String, String, String) - Method in interface org.xmldb.api.modules.CollectionManagementService
Copy the resource specified by the resourcePath to the given destinationPath and newName.
createCollection(String) - Method in interface org.xmldb.api.modules.CollectionManagementService
Creates a new Collection in the database.
createId() - Method in interface org.xmldb.api.base.Collection
Creates a new unique ID within the context of the Collection
createResource(String, Class<R>) - Method in interface org.xmldb.api.base.Collection
Creates a new empty Resource with the provided id.
A B C D E F G H I L M N O P Q R S T U V W X 
All Classes All Packages