Uses of Class
org.basex.query.QueryProcessor

Packages that use QueryProcessor
org.basex.query XQuery implementation. 
 

Uses of QueryProcessor in org.basex.query
 

Methods in org.basex.query that return QueryProcessor
 QueryProcessor QueryProcessor.bind(java.lang.String name, java.lang.Object value)
          Binds a value to a global variable.
 QueryProcessor QueryProcessor.bind(java.lang.String name, java.lang.Object value, java.lang.String type)
          Binds a value with the specified data type to a global variable.
 QueryProcessor QueryProcessor.context(Nodes nodes)
          Binds an initial nodeset to the context item.
 QueryProcessor QueryProcessor.context(java.lang.Object value)
          Binds a value to the context item.
 QueryProcessor QueryProcessor.context(java.lang.Object value, java.lang.String type)
          Binds a value with the specified data type to the context item, using the same rules as for binding variables.
 QueryProcessor QueryProcessor.namespace(java.lang.String prefix, java.lang.String uri)
          Declares a namespace.
 

Methods in org.basex.query with parameters of type QueryProcessor
 java.lang.String QueryInfo.toString(QueryProcessor qp, PrintOutput out, long hits, boolean detailed)
          Returns detailed query information.