| Package | Description |
|---|---|
| org.basex.data |
Database structures.
|
| org.basex.io.serial | |
| org.basex.query |
XQuery implementation.
|
| org.basex.query.util |
XQuery utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
FTPosData |
Nodes.ftpos
Full-text position data (for visualization).
|
| Constructor and Description |
|---|
Nodes(int[] n,
Data d,
FTPosData ft)
Constructor, specifying a node set, a database instance, and full-text
positions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Serializer.node(Data data,
int pre,
FTPosData ft)
Serializes a node of the specified data reference.
|
| Modifier and Type | Field and Description |
|---|---|
FTPosData |
QueryContext.ftpos
Full-text position data (needed for highlighting of full-text results).
|
| Modifier and Type | Method and Description |
|---|---|
DataBuilder |
DataBuilder.ftpos(byte[] tag,
FTPosData pos,
int len)
Attaches full-text position data.
|