Uses of Class
org.basex.query.ParseException

Packages that use ParseException
org.basex.query.xpath Includes an implementation of XPath 1.0. 
org.basex.query.xpath.func Contains XPath 1.0 functions. 
 

Uses of ParseException in org.basex.query.xpath
 

Methods in org.basex.query.xpath that throw ParseException
 XPContext XPathProcessor.parse()
           
 

Uses of ParseException in org.basex.query.xpath.func
 

Methods in org.basex.query.xpath.func that throw ParseException
 Item XPathContext.evalVariable(byte[] name)
          Evaluates a variable.
 Func XPathContext.getFunction(byte[] name, Expr[] args)
          Evaluates the specified function.