Package net.sf.saxon.functions.registry
Class ParamKeywords
- java.lang.Object
-
- net.sf.saxon.functions.registry.ParamKeywords
-
public class ParamKeywords extends Object
Data-only class to define the keywords used for parameters of built-in functions. The parameter names are significant because they can be used as keywords in a 4.0 function call. Note that the bulk of the body of this class is system-generated from the function catalog using the tool generate-keyword-declarations.xsl.
-
-
Field Summary
Fields Modifier and Type Field Description static Map<String,String>
arrayParamNames
static Map<String,String>
fnParamNames
static Map<String,String>
mapParamNames
static Map<String,String>
mathParamNames
-
Constructor Summary
Constructors Constructor Description ParamKeywords()
-