| Interface | Description |
|---|---|
| VariableContext |
Marker interface applied to classes that can be the site of a variable binding:
VariableDefinition, ForClause, LetClause
|
| Class | Description |
|---|---|
| AtomizedSequence |
This class exists purely as a marker for the optimizer.
|
| AttributeConstructor | |
| CastableExpression | |
| CommentConstructor | |
| ComputedElementConstructor | |
| Conditional |
represents xquery conditionals (if, then, else)
|
| DocumentConstructor | |
| ElementConstructor | |
| FLWOR | |
| FLWORClause | |
| ForClause | |
| FunctionDefinition | |
| InstanceOf | |
| Let | |
| LetClause | |
| ModuleImport | |
| OrderByClause | |
| ProcessingInstructionConstructor | |
| Satisfies | |
| SortKey | |
| TextConstructor | |
| TreatAs | |
| Variable | |
| VariableBindingClause | |
| VariableDefinition | |
| WhereClause | |
| XQuery |
represents an XQuery module, its static context (not counting any definitions in the enclosing context),
variables, function definitions, and optional body.
|
| Enum | Description |
|---|---|
| Satisfies.Quantifier |
Copyright © 2013. All Rights Reserved.