Package com.icl.saxon

Class IdentityTransformer

    • Method Detail

      • transform

        public void transform​(javax.xml.transform.Source source,
                              javax.xml.transform.Result result)
                       throws javax.xml.transform.TransformerException
        Perform identify transformation from Source to Result
        Overrides:
        transform in class Controller
        Parameters:
        source - The input for the source tree.
        result - The destination for the result tree.
        Throws:
        javax.xml.transform.TransformerException - if the transformation fails. As a special case, the method throws a TerminationException (a subclass of TransformerException) if the transformation was terminated using xsl:message terminate="yes".