public class ASTNodeFilterExpr extends ASTNode
| Modifier and Type | Field and Description |
|---|---|
ASTNodeAbstractExpr |
expr |
Vector<ASTNode> |
predicates |
| Constructor and Description |
|---|
ASTNodeFilterExpr() |
| Modifier and Type | Method and Description |
|---|---|
XPathExpression |
build() |
Vector<ASTNode> |
getChildren() |
public ASTNodeAbstractExpr expr
public Vector<ASTNode> getChildren()
getChildren in class ASTNodepublic XPathExpression build() throws XPathSyntaxException
build in class ASTNodeXPathSyntaxExceptionCopyright © 2024. All rights reserved.