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

Packages that use Bin
org.basex.query.expr XQuery expressions. 
org.basex.query.value.item   
 

Uses of Bin in org.basex.query.expr
 

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

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

Subclasses of Bin in org.basex.query.value.item
 class B64
          Base64 item (xs:base64Binary).
 class B64Stream
          Streamable base64 item (xs:base64Binary).
 class Hex
          HexBinary item (xs:hexBinary).
 

Constructors in org.basex.query.value.item with parameters of type Bin
B64(Bin b, InputInfo ii)
          Constructor.
Hex(Bin b, InputInfo ii)
          Constructor.