Interface | Description |
---|---|
XQFunction |
Interface for XQuery functions.
|
XQFunctionExpr |
Interface for possibly non-compiled XQuery functions.
|
Class | Description |
---|---|
And |
And expression.
|
Arith |
Arithmetic expression.
|
Arr |
Abstract array expression.
|
Cast |
Cast expression.
|
Castable |
Castable expression.
|
Catch |
Catch clause.
|
Cmp |
Abstract comparison.
|
CmpG |
General comparison.
|
CmpN |
Node comparison.
|
CmpR |
Numeric range expression.
|
CmpV |
Value comparison.
|
Context |
Context value.
|
DBPragma |
Pragma for database options.
|
Except |
Except expression.
|
Expr |
Abstract class for representing XQuery expressions.
|
ExprInfo |
Expression information, used for debugging and logging.
|
Extension |
Pragma extension.
|
Filter |
Abstract filter expression.
|
If |
If expression.
|
IndexAccess |
This abstract class retrieves values from an index.
|
Instance |
Instance test.
|
InterSect |
Intersect expression.
|
IterFilter |
Iterative filter expression without numeric predicates.
|
List |
List of expressions that have been separated by commas.
|
Lookup |
Unary lookup expression.
|
Or |
Or expression.
|
ParseExpr |
Abstract parse expression.
|
Pos |
Pos expression.
|
Pragma |
Abstract pragma expression.
|
Preds | |
Quantifier |
Some/Every satisfier clause.
|
Range |
Range expression.
|
RangeAccess |
This index class retrieves range values from the index.
|
Root |
Root node.
|
Simple |
Simple expression without arguments.
|
SimpleMap |
Simple map expression.
|
Single |
Abstract single expression.
|
StringRangeAccess |
This index class retrieves ranges from a value index.
|
Switch |
Switch expression.
|
SwitchCase |
Single case of a switch expression.
|
Treat |
Treat as expression.
|
Try |
Project specific try/catch expression.
|
TypeCase |
Case expression for typeswitch.
|
TypeCheck |
Checks the argument expression's result type.
|
TypeSwitch |
Typeswitch expression.
|
Unary |
Unary expression.
|
Union |
Union expression.
|
ValueAccess |
This index class retrieves texts and attribute values from the index.
|
Enum | Description |
---|---|
Calc |
Calculation.
|
CmpG.OpG |
Comparators.
|
CmpN.OpN |
Comparators.
|
CmpV.OpV |
Comparators.
|
Expr.Flag |
Flags that influence query compilation.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.