|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface CompiledXQuery
| Method Summary | |
|---|---|
void |
dump(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)
|
void |
setSource(XACMLSource source)
Sets the source of this query. |
| Method Detail |
|---|
void reset()
reset in interface CompiledExpressionXQueryContext getContext()
XQueryContext used to create this queryvoid setContext(XQueryContext context)
Sequence eval(Sequence contextSequence)
throws XPathException
contextSequence -
XPathExceptionboolean isValid()
void dump(Writer writer)
XACMLSource getSource()
void setSource(XACMLSource source)
source - This query's source
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||