Package net.sf.saxon

Class IdentityTransformer

    • Constructor Detail

      • IdentityTransformer

        protected IdentityTransformer​(Configuration config)
    • 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. May be null if and only if an initial template has been supplied.
        result - The destination for the result tree.
        Throws:
        javax.xml.transform.TransformerException