Xindice API

Uses of Interface
org.xmldb.api.modules.XMLResource

Packages that use XMLResource
org.apache.xindice.client.xmldb.resources Implements the XMLResource type from the XML:DB API. 
org.apache.xindice.client.xmldb.services Implements several XML:DB Services, including standard and extension services. 
org.xmldb.api.sdk.modules   
 

Uses of XMLResource in org.apache.xindice.client.xmldb.resources
 

Classes in org.apache.xindice.client.xmldb.resources that implement XMLResource
 class XMLResourceImpl
          XMLResourceImpl provides an implementation to handle XML resources and convert easily between Text, DOM or SAX presentations.
 

Uses of XMLResource in org.apache.xindice.client.xmldb.services
 

Methods in org.apache.xindice.client.xmldb.services that return XMLResource
 XMLResource XUpdateQueryServiceImpl.updateResult(java.lang.String commands)
           
 XMLResource XUpdateQueryServiceImpl.updateResourceResult(java.lang.String id, java.lang.String commands)
           
 XMLResource XPathQueryServiceImpl.queryResult(java.lang.String query)
           
 

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

Classes in org.xmldb.api.sdk.modules that implement XMLResource
 class SimpleXMLResource
          Provides access to XML resources stored in the database.
 

Constructors in org.xmldb.api.sdk.modules with parameters of type XMLResource
SetContentHandler(XMLResource resource)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation