Class IdentityTransformer
java.lang.Object
javax.xml.transform.Transformer
com.icl.saxon.Controller
com.icl.saxon.IdentityTransformer
- All Implemented Interfaces:
NodeOrderComparer
-
Field Summary
Fields inherited from class Controller
DO_NOT_RECOVER, RECOVER_SILENTLY, RECOVER_WITH_WARNINGS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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, transformDocument, usesPreviewMode
-
Constructor Details
-
IdentityTransformer
-
-
Method Details
-
transform
Perform identify transformation from Source to Result- Overrides:
transformin classController- 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".
-