Serialized Form

Package net.sf.saxon.functions

Class net.sf.saxon.functions.StandardFunction.Entry extends java.lang.Object implements Serializable

Serialized Fields

name

 String name
The name of the function: a local name in the case of functions in the standard library, or a name with the conventional prefix "saxon:" in the case of Saxon extension functions

implementationClass

 Class implementationClass
The class containing the implementation of this function (always a subclass of SystemFunction)

opcode

 int opcode
Some classes support more than one function. In these cases the particular function is defined by an integer opcode, whose meaning is local to the implementation class.

minArguments

 int minArguments
The minimum number of arguments required

maxArguments

 int maxArguments
The maximum number of arguments permitted

itemType

 ItemType itemType
The item type of the result of the function

cardinality

 int cardinality
The cardinality of the result of the function

argumentTypes

 SequenceType[] argumentTypes
An array holding the types of the arguments to the function

resultIfEmpty

 Value[] resultIfEmpty
An array holding, for each declared argument, the value that is to be returned if an empty sequence as the value of this argument allows the result to be determined irrespective of the values of the other arguments; null if there is no such calculation possible

Package net.sf.saxon.sort

Class net.sf.saxon.sort.AlphanumericCollator extends java.lang.Object implements Serializable

Serialized Fields

baseCollator

 StringCollator baseCollator

Class net.sf.saxon.sort.DescendingComparer extends java.lang.Object implements Serializable

Serialized Fields

baseComparer

 AtomicComparer baseComparer

Class net.sf.saxon.sort.EmptyGreatestComparer extends java.lang.Object implements Serializable

Serialized Fields

baseComparer

 AtomicComparer baseComparer

Class net.sf.saxon.sort.LowercaseFirstCollator extends java.lang.Object implements Serializable

Serialized Fields

baseCollator

 StringCollator baseCollator

Class net.sf.saxon.sort.NumericComparer extends java.lang.Object implements Serializable

Class net.sf.saxon.sort.TextComparer extends java.lang.Object implements Serializable

Serialized Fields

baseComparer

 AtomicComparer baseComparer

Class net.sf.saxon.sort.UppercaseFirstCollator extends java.lang.Object implements Serializable

Serialized Fields

baseCollator

 StringCollator baseCollator