Package net.sf.saxon.javax.xml.xquery
Interface XQExpression
- All Superinterfaces:
XQDynamicContext
- All Known Implementing Classes:
SaxonXQExpression
XQJ interfaces reconstructed from version 0.5 documentation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
void
void
close()
void
executeCommand
(Reader command) void
executeCommand
(String command) executeQuery
(InputStream query) executeQuery
(Reader query) executeQuery
(String query) int
int
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 Details
-
cancel
- Throws:
XQException
-
clearWarnings
- Throws:
XQException
-
close
void close() -
executeCommand
- Throws:
XQException
-
executeCommand
- Throws:
XQException
-
executeQuery
- Throws:
XQException
-
executeQuery
- Throws:
XQException
-
executeQuery
- Throws:
XQException
-
getQueryLanguageTypeAndVersion
- Throws:
XQException
-
getQueryTimeout
- Throws:
XQException
-
getWarnings
- Throws:
XQException
-
isClosed
boolean isClosed() -
setQueryTimeout
- Throws:
XQException
-