net.sf.saxon.javax.xml.xquery
Interface XQExpression

All Superinterfaces:
XQDynamicContext
All Known Implementing Classes:
SaxonXQExpression

public interface XQExpression
extends XQDynamicContext

XQJ interfaces reconstructed from version 0.5 documentation


Method Summary
 void cancel()
           
 void clearWarnings()
           
 void close()
           
 void executeCommand(java.io.Reader command)
           
 void executeCommand(java.lang.String command)
           
 XQResultSequence executeQuery(java.io.InputStream query)
           
 XQResultSequence executeQuery(java.io.Reader query)
           
 XQResultSequence executeQuery(java.lang.String query)
           
 int getQueryLanguageTypeAndVersion()
           
 int getQueryTimeout()
           
 XQWarning getWarnings()
           
 boolean isClosed()
           
 void setQueryTimeout(int seconds)
           
 
Methods inherited from interface net.sf.saxon.javax.xml.xquery.XQDynamicContext
bindAtomicValue, bindBoolean, bindByte, bindContextItem, bindDocument, bindDouble, bindFloat, bindInt, bindItem, bindLong, bindNode, bindObject, bindSequence, bindShort, getImplicitTimeZone, setImplicitTimeZone
 

Method Detail

cancel

public void cancel()
            throws XQException
Throws:
XQException

clearWarnings

public void clearWarnings()
                   throws XQException
Throws:
XQException

close

public void close()

executeCommand

public void executeCommand(java.io.Reader command)
                    throws XQException
Throws:
XQException

executeCommand

public void executeCommand(java.lang.String command)
                    throws XQException
Throws:
XQException

executeQuery

public XQResultSequence executeQuery(java.io.InputStream query)
                              throws XQException
Throws:
XQException

executeQuery

public XQResultSequence executeQuery(java.io.Reader query)
                              throws XQException
Throws:
XQException

executeQuery

public XQResultSequence executeQuery(java.lang.String query)
                              throws XQException
Throws:
XQException

getQueryLanguageTypeAndVersion

public int getQueryLanguageTypeAndVersion()
                                   throws XQException
Throws:
XQException

getQueryTimeout

public int getQueryTimeout()
                    throws XQException
Throws:
XQException

getWarnings

public XQWarning getWarnings()
                      throws XQException
Throws:
XQException

isClosed

public boolean isClosed()

setQueryTimeout

public void setQueryTimeout(int seconds)
                     throws XQException
Throws:
XQException