Class XSMIMEExtensionFunction

java.lang.Object
com.io7m.xstructural.vanilla.internal.xslt_extensions.XSMIMEExtensionFunction
All Implemented Interfaces:
net.sf.saxon.s9api.ExtensionFunction

public final class XSMIMEExtensionFunction extends Object implements net.sf.saxon.s9api.ExtensionFunction
The mimeOf extension function.
  • Constructor Details

    • XSMIMEExtensionFunction

      public XSMIMEExtensionFunction()
      The mimeOf extension function.
  • Method Details

    • getName

      public net.sf.saxon.s9api.QName getName()
      Specified by:
      getName in interface net.sf.saxon.s9api.ExtensionFunction
    • getResultType

      public net.sf.saxon.s9api.SequenceType getResultType()
      Specified by:
      getResultType in interface net.sf.saxon.s9api.ExtensionFunction
    • getArgumentTypes

      public net.sf.saxon.s9api.SequenceType[] getArgumentTypes()
      Specified by:
      getArgumentTypes in interface net.sf.saxon.s9api.ExtensionFunction
    • call

      public net.sf.saxon.s9api.XdmValue call(net.sf.saxon.s9api.XdmValue[] arguments)
      Specified by:
      call in interface net.sf.saxon.s9api.ExtensionFunction