|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompiledXQuery
| Method Summary | |
|---|---|
void |
dump(java.io.Writer writer)
Writes a diagnostic dump of the expression structure to the specified writer. |
Sequence |
eval(Sequence contextSequence)
Execute the compiled query, optionally using the specified sequence as context. |
XQueryContext |
getContext()
|
XACMLSource |
getSource()
Gets the source of this query. |
boolean |
isValid()
Is the compiled expression still valid? Returns false if, for example, the source code of one of the imported modules has changed. |
void |
reset()
Reset the compiled expression tree. |
void |
setContext(XQueryContext context)
|
| Method Detail |
|---|
void reset()
reset in interface org.xmldb.api.base.CompiledExpressionXQueryContext getContext()
XQueryContext used to create this queryvoid setContext(XQueryContext context)
Sequence eval(Sequence contextSequence)
throws XPathException
contextSequence -
XPathExceptionboolean isValid()
void dump(java.io.Writer writer)
XACMLSource getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||