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
All Classes All Packages
All Classes All Packages
C
- clear() - Method in interface org.xmldb.api.base.ResourceSet
-
Removes all
Resourceinstances 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
Collectionrepresents a collection ofResources stored within an XML database. - COLLECTION_CLOSED - Static variable in class org.xmldb.api.base.ErrorCodes
-
Set when an operation is invoked against a
Collectioninstance 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
Servicethat 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
collectionto the givendestinationandnewName. - copyResource(String, String, String) - Method in interface org.xmldb.api.modules.CollectionManagementService
-
Copy the resource specified by the
resourcePathto the givendestinationPathandnewName. - createCollection(String) - Method in interface org.xmldb.api.modules.CollectionManagementService
-
Creates a new
Collectionin 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
Resourcewith the provided id.
All Classes All Packages