Uses of Package
org.apache.xpath.functions
Packages that use org.apache.xpath.functions
Package
Description
Implementation of Xalan Extension Mechanism.
Implements the
Templates
interface,
and defines a set of classes that represent an XSLT stylesheet.In charge of run-time transformations and the production of result trees.
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.
-
Classes in org.apache.xpath.functions used by org.apache.xalan.extensionsClassDescriptionAn object of this class represents an extension call expression.This is a superclass of all XPath functions.
-
Classes in org.apache.xpath.functions used by org.apache.xalan.templatesClassDescriptionThis 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.An exception that is thrown if the wrong number of arguments to an exception are specified by the stylesheet.
-
Classes in org.apache.xpath.functions used by org.apache.xalan.transformer
-
Classes in org.apache.xpath.functions used by org.apache.xpathClassDescriptionAn object of this class represents an extension call expression.This is a superclass of all XPath functions.
-
Classes in org.apache.xpath.functions used by org.apache.xpath.axes
-
Classes in org.apache.xpath.functions used by org.apache.xpath.functionsClassDescriptionThis 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.
-
Classes in org.apache.xpath.functions used by org.apache.xpath.jaxp