|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQIQueryHandler
Method Summary | |
---|---|
java.lang.String |
getCoreQuery()
Method getCoreQuery |
EvaluationContext |
getDynamicContext()
Method getDynamicContext |
java.lang.String |
getImportedAttributeDecls()
Method getImportedAttributeDecls |
java.lang.String |
getImportedElementDecls()
Method getImportedElementDecls |
java.lang.String |
getImportedTypeDefns()
Method getImportedTypeDefns |
java.lang.String |
getInferredType()
Method getInferredType |
Sequence |
getQueryResult()
Method getQueryResult |
void |
getQueryResult(ResultHandler handler)
Method getQueryResult |
StaticContext |
getStaticContext()
Method getStaticContext |
XQueryNode |
getXQuery()
Method getXQuery |
void |
setOptimize(boolean b)
Method setOptimize |
void |
setParserTracing(boolean b)
Method setParserTracing |
void |
syntaxCheck()
Method syntaxCheck |
Method Detail |
---|
StaticContext getStaticContext() throws XQueryException
ParseException
XQueryException
EvaluationContext getDynamicContext() throws XQueryException
ParseException
XQueryException
void setParserTracing(boolean b)
b
- a booleanvoid setOptimize(boolean b)
b
- a booleanvoid syntaxCheck() throws XQueryException
XQueryException
XQueryNode getXQuery() throws XQueryException
XQueryException
java.lang.String getCoreQuery() throws XQueryException
XQueryException
java.lang.String getInferredType() throws XQueryException
XQueryException
java.lang.String getImportedElementDecls() throws XQueryException
ParseException
QueryException
XQueryException
java.lang.String getImportedAttributeDecls() throws XQueryException
ParseException
QueryException
XQueryException
java.lang.String getImportedTypeDefns() throws XQueryException
ParseException
QueryException
XQueryException
Sequence getQueryResult() throws XQueryException
ParseException
QueryException
XQueryException
void getQueryResult(ResultHandler handler) throws XQueryException
handler
- a ContentHandler
ParseException
QueryException
XQueryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |