Uses of Class
org.loboevolution.apache.xpath.functions.Function
Package
Description
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
-
Uses of Function in org.loboevolution.apache.xpath
Modifier and TypeMethodDescriptionboolean
XPathVisitor.visitFunction
(Function func) Visit a function. -
Uses of Function in org.loboevolution.apache.xpath.axes
Modifier and TypeMethodDescriptionboolean
HasPositionalPredChecker.visitFunction
(Function func) Visit a function. -
Uses of Function in org.loboevolution.apache.xpath.functions
Modifier and TypeClassDescriptionclass
Execute the Boolean() function.class
Execute the Ceiling() function.class
Execute the Concat() function.class
Execute the Contains() function.class
Execute the Count() function.class
Execute the False() function.class
Execute the Floor() function.class
Execute the Id() function.class
Execute the Lang() function.class
Execute the Last() function.class
Execute the LocalPart() function.class
Execute the Namespace() function.class
Execute the normalize-space() function.class
Execute the Not() function.class
Execute the Number() function.class
Execute the Position() function.class
Execute the Qname() function.class
Execute the round() function.class
Execute the StartsWith() function.class
Execute the String() function.class
Execute the StringLength() function.class
Execute the Substring() function.class
Execute the SubstringAfter() function.class
Execute the SubstringBefore() function.class
Execute the Sum() function.class
Base class for functions that accept two arguments.class
Base class for functions that accept three arguments.class
Base class for functions that accept one argument that can be defaulted if not specified.class
Base class for functions that accept an undetermined number of multiple arguments.class
Base class for functions that accept one argument.class
Execute the Translate() function.class
Execute the True() function.