net.sf.saxon.javax.xml.xquery

Interface XQPreparedExpression

All Superinterfaces:
XQDynamicContext
Known Implementing Classes:
SaxonXQPreparedExpression

public interface XQPreparedExpression
extends XQDynamicContext

XQJ interfaces reconstructed from version 0.5 documentation

Method Summary

void
cancel()
void
close()
XQResultSequence
executeQuery()
QName[]
getAllExternalVariables()
QName[]
getAllUnboundExternalVariables()
XQStaticContext
getStaticContext()
XQSequenceType
getStaticResultType()
XQSequenceType
getStaticVariableType(QName name)
boolean
isClosed()

Methods inherited from interface net.sf.saxon.javax.xml.xquery.XQDynamicContext

bindAtomicValue, bindBoolean, bindByte, bindDocument, bindDocument, bindDocument, bindDocument, bindDocument, bindDocument, bindDouble, bindFloat, bindInt, bindItem, bindLong, bindNode, bindObject, bindSequence, bindShort, bindString, getImplicitTimeZone, setImplicitTimeZone

Method Details

cancel

public void cancel()
            throws XQException

close

public void close()
            throws XQException

executeQuery

public XQResultSequence executeQuery()
            throws XQException

getAllExternalVariables

public QName[] getAllExternalVariables()
            throws XQException

getAllUnboundExternalVariables

public QName[] getAllUnboundExternalVariables()
            throws XQException

getStaticContext

public XQStaticContext getStaticContext()
            throws XQException

getStaticResultType

public XQSequenceType getStaticResultType()
            throws XQException

getStaticVariableType

public XQSequenceType getStaticVariableType(QName name)
            throws XQException

isClosed

public boolean isClosed()