| Package | Description |
|---|---|
| org.javarosa.xpath | |
| org.javarosa.xpath.parser | |
| org.javarosa.xpath.parser.ast |
| Modifier and Type | Method and Description |
|---|---|
static XPathExpression |
XPathParseTool.parseXPath(String xpath) |
| Constructor and Description |
|---|
XPathConditional(String xpath) |
| Modifier and Type | Method and Description |
|---|---|
static ASTNode |
Parser.buildParseTree(Vector<Token> tokens) |
static Vector<Token> |
Lexer.lex(String expr) |
static XPathExpression |
Parser.parse(Vector<Token> tokens) |
static void |
Parser.verifyBaseExpr(ASTNode node) |
| Modifier and Type | Method and Description |
|---|---|
XPathExpression |
ASTNodeBinaryOp.build() |
XPathExpression |
ASTNodeFilterExpr.build() |
XPathExpression |
ASTNodePredicate.build() |
XPathExpression |
ASTNodeLocPath.build() |
abstract XPathExpression |
ASTNode.build() |
XPathExpression |
ASTNodeAbstractExpr.build() |
XPathExpression |
ASTNodeFunctionCall.build() |
XPathExpression |
ASTNodeUnaryOp.build() |
XPathStep |
ASTNodePathStep.getStep() |
Copyright © 2023. All rights reserved.