Package org.javarosa.xpath.parser.ast
Class ASTNodeFilterExpr
java.lang.Object
org.javarosa.xpath.parser.ast.ASTNode
org.javarosa.xpath.parser.ast.ASTNodeFilterExpr
public class ASTNodeFilterExpr extends ASTNode
-
Field Summary
Fields Modifier and Type Field Description ASTNodeAbstractExprexprVector<ASTNode>predicates -
Constructor Summary
Constructors Constructor Description ASTNodeFilterExpr() -
Method Summary
Modifier and Type Method Description XPathExpressionbuild()Vector<ASTNode>getChildren()
-
Field Details
-
Constructor Details
-
ASTNodeFilterExpr
public ASTNodeFilterExpr()
-
-
Method Details
-
getChildren
- Specified by:
getChildrenin classASTNode
-
build
- Specified by:
buildin classASTNode- Throws:
XPathSyntaxException
-