| Package | Description |
|---|---|
| jlibs.xml.sax.dog | |
| jlibs.xml.sax.dog.expr | |
| jlibs.xml.sax.dog.expr.func | |
| jlibs.xml.sax.dog.expr.nodset | |
| jlibs.xml.sax.dog.path |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.valueOf(Object literal) |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
DataType |
Expression.resultType |
| Constructor and Description |
|---|
Expression(int scope,
DataType resultType) |
Literal(Object literal,
DataType dataType) |
| Modifier and Type | Field and Description |
|---|---|
DataType[] |
Function.memberTypes |
DataType |
Function.resultType |
| Modifier and Type | Method and Description |
|---|---|
DataType |
Function.memberType(int i) |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Functions.typeCast(Object current,
DataType expected) |
| Constructor and Description |
|---|
Function(String name,
DataType resultType,
boolean varArgs,
DataType... memberTypes) |
Function(String name,
DataType resultType,
boolean varArgs,
DataType... memberTypes) |
Function(String namespace,
String name,
DataType resultType,
boolean varArgs,
DataType... memberTypes) |
Function(String namespace,
String name,
DataType resultType,
boolean varArgs,
DataType... memberTypes) |
Function(String namespace,
String name,
DataType resultType,
boolean varArgs,
int mandatory,
DataType... memberTypes) |
Function(String namespace,
String name,
DataType resultType,
boolean varArgs,
int mandatory,
DataType... memberTypes) |
PeekingFunction(String name,
DataType resultType,
boolean varArgs,
DataType... memberTypes) |
PeekingFunction(String name,
DataType resultType,
boolean varArgs,
DataType... memberTypes) |
PeekingFunction(String name,
DataType resultType,
boolean varArgs,
int mandatory,
DataType... memberTypes) |
PeekingFunction(String name,
DataType resultType,
boolean varArgs,
int mandatory,
DataType... memberTypes) |
TypeCast(DataType resultType) |
| Constructor and Description |
|---|
LocationExpression(int scope,
LocationPath locationPath,
DataType resultType,
boolean many,
boolean first) |
LocationExpression(LocationPath locationPath,
DataType resultType,
boolean many,
boolean first) |
Positional(DataType resultType,
boolean position) |
Strings(LocationPath locationPath,
DataType resultType,
boolean many,
boolean first) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
LocationPath.typeCast(DataType dataType) |
Copyright © 2021. All rights reserved.