Class VendorFunctionSetHE

java.lang.Object
net.sf.saxon.functions.registry.BuiltInFunctionSet
net.sf.saxon.functions.registry.VendorFunctionSetHE
All Implemented Interfaces:
FunctionLibrary

public class VendorFunctionSetHE extends BuiltInFunctionSet
Implementation of vendor functions in the Saxon namespace, available in Saxon-HE because they are used internally. This library is available in all Saxon versions.
  • Method Details

    • getInstance

      public static VendorFunctionSetHE getInstance()
    • getNamespace

      public NamespaceUri getNamespace()
      Description copied from class: BuiltInFunctionSet
      Return the namespace URI for the functions local to this function set.
      Overrides:
      getNamespace in class BuiltInFunctionSet
      Returns:
      the namespace URI of the functions local to this function set. Note that functions imported from another function set may have a different namespace URI.
    • getConventionalPrefix

      public String getConventionalPrefix()
      Description copied from class: BuiltInFunctionSet
      Return a conventional prefix for use with this namespace, typically the prefix used in the documentation of these functions.
      Overrides:
      getConventionalPrefix in class BuiltInFunctionSet
      Returns:
      the string "fn"