org.exist.xmldb
Class LocalResourceSet
java.lang.Object
org.exist.xmldb.LocalResourceSet
- public class LocalResourceSet
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
brokerPool
protected BrokerPool brokerPool
collection
protected LocalCollection collection
resources
protected java.util.Vector resources
outputProperties
protected java.util.Properties outputProperties
LocalResourceSet
public LocalResourceSet(User user,
BrokerPool pool,
LocalCollection col,
java.util.Properties properties,
Sequence val,
java.lang.String sortExpr)
throws XMLDBException
addResource
public void addResource(Resource resource)
throws XMLDBException
- Throws:
XMLDBException
clear
public void clear()
throws XMLDBException
- Throws:
XMLDBException
getIterator
public ResourceIterator getIterator()
throws XMLDBException
- Throws:
XMLDBException
getIterator
public ResourceIterator getIterator(long start)
throws XMLDBException
- Throws:
XMLDBException
getMembersAsResource
public Resource getMembersAsResource()
throws XMLDBException
- Throws:
XMLDBException
getResource
public Resource getResource(long pos)
throws XMLDBException
- Throws:
XMLDBException
getSize
public long getSize()
throws XMLDBException
- Gets the size attribute of the LocalResourceSet object
- Returns:
- The size value
- Throws:
XMLDBException - Description of the Exception
removeResource
public void removeResource(long pos)
throws XMLDBException
- Description of the Method
- Parameters:
pos - Description of the Parameter
- Throws:
XMLDBException - Description of the Exception
<oXygen/>
XML Editor
provides support for editing and debugging XQuery
expressions against the eXist XML Database.