Interface SaxonXQueryTransformerPluginExtension

    • Method Detail

      • getXQueryTransformer

        javax.xml.transform.Transformer getXQueryTransformer​(javax.xml.transform.Source source,
                                                             ro.sync.exml.editor.xmleditor.transform.advanced.XQuerySaxonHEAdvancedOptions advOptions,
                                                             javax.xml.transform.URIResolver uriResolver,
                                                             boolean validationOnly)
                                                      throws ro.sync.exml.editor.xmleditor.ErrorListException
        Get an XQuery transformer.
        Parameters:
        source - The XQuery source.
        advOptions - Advanced options. Can be XQuerySaxonHEAdvancedOptions, XQuerySaxonPEAdvancedOptions or XQuerySaxonEEAdvancedOptions.
        uriResolver - The URI resolver.
        validationOnly - true if the transformer is used only to compile the query, to see if there are any errors.
        Returns:
        The transformer if created.
        Throws:
        ro.sync.exml.editor.xmleditor.ErrorListException