net.sf.saxon.javax.xml.xquery
Interface XQPreparedExpression
- All Superinterfaces:
- XQDynamicContext
- All Known Implementing Classes:
- SaxonXQPreparedExpression
public interface XQPreparedExpression
- extends XQDynamicContext
XQJ interfaces reconstructed from version 0.5 documentation
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 |
cancel
void cancel()
throws XQException
- Throws:
XQException
close
void close()
throws XQException
- Throws:
XQException
executeQuery
XQResultSequence executeQuery()
throws XQException
- Throws:
XQException
getAllExternalVariables
QName[] getAllExternalVariables()
throws XQException
- Throws:
XQException
getAllUnboundExternalVariables
QName[] getAllUnboundExternalVariables()
throws XQException
- Throws:
XQException
getStaticContext
XQStaticContext getStaticContext()
throws XQException
- Throws:
XQException
getStaticResultType
XQSequenceType getStaticResultType()
throws XQException
- Throws:
XQException
getStaticVariableType
XQSequenceType getStaticVariableType(QName name)
throws XQException
- Throws:
XQException
isClosed
boolean isClosed()
Copyright (C) Michael H. Kay. All rights reserved.