As the new return type for the XPathQueryService.query() method I'm considering adding a ResourceSet. This has been requested by several people to have more flexibility in handling the results. This would be part of the base package.

   interface ResourceSet {
      ResourceIterator getIterator() raises (XMLDBException);
      Resource getResource(in long index) raises (XMLDBException);
      long getSize() raises (XMLDBException);
      void addResource(in Resource res) raises (XMLDBException);
      void clear() raises (XMLDBException);
      void removeResource(in Resource res) raises (XMLDBException);
   }

Kimbro Staken
The dbXML Project
htttp://www.dbxml.org
----------------------------------------------------------------------
Post a message:         mailto:[EMAIL PROTECTED]
Unsubscribe:            mailto:[EMAIL PROTECTED]
Contact administrator:  mailto:[EMAIL PROTECTED]
Read archived messages: http://archive.xmldb.org/
----------------------------------------------------------------------

Reply via email to