org.gridprovenance.client
Interface PQueryResult

All Known Implementing Classes:
PQueryResultImpl

public interface PQueryResult

PQueryResult Interface

CSL of EU Provenance

Author:
Sheng Jiang

Method Summary
 org.apache.axis.message.MessageElement[] getAny()
          get the XQery Result
 org.w3c.dom.Document[] getAsDocument()
          get the PQuery Result as Document
 void printOut()
          printOut the PQuery Result
 

Method Detail

printOut

void printOut()
              throws CSLException
printOut the PQuery Result

Throws:
CSLException

getAny

org.apache.axis.message.MessageElement[] getAny()
                                                throws CSLException
get the XQery Result

Throws:
CSLException

getAsDocument

org.w3c.dom.Document[] getAsDocument()
                                     throws java.lang.Exception,
                                            CSLException
get the PQuery Result as Document

Throws:
java.lang.Exception
CSLException