Uses of Interface
org.gridprovenance.client.XQuery

Packages that use XQuery
org.gridprovenance.client   
org.gridprovenance.client.impl   
 

Uses of XQuery in org.gridprovenance.client
 

Methods in org.gridprovenance.client that return XQuery
 XQuery ProvenanceService.newXQuery(java.lang.String optionString)
          Create a new XQuery
 

Uses of XQuery in org.gridprovenance.client.impl
 

Classes in org.gridprovenance.client.impl that implement XQuery
 class XQueryImpl
          An implement of Query interface
 

Methods in org.gridprovenance.client.impl that return XQuery
 XQuery ProvenanceServiceImpl.newXQuery(java.lang.String optionString)