@designliquido/xpath
    Preparing search index...

    Type Alias XSLTExtensionFunction

    XSLTExtensionFunction: (context: XPathContext, ...args: any[]) => any

    Signature for an XSLT extension function.

    Extension functions receive arguments that have already been evaluated by the XPath parser and must return a valid XPath result type.

    Type Declaration