Uses of Class
org.basex.query.value.item.FItem

Packages that use FItem
org.basex.query.expr XQuery expressions. 
org.basex.query.value.item   
org.basex.query.value.map   
org.basex.query.value.type   
 

Uses of FItem in org.basex.query.expr
 

Methods in org.basex.query.expr that return FItem
 FItem ParseExpr.checkFunc(Expr e, QueryContext ctx)
          Checks if the specified expression yields a string or binary item.
 

Uses of FItem in org.basex.query.value.item
 

Subclasses of FItem in org.basex.query.value.item
 class FuncItem
          Function item.
 

Methods in org.basex.query.value.item that return FItem
 FItem FuncItem.coerceTo(FuncType ft, QueryContext ctx, InputInfo ii)
           
abstract  FItem FItem.coerceTo(FuncType ft, QueryContext ctx, InputInfo ii)
          Coerces this function item to the given function type.
 

Uses of FItem in org.basex.query.value.map
 

Subclasses of FItem in org.basex.query.value.map
 class Map
          The map item.
 

Uses of FItem in org.basex.query.value.type
 

Methods in org.basex.query.value.type that return FItem
 FItem FuncType.cast(Item it, QueryContext ctx, InputInfo ii)