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

Packages that use Str
org.basex.query.util.crypto   
org.basex.query.value.item   
org.basex.query.value.map   
org.basex.query.value.seq   
 

Uses of Str in org.basex.query.util.crypto
 

Methods in org.basex.query.util.crypto that return Str
 Str Encryption.encryption(byte[] in, byte[] s, byte[] k, byte[] a, boolean ec)
          Encrypts or decrypts the given input.
 

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

Subclasses of Str in org.basex.query.value.item
 class Uri
          URI item (xs:anyURI).
 

Fields in org.basex.query.value.item declared as Str
static Str Str.ZERO
          Zero-length string.
 

Methods in org.basex.query.value.item that return Str
static Str Str.get(byte[] v)
          Returns an instance of this class.
static Str Str.get(java.lang.Object v, QueryContext ctx, InputInfo ii)
          Returns an instance of this class.
static Str Str.get(java.lang.String s)
          Returns an instance of this class.
 Str Jav.materialize(InputInfo ii)
           
 

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

Methods in org.basex.query.value.map that return Str
 Str Map.collation()
          Collation of this map.
 

Uses of Str in org.basex.query.value.seq
 

Methods in org.basex.query.value.seq that return Str
 Str StrSeq.itemAt(long pos)