Package org.exist.xquery.parser

The XQuery/XPath language parser.

See:
          Description

Interface Summary
DeclScannerTokenTypes  
XQueryTokenTypes  
XQueryTreeParserTokenTypes  
 

Class Summary
DeclScanner Try to read the XQuery declaration.
XQueryAST  
XQueryLexer The XQuery/XPath lexical analyzer.
XQueryParser The XQuery parser.
XQueryTreeParser The tree parser: walks the AST created by XQueryParser and generates an internal representation of the query in the form of XQuery expression objects.
 

Package org.exist.xquery.parser Description

The XQuery/XPath language parser. The classes in this package were generated with ANTLR (http://www.antlr.org). The original source files are XQuery.g and XQueryTree.g. To regenerate the Java source files, call Ant with the build target "xquery".



<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.