Uses of Package
org.loboevolution.apache.xpath.functions
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.
-
-
-
ClassDescriptionThis is a superclass of all XPath functions.Base class for functions that accept two arguments.Base class for functions that accept three arguments.Base class for functions that accept one argument that can be defaulted if not specified.Base class for functions that accept an undetermined number of multiple arguments.Base class for functions that accept one argument.An exception that is thrown if the wrong number of arguments to an exception are specified by the stylesheet.