Uses of Class
org.basex.query.QueryProcessor

Packages that use QueryProcessor
org.basex.query.xpath Includes an implementation of XPath 1.0. 
org.basex.query.xquery Includes an implementation of XQuery 1.0. 
 

Uses of QueryProcessor in org.basex.query.xpath
 

Subclasses of QueryProcessor in org.basex.query.xpath
 class XPathProcessor
          XPath Processor, containing the XPath parser.
 

Uses of QueryProcessor in org.basex.query.xquery
 

Subclasses of QueryProcessor in org.basex.query.xquery
 class XQueryProcessor
          This is the main class of the XQuery Processor.