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
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
executeCommand
void executeCommand(java.io.Reader command)
throws XQException
- Throws:
XQException
executeCommand
void executeCommand(java.lang.String command)
throws XQException
- Throws:
XQException
executeQuery
XQResultSequence executeQuery(java.io.InputStream query)
throws XQException
- Throws:
XQException
executeQuery
XQResultSequence executeQuery(java.io.Reader query)
throws XQException
- Throws:
XQException
executeQuery
XQResultSequence executeQuery(java.lang.String query)
throws XQException
- Throws:
XQException
getStaticContext
XQStaticContext getStaticContext()
throws XQException
- Throws:
XQException
isClosed
boolean isClosed()