Package | Description |
---|---|
org.apache.vxquery.xmlquery.ast | |
org.apache.vxquery.xmlquery.query |
Modifier and Type | Method | Description |
---|---|---|
ASTNode |
FunctionDeclNode.getBody() |
|
ASTNode |
WhereClauseNode.getCondition() |
|
ASTNode |
ComputedAttributeConstructorNode.getContent() |
|
ASTNode |
ComputedCommentConstructorNode.getContent() |
|
ASTNode |
ComputedDocumentConstructorNode.getContent() |
|
ASTNode |
ComputedElementConstructorNode.getContent() |
|
ASTNode |
ComputedPIConstructorNode.getContent() |
|
ASTNode |
ComputedTextConstructorNode.getContent() |
|
ASTNode |
TypeswitchExprNode.getDefaultClause() |
|
ASTNode |
DocumentTestNode.getElementTest() |
|
ASTNode |
IfExprNode.getElseExpr() |
|
ASTNode |
ExtensionExprNode.getExpr() |
|
ASTNode |
FilterExprNode.getExpr() |
|
ASTNode |
OrderedExprNode.getExpr() |
|
ASTNode |
ParenthesizedExprNode.getExpr() |
|
ASTNode |
TypeExprNode.getExpr() |
|
ASTNode |
UnaryExprNode.getExpr() |
|
ASTNode |
UnorderedExprNode.getExpr() |
|
ASTNode |
ValidateExprNode.getExpr() |
|
ASTNode |
EnclosedExprNode.getExpression() |
|
ASTNode |
OrderSpecNode.getExpression() |
|
ASTNode |
QueryBodyNode.getExpression() |
|
ASTNode |
IfExprNode.getIfExpr() |
|
ASTNode |
SequenceTypeNode.getItemType() |
|
ASTNode |
InfixExprNode.getLeftExpr() |
|
ASTNode |
FTOptionDeclNode.getMatchOption() |
|
ASTNode |
ComputedAttributeConstructorNode.getName() |
|
ASTNode |
ComputedElementConstructorNode.getName() |
|
ASTNode |
AxisStepNode.getNodeTest() |
|
ASTNode |
RelativePathExprNode.getPath() |
|
ASTNode |
FLWORExprNode.getReturnExpr() |
|
ASTNode |
InfixExprNode.getRightExpr() |
|
ASTNode |
QuantifiedExprNode.getSatisfiesExpr() |
|
ASTNode |
ForVarDeclNode.getSequence() |
|
ASTNode |
LetVarDeclNode.getSequence() |
|
ASTNode |
QuantifiedVarDeclNode.getSequence() |
|
ASTNode |
TypeswitchExprNode.getSwitchExpr() |
|
ASTNode |
ComputedPIConstructorNode.getTarget() |
|
ASTNode |
IfExprNode.getThenExpr() |
|
ASTNode |
TypeExprNode.getType() |
|
ASTNode |
VarDeclNode.getValue() |
|
ASTNode |
CaseClauseNode.getValueExpr() |
Modifier and Type | Method | Description |
---|---|---|
List<ASTNode> |
FunctionExprNode.getArguments() |
|
List<ASTNode> |
DirectElementConstructorNode.getContent() |
|
List<ASTNode> |
PrologNode.getDecls() |
|
List<ASTNode> |
ExprNode.getExpressions() |
|
List<ASTNode> |
AxisStepNode.getPredicates() |
|
List<ASTNode> |
FilterExprNode.getPredicates() |
|
List<ASTNode> |
DirectAttributeConstructorNode.getValue() |
Modifier and Type | Method | Description |
---|---|---|
void |
FunctionDeclNode.setBody(ASTNode body) |
|
void |
WhereClauseNode.setCondition(ASTNode condition) |
|
void |
ComputedAttributeConstructorNode.setContent(ASTNode content) |
|
void |
ComputedCommentConstructorNode.setContent(ASTNode content) |
|
void |
ComputedDocumentConstructorNode.setContent(ASTNode content) |
|
void |
ComputedElementConstructorNode.setContent(ASTNode content) |
|
void |
ComputedPIConstructorNode.setContent(ASTNode content) |
|
void |
ComputedTextConstructorNode.setContent(ASTNode content) |
|
void |
TypeswitchExprNode.setDefaultClause(ASTNode defaultClause) |
|
void |
DocumentTestNode.setElementTest(ASTNode elementTest) |
|
void |
IfExprNode.setElseExpr(ASTNode elseExpr) |
|
void |
ExtensionExprNode.setExpr(ASTNode expr) |
|
void |
FilterExprNode.setExpr(ASTNode expr) |
|
void |
OrderedExprNode.setExpr(ASTNode expr) |
|
void |
ParenthesizedExprNode.setExpr(ASTNode expr) |
|
void |
TypeExprNode.setExpr(ASTNode expr) |
|
void |
UnaryExprNode.setExpr(ASTNode expr) |
|
void |
UnorderedExprNode.setExpr(ASTNode expr) |
|
void |
ValidateExprNode.setExpr(ASTNode expr) |
|
void |
EnclosedExprNode.setExpression(ASTNode expression) |
|
void |
OrderSpecNode.setExpression(ASTNode expression) |
|
void |
QueryBodyNode.setExpression(ASTNode expression) |
|
void |
IfExprNode.setIfExpr(ASTNode ifExpr) |
|
void |
SequenceTypeNode.setItemType(ASTNode itemType) |
|
void |
InfixExprNode.setLeftExpr(ASTNode leftExpr) |
|
void |
FTOptionDeclNode.setMatchOption(ASTNode matchOption) |
|
void |
ComputedAttributeConstructorNode.setName(ASTNode name) |
|
void |
ComputedElementConstructorNode.setName(ASTNode name) |
|
void |
AxisStepNode.setNodeTest(ASTNode nodeTest) |
|
void |
RelativePathExprNode.setPath(ASTNode path) |
|
void |
FLWORExprNode.setReturnExpr(ASTNode returnExpr) |
|
void |
InfixExprNode.setRightExpr(ASTNode rightExpr) |
|
void |
QuantifiedExprNode.setSatisfiesExpr(ASTNode satisfiesExpr) |
|
void |
ForVarDeclNode.setSequence(ASTNode sequence) |
|
void |
LetVarDeclNode.setSequence(ASTNode sequence) |
|
void |
QuantifiedVarDeclNode.setSequence(ASTNode sequence) |
|
void |
TypeswitchExprNode.setSwitchExpr(ASTNode switchExpr) |
|
void |
ComputedPIConstructorNode.setTarget(ASTNode target) |
|
void |
IfExprNode.setThenExpr(ASTNode thenExpr) |
|
void |
TypeExprNode.setType(ASTNode type) |
|
void |
VarDeclNode.setValue(ASTNode value) |
|
void |
CaseClauseNode.setValueExpr(ASTNode valueExpr) |
Modifier and Type | Method | Description |
---|---|---|
void |
FunctionExprNode.setArguments(List<ASTNode> arguments) |
|
void |
DirectElementConstructorNode.setContent(List<ASTNode> content) |
|
void |
PrologNode.setDecls(List<ASTNode> decls) |
|
void |
ExprNode.setExpressions(List<ASTNode> expressions) |
|
void |
AxisStepNode.setPredicates(List<ASTNode> predicates) |
|
void |
FilterExprNode.setPredicates(List<ASTNode> predicates) |
|
void |
DirectAttributeConstructorNode.setValue(List<ASTNode> value) |
Modifier and Type | Method | Description |
---|---|---|
List<ASTNode> |
XMLQuery.DirAttributeValue() |
|
List<ASTNode> |
XMLQuery.PredicateList() |
Copyright © 2019 Apache Software Foundation. All rights reserved.