dbXML API

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

Packages that use Resource
org.dbxml.client.xmldb Implements the XML:DB API for use with dbXML data stores. 
org.dbxml.client.xmldb.services Implements several XML:DB Services, including standard and extension services. 
org.xmldb.api.base   
org.xmldb.api.modules   
org.xmldb.api.reference   
org.xmldb.api.reference.modules   
org.xmldb.api.sdk   
org.xmldb.api.sdk.modules   
 

Uses of Resource in org.dbxml.client.xmldb
 

Methods in org.dbxml.client.xmldb that return Resource
 Resource CollectionImpl.getResource(java.lang.String id)
          Retrieves the Resource identified by id from the repository.
 Resource CollectionImpl.createResource(java.lang.String id, java.lang.String type)
          Creates a new Resource instance for storing data in the repository.
 Resource ResourceIteratorImpl.nextResource()
           
 Resource ResourceSetImpl.getResource(long index)
          Returns the Resource instance stored at the index specified by index.

 Resource ResourceSetImpl.getMembersAsResource()
          Returns a Resource containing an XML representation of all resources stored in the set.
 

Methods in org.dbxml.client.xmldb with parameters of type Resource
 void CollectionImpl.removeResource(Resource resource)
          Removes the provided resource from the repository.
 void CollectionImpl.storeResource(Resource resource)
          Stores the Resource in the repository
 void ResourceSetImpl.addResource(Resource res)
          Adds a Resource instance to the set.
 

Uses of Resource in org.dbxml.client.xmldb.services
 

Methods in org.dbxml.client.xmldb.services that return Resource
 Resource XMLObjectService.invokeXMLObject(java.lang.String uri)
          Invokes an XMLObject using the provided URI.
 

Uses of Resource in org.xmldb.api.base
 

Methods in org.xmldb.api.base that return Resource
 Resource ResourceSet.getResource(long index)
          Returns the Resource instance stored at the index specified by index.
 Resource ResourceSet.getMembersAsResource()
          Returns a Resource containing an XML representation of all resources stored in the set.
 Resource ResourceIterator.nextResource()
          Returns the next Resource instance in the iterator.
 Resource Collection.createResource(java.lang.String id, java.lang.String type)
          Creates a new empty Resource with the provided id.
 Resource Collection.getResource(java.lang.String id)
          Retrieves a Resource from the database.
 

Methods in org.xmldb.api.base with parameters of type Resource
 void ResourceSet.addResource(Resource res)
          Adds a Resource instance to the set.
 void Collection.removeResource(Resource res)
          Removes the Resource from the database.
 void Collection.storeResource(Resource res)
          Stores the provided resource into the database.
 

Uses of Resource in org.xmldb.api.modules
 

Subinterfaces of Resource in org.xmldb.api.modules
 interface BinaryResource
          Resource for encapsulation of binary data that is stored in the data base.
 interface XMLResource
          Provides access to XML resources stored in the database.
 

Uses of Resource in org.xmldb.api.reference
 

Methods in org.xmldb.api.reference that return Resource
 Resource ResourceIteratorImpl.nextResource()
          Returns the next Resource instance in the iterator.
 Resource CollectionImpl.createResource(java.lang.String id, java.lang.String type)
          Creates a new empty Resource with the provided id.
 Resource CollectionImpl.getResource(java.lang.String id)
          Retrieves a Resource from the database.
 

Methods in org.xmldb.api.reference with parameters of type Resource
 void CollectionImpl.removeResource(Resource res)
          Removes the Resource from the database.
 void CollectionImpl.storeResource(Resource res)
          Stores the provided resource into the database.
 

Uses of Resource in org.xmldb.api.reference.modules
 

Classes in org.xmldb.api.reference.modules that implement Resource
 class BinaryResourceImpl
          Resource for encapsulation of binary data that is stored in the data base.
 class XMLResourceImpl
          Provides access to XML resources stored in the file system.
 

Uses of Resource in org.xmldb.api.sdk
 

Methods in org.xmldb.api.sdk that return Resource
 Resource SimpleResourceIterator.nextResource()
          Returns the next Resource instance in the iterator.
 Resource SimpleCollection.createResource(java.lang.String id, java.lang.String type)
          Creates a new empty Resource with the provided id.
 Resource SimpleCollection.getResource(java.lang.String id)
          Retrieves a Resource from the database.
 

Methods in org.xmldb.api.sdk with parameters of type Resource
 void SimpleCollection.removeResource(Resource res)
          Removes the Resource from the database.
 void SimpleCollection.storeResource(Resource res)
          Stores the provided resource into the database.
 

Uses of Resource in org.xmldb.api.sdk.modules
 

Classes in org.xmldb.api.sdk.modules that implement Resource
 class BaseResource
          Resource for encapsulation of binary data that is stored in the data base.
 class SimpleBinaryResource
          Resource for encapsulation of binary data that is stored in the data base.
 class SimpleXMLResource
          Provides access to XML resources stored in the database.
 


dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved