Class AnalyzeUri

    • Constructor Detail

      • AnalyzeUri

        public AnalyzeUri()
    • Method Detail

      • call

        public MapItem call​(XPathContext context,
                            Sequence[] arguments)
                     throws XPathException
        Evaluate this function call at run-time
        Parameters:
        context - The XPath dynamic evaluation context. Not used in this case
        arguments - The values of the arguments to the function call. In this case there are none.
        Returns:
        the result of the function. This will have a timezone, specifically, the platform default timezone. The returned value will be an instance of the built-in subtype xs:dateTimeStamp
        Throws:
        XPathException - if a dynamic error occurs during the evaluation of the expression