Class VendorFunctionSetPE

java.lang.Object
net.sf.saxon.functions.registry.BuiltInFunctionSet
com.saxonica.functions.extfn.VendorFunctionSetPE
All Implemented Interfaces:
FunctionLibrary

public class VendorFunctionSetPE extends BuiltInFunctionSet
The VendorFunctionLibraryPE represents additions to the set of Saxon vendor-supplied extension functions that are available only with the Saxon-PE and Saxon-EE editions
  • Constructor Details

    • VendorFunctionSetPE

      public VendorFunctionSetPE()
  • Method Details

    • getInstance

      public static VendorFunctionSetPE getInstance()
    • getNamespace

      public NamespaceUri getNamespace()
      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"