Uses of Interface
org.xmldb.api.base.Resource
-
Packages that use Resource Package Description org.xmldb.api.base org.xmldb.api.modules -
-
Uses of Resource in org.xmldb.api.base
Methods in org.xmldb.api.base that return Resource Modifier and Type Method Description ResourceCollection. createResource(java.lang.String id, java.lang.String type)Creates a new emptyResourcewith the provided id.ResourceResourceSet. getMembersAsResource()Returns a Resource containing an XML representation of all resources stored in the set.ResourceCollection. getResource(java.lang.String id)Retrieves aResourcefrom the database.ResourceResourceSet. getResource(long index)Returns theResourceinstance stored at the index specified by index.ResourceResourceIterator. nextResource()Returns the nextResourceinstance in the iterator.Methods in org.xmldb.api.base with parameters of type Resource Modifier and Type Method Description voidResourceSet. 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.modules Modifier and Type Interface Description interfaceBinaryResourceResource for encapsulation of binary data that is stored in the data base.interfaceXMLResourceProvides access to XML resources stored in the database.
-