Xindice API

Uses of Interface
org.apache.xindice.core.query.Query

Packages that use Query
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 Query in org.apache.xindice.core.query
 

Methods in org.apache.xindice.core.query that return Query
 Query QueryResolver.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          compileQuery compiles a Query against the specified Collection context and returns the compiled Query.
 Query XPathQueryResolver.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 Query QueryEngine.compileQuery(Collection col, java.lang.String style, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          compileQuery compiles a Query against the specified Collection context and returns the compiled Query.
 

Uses of Query in org.apache.xindice.core.xupdate
 

Methods in org.apache.xindice.core.xupdate that return Query
 Query XUpdateQueryResolver.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation