Package | Description |
---|---|
org.basex.query.ann | |
org.basex.query.util |
XQuery utility classes.
|
org.basex.query.util.list |
Query processor, list structures.
|
Modifier and Type | Field and Description |
---|---|
static Annotation[] |
Annotation.VALUES
Cached enums (faster).
|
Modifier and Type | Method and Description |
---|---|
static Annotation |
Annotation.get(QNm name)
Returns an annotation with the specified name.
|
static Annotation |
Annotation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotation[] |
Annotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
Annotation |
Ann.sig
Annotation signature.
|
Constructor and Description |
---|
Ann(InputInfo info,
Annotation sig,
Item... args)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AnnList.contains(Annotation sig)
Checks if the specified signature is found in the list.
|
Ann |
AnnList.get(Annotation sig)
Returns an annotation with the specified signature.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.