org.gridprovenance.client
Interface XQueryResult

All Known Implementing Classes:
XQueryResultImpl

public interface XQueryResult

XQueryResult Interface

CSL of EU Provenance

Author:
Sheng Jiang

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

Method Detail

printOut

void printOut()
              throws CSLException
printOut the XQuery Result

Throws:
CSLException

getAny

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

Throws:
CSLException

getAsDocument

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

Throws:
java.lang.Exception
CSLException