Uses of Class
org.basex.query.ft.FTPos

Packages that use FTPos
org.basex.query Provides classes for querying the data. 
org.basex.query.ft Contains XQuery Full-Text 1.0 expressions. 
 

Uses of FTPos in org.basex.query
 

Fields in org.basex.query declared as FTPos
 FTPos QueryContext.ftpos
          Current fulltext position filter.
 

Uses of FTPos in org.basex.query.ft
 

Fields in org.basex.query.ft declared as FTPos
 FTPos FTPosIndex.pos
          Position filter.
 

Constructors in org.basex.query.ft with parameters of type FTPos
FTPosIndex(FTPos p)
          Constructor.