Class OutputURIResolverWrapper

    • Constructor Detail

      • OutputURIResolverWrapper

        public OutputURIResolverWrapper​(OutputURIResolver resolver)
    • Method Detail

      • resolve

        public Receiver resolve​(XPathContext context,
                                java.lang.String href,
                                java.lang.String baseUri,
                                SerializationProperties properties)
                         throws XPathException
        Saxon calls this method when an xsl:result-document instruction with an href attribute is evaluated
        Specified by:
        resolve in interface ResultDocumentResolver
        Parameters:
        context - the dynamic evaluation context
        href - the effective value of the href attribute
        baseUri - the base output URI of the transformation (typically, the destination of the principal output
        properties -
        Returns:
        a new instance of the ResultDocumentInstance class; which Saxon will then call for further information.
        Throws:
        XPathException - if a result document cannot be opened