Package | Description |
---|---|
org.basex.query.value.type |
Modifier and Type | Field and Description |
---|---|
SeqType.Occ |
SeqType.occ
Number of occurrences.
|
Modifier and Type | Method and Description |
---|---|
SeqType.Occ |
SeqType.Occ.intersect(SeqType.Occ other)
Computes the intersection between this occurrence indicator and the given one.
|
SeqType.Occ |
SeqType.Occ.union(SeqType.Occ other)
Computes the union between this occurrence indicator and the given one.
|
static SeqType.Occ |
SeqType.Occ.valueOf(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 type,
SeqType.Occ occ)
Returns a sequence type.
|
static SeqType |
SeqType.get(Type type,
SeqType.Occ occ,
Test kind)
Returns a sequence type.
|
boolean |
SeqType.Occ.instanceOf(SeqType.Occ occ)
Checks if the specified occurrence indicator is an instance of the
current occurrence indicator.
|
SeqType.Occ |
SeqType.Occ.intersect(SeqType.Occ other)
Computes the intersection between this occurrence indicator and the given one.
|
SeqType.Occ |
SeqType.Occ.union(SeqType.Occ other)
Computes the union between this occurrence indicator and the given one.
|
SeqType |
SeqType.withOcc(SeqType.Occ o)
Returns a version of this sequence type that is adapted to the given
SeqType.Occ . |
Copyright © 2005–2015 BaseX Team. All rights reserved.