Uses of Class
org.basex.query.QueryProcessor

Packages that use QueryProcessor
org.basex.query.pf Answers Pathfinder XPath queries. 
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.pf
 

Subclasses of QueryProcessor in org.basex.query.pf
 class PFP
          This class extends the QueryProcessor class and answers XQuery requests via Pathfinder (early state).
 

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.