Package net.sf.saxon

Class IdentityTransformer

All Implemented Interfaces:
InstructionInfoProvider

class IdentityTransformer extends Controller
  • Constructor Details

    • IdentityTransformer

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