class IdentityTransformer extends Controller
Modifier | Constructor and Description |
---|---|
protected |
IdentityTransformer(Configuration config) |
Modifier and Type | Method and Description |
---|---|
void |
transform(Source source,
Result result)
Perform identify transformation from Source to Result
|
addTraceListener, checkUniqueOutputDestination, clearDocumentPool, clearParameters, defineGlobalParameters, getBaseOutputURI, getBindery, getClassLoader, getConfiguration, getContextForGlobalVariables, getCurrentDateTime, getDocumentPool, getErrorListener, getExecutable, getInitialContextItem, getInitialMode, getInitialTemplate, getInstructionInfo, getKeyManager, getMessageEmitter, getNamePool, getOutputProperties, getOutputProperty, getOutputURIResolver, getParameter, getPrincipalResult, getPrincipalSourceDocument, getRecoveryPolicy, getRememberedNumber, getRuleManager, getStandardURIResolver, getTraceListener, getURIResolver, getUserData, initializeController, isTracing, isUnusedOutputDestination, makeBuilder, makeCharacterMapExpander, makeMessageEmitter, makePipelineConfiguration, makeStripper, newXPathContext, pauseTracing, preEvaluateGlobals, prepareInputTree, prepareNextStylesheet, recoverableError, registerDocument, removeTraceListener, reportFatalError, reset, setBaseOutputURI, setClassLoader, setCurrentDateTime, setErrorListener, setExecutable, setInitialContextItem, setInitialMode, setInitialTemplate, setMessageEmitter, setOutputProperties, setOutputProperty, setOutputURIResolver, setParameter, setPreparedStylesheet, setPrincipalSourceDocument, setRememberedNumber, setRuleManager, setTreeModel, setURIResolver, setUserData, transformDocument, unravel
protected IdentityTransformer(Configuration config)
public void transform(Source source, Result result) throws TransformerException
transform
in class Controller
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.TransformerException