net.sf.saxon.functions
Class StandardFunction.Entry

java.lang.Object
  |
  +--net.sf.saxon.functions.StandardFunction.Entry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
StandardFunction

public static class StandardFunction.Entry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 SequenceType[] argumentTypes
           
 int cardinality
           
 java.lang.Class implementationClass
           
 ItemType itemType
           
 int maxArguments
           
 int minArguments
           
 java.lang.String name
           
 int opcode
           
 
Constructor Summary
StandardFunction.Entry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

implementationClass

public java.lang.Class implementationClass

opcode

public int opcode

minArguments

public int minArguments

maxArguments

public int maxArguments

itemType

public ItemType itemType

cardinality

public int cardinality

argumentTypes

public SequenceType[] argumentTypes
Constructor Detail

StandardFunction.Entry

public StandardFunction.Entry()