|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTPosData | |
---|---|
org.basex.data | Database structures. |
org.basex.query | XQuery implementation. |
org.basex.query.util | XQuery utility classes. |
org.basex.query.value.node |
Uses of FTPosData in org.basex.data |
---|
Fields in org.basex.data declared as FTPosData | |
---|---|
FTPosData |
Nodes.ftpos
Full-text position data (for visualization). |
Methods in org.basex.data that return FTPosData | |
---|---|
FTPosData |
FTPosData.copy()
Creates a copy. |
Constructors in org.basex.data with parameters of type FTPosData | |
---|---|
Nodes(int[] n,
Data d,
FTPosData ft)
Constructor, specifying a node set, a database instance, and full-text positions. |
Uses of FTPosData in org.basex.query |
---|
Fields in org.basex.query declared as FTPosData | |
---|---|
FTPosData |
QueryContext.ftpos
Full-text position data (needed for highlighting of full-text results). |
Uses of FTPosData in org.basex.query.util |
---|
Methods in org.basex.query.util with parameters of type FTPosData | |
---|---|
DataBuilder |
DataBuilder.ftpos(byte[] tag,
FTPosData pos,
int len)
Attaches full-text position data. |
Uses of FTPosData in org.basex.query.value.node |
---|
Fields in org.basex.query.value.node declared as FTPosData | |
---|---|
FTPosData |
FTPosNode.ft
Full-text positions. |
Constructors in org.basex.query.value.node with parameters of type FTPosData | |
---|---|
FTPosNode(Data d,
int p,
FTPosData ftpos)
Constructor, called by the sequential variant. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |