Package org.loboevolution.apache.xpath.functions
package org.loboevolution.apache.xpath.functions
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.
-
ClassDescriptionExecute the Boolean() function.Execute the Ceiling() function.Execute the Concat() function.Execute the Contains() function.Execute the Count() function.Execute the False() function.Execute the Floor() function.Execute the Id() function.Execute the Lang() function.Execute the Last() function.Execute the LocalPart() function.Execute the Namespace() function.Execute the normalize-space() function.Execute the Not() function.Execute the Number() function.Execute the Position() function.Execute the Qname() function.Execute the round() function.Execute the StartsWith() function.Execute the String() function.Execute the StringLength() function.Execute the Substring() function.Execute the SubstringAfter() function.Execute the SubstringBefore() function.Execute the Sum() function.This 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.Execute the Translate() function.Execute the True() function.An exception that is thrown if the wrong number of arguments to an exception are specified by the stylesheet.