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

Packages that use Str
org.basex.query.xpath.func Contains XPath 1.0 functions. 
org.basex.query.xpath.item Contains containers for XPath 1.0 data types. 
 

Uses of Str in org.basex.query.xpath.func
 

Methods in org.basex.query.xpath.func that return Str
 Str Name.eval(XPContext ctx)
           
 Str Concat.eval(XPContext ctx)
           
 Str NamespaceURI.eval(XPContext ctx)
           
 Str NormalizeSpace.eval(XPContext ctx)
           
 Str SubStr.eval(XPContext ctx)
           
 Str Translate.eval(XPContext ctx)
           
 Str LocalName.eval(XPContext ctx)
           
 Str SubstringBefore.eval(XPContext ctx)
           
 Str StringFunc.eval(XPContext ctx)
           
 Str SubstringAfter.eval(XPContext ctx)
           
 

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

Methods in org.basex.query.xpath.item that return Str
 Str Str.eval(XPContext ctx)