| Package | Description |
|---|---|
| org.apache.vxquery.xmlquery.ast | |
| org.apache.vxquery.xmlquery.query |
| Modifier and Type | Method | Description |
|---|---|---|
InfixExprNode.InfixOperator |
InfixExprNode.getOperator() |
|
static InfixExprNode.InfixOperator |
InfixExprNode.InfixOperator.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static InfixExprNode.InfixOperator[] |
InfixExprNode.InfixOperator.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
InfixExprNode.setOperator(InfixExprNode.InfixOperator operator) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.commons.lang3.tuple.Pair<Token,InfixExprNode.InfixOperator> |
XMLQuery.GeneralComp() |
|
org.apache.commons.lang3.tuple.Pair<Token,InfixExprNode.InfixOperator> |
XMLQuery.NodeComp() |
|
org.apache.commons.lang3.tuple.Pair<Token,InfixExprNode.InfixOperator> |
XMLQuery.ValueComp() |
Copyright © 2019 Apache Software Foundation. All rights reserved.