Package org.basex.query.xpath.func

Contains XPath 1.0 functions.

See:
          Description

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

Package org.basex.query.xpath.func Description

Contains XPath 1.0 functions.