| Package | Description |
|---|---|
| org.basex.query.item |
XQuery data types.
|
| Modifier and Type | Field and Description |
|---|---|
SeqType.Occ |
SeqType.occ
Number of occurrences.
|
| Modifier and Type | Method and Description |
|---|---|
static SeqType.Occ |
SeqType.Occ.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SeqType.Occ[] |
SeqType.Occ.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SeqType |
SeqType.get(Type t,
SeqType.Occ o)
Returns a sequence type.
|
static SeqType |
SeqType.get(Type t,
SeqType.Occ o,
Test k)
Returns a sequence type.
|
boolean |
SeqType.Occ.instance(SeqType.Occ o)
Checks if the specified occurrence indicator is an instance of the
current occurrence indicator.
|