|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryEngine | |
org.apache.xindice.core | This is the top-level package for all Xindice Core functionality. |
org.apache.xindice.core.query | Implements the Xindice QueryEngine and XPathQueryResolver. |
org.apache.xindice.core.xupdate | Defines several classes for Xindice XUpdate query processing. |
Uses of QueryEngine in org.apache.xindice.core |
Methods in org.apache.xindice.core that return QueryEngine | |
QueryEngine |
Collection.getQueryEngine()
getQueryEngine returns the Database's Query Engine |
QueryEngine |
Database.getQueryEngine()
getQueryEngine returns a reference to the Database's current operating QueryEngine implementation. |
Uses of QueryEngine in org.apache.xindice.core.query |
Methods in org.apache.xindice.core.query with parameters of type QueryEngine | |
void |
QueryResolver.setQueryEngine(QueryEngine engine)
setQueryEngine hands a reference for the QueryEngine to the Resolver. |
void |
XPathQueryResolver.setQueryEngine(QueryEngine engine)
|
Uses of QueryEngine in org.apache.xindice.core.xupdate |
Methods in org.apache.xindice.core.xupdate with parameters of type QueryEngine | |
void |
XUpdateQueryResolver.setQueryEngine(QueryEngine engine)
|
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |