com.icl.saxon
Class IdentityTransformer

java.lang.Object
  |
  +--javax.xml.transform.Transformer
        |
        +--com.icl.saxon.Controller
              |
              +--com.icl.saxon.IdentityTransformer
All Implemented Interfaces:
NodeOrderComparer

class IdentityTransformer
extends Controller


Fields inherited from class com.icl.saxon.Controller
DO_NOT_RECOVER, RECOVER_SILENTLY, RECOVER_WITH_WARNINGS
 
Constructor Summary
protected IdentityTransformer(TransformerFactoryImpl factory)
           
 
Method Summary
 void transform(javax.xml.transform.Source source, javax.xml.transform.Result result)
          Perform identify transformation from Source to Result
 
Methods inherited from class com.icl.saxon.Controller
addTraceListener, applyImports, applyTemplates, changeOutputDestination, changeToTextOutputDestination, clearDocumentPool, clearParameters, compare, disableWhitespaceStripping, getBindery, getDecimalFormatManager, getDocumentPool, getErrorListener, getKeyManager, getMessageEmitter, getNamePool, getOutputProperties, getOutputProperty, getOutputter, getParameter, getRecoveryPolicy, getRuleManager, getStandardURIResolver, getTraceListener, getTransformerFactory, getTreeModel, getURIResolver, getUserData, isLineNumbering, isTracing, isWhitespaceStrippingDisabled, makeBuilder, makeContext, makeMessageEmitter, pauseTracing, removeTraceListener, reportRecoverableError, reportRecoverableError, resetOutputDestination, run, setDecimalFormatManager, setDiagnosticName, setErrorListener, setLineNumbering, setMessageEmitter, setNamePool, setOutputProperties, setOutputProperty, setParameter, setParams, setPreparedStyleSheet, setRecoveryPolicy, setRuleManager, setTraceListener, setTreeModel, setURIResolver, setUserData, toString, transformDocument, usesPreviewMode
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentityTransformer

protected IdentityTransformer(TransformerFactoryImpl factory)
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
Following copied from class: com.icl.saxon.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".