Package com.icl.saxon.functions

This package provides implementations of all the supplied functions for use in XPath expressions.

See:
          Description

Class Summary
BooleanFn  
Ceiling  
Concat  
Contains  
Count  
Current  
Document  
ElementAvailable  
Extensions This class implements functions that are supplied as standard with SAXON, but which are not defined in the XSLT or XPath specifications.
Floor  
FormatNumber  
FunctionAvailable  
GenerateId  
Id  
Key  
Lang  
Last  
LocalName  
NameFn  
NamespaceURI  
NormalizeSpace  
Not  
NumberFn  
Position  
Round  
StartsWith  
StringFn  
StringLength  
Substring  
SubstringAfter  
SubstringBefore  
Sum  
SystemProperty  
Translate  
UnparsedEntityURI  
 

Package com.icl.saxon.functions Description

This package provides implementations of all the supplied functions for use in XPath expressions.

There is one class for each standard (XSLT or XPath defined) function. These all inherit from the class com.icl.saxon.expr.Function.

There is also a class Extensions which implements SAXON-defined extension functions. This contains one method for each extension function.


Michael H. Kay
1 December 1999