Class Index | File Index

Classes


Class xrx.xpath.Parser


Defined in: parser.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
xrx.xpath.Parser(lexer, nsResolver)
The recursive descent parser.
Method Summary
Method Attributes Method Name and Description
 
Apply recursive descent parsing on the input to construct an abstract syntax tree.
Class Detail
xrx.xpath.Parser(lexer, nsResolver)
The recursive descent parser.
Parameters:
{!xrx.xpath.Lexer} lexer
The lexer.
{function(string): ?string} nsResolver
Namespace resolver.
Method Detail
{!xrx.xpath.Expr} parseExpr()
Apply recursive descent parsing on the input to construct an abstract syntax tree.
Returns:
{!xrx.xpath.Expr} The root of the constructed tree.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 17 2013 17:08:44 GMT+0200 (MESZ)