Uses of Class
org.basex.query.xpath.func.Func

Packages that use Func
org.basex.query.xpath.func Contains XPath 1.0 functions. 
 

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

Subclasses of Func in org.basex.query.xpath.func
 class BooleanFunc
          Constructor for boolean() function.
 class Ceiling
          Constructor for ceiling() function.
 class Concat
          Constructor for concat() function.
 class Contains
          Constructor for contains() function.
 class ContainsLC
          Constructor for implementation specific containslc() function; compares all tokens in lower case.
 class Count
          Constructor for count() function.
 class Distinct
          Constructor for the implementation specific distinct() function.
 class Doc
          Constructor for the doc() and document() function.
 class EndsWith
          Constructor for ends-with() function.
 class False
          Constructor for false() function.
 class Floor
          Constructor for floor() function.
 class Id
          Constructor for id() function.
 class Lang
          Constructor for local-name() function.
 class Last
          Constructor for last() function.
 class LocalName
          Constructor for local-name() function.
 class Matches
          Constructor for implementation specific matches() function; compares all tokens in lower case.
 class Name
          Constructor for name() function.
 class NamespaceURI
          Constructor for namespace-uri() function.
 class Nodes
          Constructor for implementation specific nodes() function; returns a node set with the pre nodes specified in the argument literal.
 class NormalizeSpace
          Constructor for string() function.
 class Not
          Constructor for not() function.
 class NumFunc
          Constructor for number() function.
 class Position
          Constructor for position() function.
 class Random
          Constructor for the implementation specific random() function.
 class Round
          Constructor for round() function.
 class Sort
          Constructor for the implementation specific sort() function.
 class StartsWith
          Constructor for starts-with() function.
 class StringFunc
          Constructor for string() function.
 class StringLength
          Constructor for string-length() function.
 class SubStr
          Constructor for substring() function.
 class SubstringAfter
          Constructor for substring-after() function.
 class SubstringBefore
          Constructor for substring-before() function.
 class Sum
          Constructor for sum() function.
 class Translate
          Constructor for translate() function.
 class True
          Constructor for true() function.
 

Methods in org.basex.query.xpath.func that return Func
 Func XPathContext.getFunction(byte[] name, Expr[] args)
          Evaluates the specified function.