Uses of Class
org.basex.query.func.StandardFunc

Packages that use StandardFunc
org.basex.query.func XQuery functions. 
 

Uses of StandardFunc in org.basex.query.func
 

Subclasses of StandardFunc in org.basex.query.func
 class FNAcc
          Accessor functions.
 class FNAdmin
          Admin functions.
 class FNAggr
          Aggregating functions.
 class FNArchive
          Functions on archives.
 class FNClient
          Functions to connect remote database instances.
 class FNContext
          Context functions.
 class FNConvert
          Functions for converting data to other formats.
 class FNCrypto
          EXPath Cryptographic Module.
 class FNDate
          Date functions.
 class FNDb
          Database functions.
 class FNFetch
          Functions for fetching resources.
 class FNFile
          Functions on files and directories.
 class FNFormat
          Formatting functions.
 class FNFt
          Full-text functions.
 class FNFunc
          Functions on functions.
 class FNGen
          Generating functions.
 class FNHash
          Hashing functions.
 class FNHof
          Implementation-specific functions on functions.
 class FNHtml
          Functions for converting HTML to XML.
 class FNHttp
          HTTP Client Module.
 class FNId
          ID functions.
 class FNIndex
          Index functions.
 class FNInfo
          Info functions.
 class FNInspect
          Inspect functions.
 class FNJson
          Project specific functions.
 class FNMap
          Functions on maps.
 class FNMath
          Math functions.
 class FNNode
          Node functions.
 class FNNum
          Numeric functions.
 class FNOut
          Output functions.
 class FNPat
          String pattern functions.
 class FNProc
          Functions to execute system commands.
 class FNProf
          Profiling functions.
 class FNQName
          QName functions.
 class FNRandom
          Random functions.
 class FNRepo
          Functions on EXPath packages.
 class FNSeq
          Sequence functions.
 class FNSimple
          Simple functions.
 class FNSql
          Functions on relational databases.
 class FNStr
          String functions.
 class FNStream
          Streaming functions.
 class FNUnit
          Unit functions.
 class FNValidate
          Functions for validating documents.
 class FNXQuery
          XQuery functions.
 class FNXslt
          Functions for performing XSLT transformations.
 class FNZip
          Functions on zip files.
 

Fields in org.basex.query.func with type parameters of type StandardFunc
static java.util.HashMap<java.lang.Class<? extends StandardFunc>,byte[]> Function.URIS
          Mapping between function classes and namespace URIs.
 

Methods in org.basex.query.func that return StandardFunc
 StandardFunc StandardFunc.copy(QueryContext ctx, VarScope scp, IntObjMap<Var> vs)
           
 StandardFunc Function.get(Expr... arg)
          Creates a new instance of the function.
 StandardFunc Function.get(InputInfo ii, Expr... arg)
          Creates a new instance of the function.
 StandardFunc Functions.get(QNm name, Expr[] args, InputInfo ii)
          Returns the specified function.