package parse
FastParse parser of XPath expressions, returning AST objects from the 'ast' package if successful.
- Alphabetic
- By Inheritance
- parse
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
object
XPathParser
XPath 3.0 parsing support, using FastParse.
XPath 3.0 parsing support, using FastParse.
Usage: XPathParser.xpathExpr.parse(xpathString)
TODO XPath 3.1.