Uses of Interface
org.xmldb.api.base.Resource
Packages that use Resource
-
Uses of Resource in org.xmldb.api.base
Methods in org.xmldb.api.base that return ResourceModifier and TypeMethodDescriptionCollection.createResource(String id, String type) Creates a new emptyResourcewith the provided id.ResourceSet.getMembersAsResource()Returns a Resource containing an XML representation of all resources stored in the set.Collection.getResource(String id) Retrieves aResourcefrom the database.ResourceSet.getResource(long index) Returns theResourceinstance stored at the index specified by index.ResourceIterator.nextResource()Returns the nextResourceinstance in the iterator.Methods in org.xmldb.api.base with parameters of type ResourceModifier and TypeMethodDescriptionvoidResourceSet.addResource(Resource res) Adds aResourceinstance to the set.voidCollection.removeResource(Resource res) Removes theResourcefrom the database.voidCollection.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.modulesModifier and TypeInterfaceDescriptioninterfaceResource for encapsulation of binary data that is stored in the data base.interfaceProvides access to XML resources stored in the database.