Package com.icl.saxon

Class IdentityTransformer

All Implemented Interfaces:
NodeOrderComparer

class IdentityTransformer extends Controller
  • Constructor Details

  • Method Details

    • transform

      public void transform(Source source, Result result) throws 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:
      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".