es.udc.mypersonalizer.kernel.model.query.parser |
|
Java Source File Name | Type | Comment |
ParseException.java | Class | Exception to signal an error on the parsing of a query. |
QueryParser.java | Class | Parser class for coverting an XQuery-like string into a Query
object. |
QueryParserTest.java | Class | Test cases for the QueryParser class. |
XPathTranslatorVisitor.java | Class | Visitor which translates an XPath expression to a list of query steps. |
XPathVisitorException.java | Class | This class is a workaround for the lack of exceptions declared in the
org.jaxen.expr.Visitor interface.
Instances of this class must not be propagated outside the package. |