com.icl.saxon

Class IdentityTransformer

Implemented Interfaces:
NodeOrderComparer

(package private) class IdentityTransformer
extends Controller

Field Summary

Fields inherited from class com.icl.saxon.Controller

DO_NOT_RECOVER, RECOVER_SILENTLY, RECOVER_WITH_WARNINGS

Constructor Summary

IdentityTransformer(TransformerFactoryImpl factory)
Create a Controller and initialise variables.

Method Summary

void
transform(Source source, 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, makeStripper, pauseTracing, removeTraceListener, reportRecoverableError, reportRecoverableError, reset, resetOutputDestination, run, setDecimalFormatManager, setDiagnosticName, setErrorListener, setLineNumbering, setMessageEmitter, setNamePool, setOutputProperties, setOutputProperty, setParameter, setParams, setPreparedStyleSheet, setRecoveryPolicy, setRuleManager, setTraceListener, setTreeModel, setURIResolver, setUserData, toString, transform, transformDocument, usesPreviewMode

Constructor Details

IdentityTransformer

protected IdentityTransformer(TransformerFactoryImpl factory)
Create a Controller and initialise variables. Constructor is protected, the Controller should be created using newTransformer() in the PreparedStyleSheet class.

Method Details

transform

public void transform(Source source,
                      Result result)
            throws TransformerException
Perform identify transformation from Source to Result
Overrides:
transform in interface Controller