Package | Description |
---|---|
org.basex.query.util |
XQuery utility classes.
|
org.basex.query.util.list |
Query processor, list structures.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Ann.eq(Ann an)
Compares two annotations.
|
Modifier and Type | Method and Description |
---|---|
Ann |
AnnList.get(Annotation sig)
Returns an annotation with the specified signature.
|
Ann |
AnnList.get(int index)
Returns the annotation at the specified position.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Ann> |
AnnList.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
AnnList.add(Ann ann)
Adds a QName/value pair.
|
boolean |
AnnList.contains(Ann ann)
Checks if the specified annotation is found in the list.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.