Uses of Class
org.basex.query.util.IndexContext

Packages that use IndexContext
org.basex.query.expr XQuery expressions. 
org.basex.query.ft XQuery Full Text expressions. 
org.basex.query.util XQuery utility classes. 
 

Uses of IndexContext in org.basex.query.expr
 

Constructors in org.basex.query.expr with parameters of type IndexContext
IndexAccess(IndexContext ic, InputInfo ii)
          Constructor.
StringRangeAccess(InputInfo ii, StringRange t, IndexContext ic)
          Constructor.
ValueAccess(InputInfo ii, Expr e, IndexType t, IndexContext ic)
          Constructor.
 

Uses of IndexContext in org.basex.query.ft
 

Constructors in org.basex.query.ft with parameters of type IndexContext
FTIndexAccess(InputInfo ii, FTExpr ex, IndexContext ic)
          Constructor.
FTWords(InputInfo ii, IndexContext ic, Value t, FTMode m, QueryContext ctx)
          Constructor for index-based evaluation.
 

Uses of IndexContext in org.basex.query.util
 

Fields in org.basex.query.util declared as IndexContext
 IndexContext IndexCosts.ictx
          Index context.
 

Constructors in org.basex.query.util with parameters of type IndexContext
IndexCosts(IndexContext ic, QueryContext c, Step s)
          Constructor.