Class XSLTFunction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String INVALID_NUMBER_PARAMS  
      static java.lang.String XSLT_NAMESPACE
      The current (and ever changing) XSLT namespace
    • Constructor Summary

      Constructors 
      Constructor Description
      XSLTFunction​(java.lang.String name)
      Creates a new XSLTFunction with the given name.
    • Field Detail

      • XSLT_NAMESPACE

        public static final java.lang.String XSLT_NAMESPACE
        The current (and ever changing) XSLT namespace
        See Also:
        Constant Field Values
      • INVALID_NUMBER_PARAMS

        public static final java.lang.String INVALID_NUMBER_PARAMS
        See Also:
        Constant Field Values
    • Constructor Detail

      • XSLTFunction

        public XSLTFunction​(java.lang.String name)
        Creates a new XSLTFunction with the given name.
        Parameters:
        name - the function name.
    • Method Detail

      • getNamespaceURI

        public java.lang.String getNamespaceURI()
        Returns the namespace URI of this function.
        Specified by:
        getNamespaceURI in class XPathFunction
        Returns:
        The namespace URI of this function
      • getFunctionName

        public java.lang.String getFunctionName()
        Returns the name of this function.
        Specified by:
        getFunctionName in class XPathFunction
        Returns:
        The name of this function