This uses the meta data suppplied during the building of the resource migrator to attempt to identify the resource based on it's name and content and then process it accordingly. @param meta Additional properties of the input stream. @param inputStream a stream to allow reading of the input resource. @param outputCreator an object which allows creation of a stream toallow writing to the output resource. @throws IOException if there was an I/O exception reading from the inputor writing to the output. @throws ResourceMigrationException if there was a migration error.
The XSL transformation will use a (SAX) EntityResolver if one was specified when creating the XSLStreamMigrator.
@see StreamMigrator#migrate @param input The input to transform @param output The output to transform to @param stepType of the step invoking this method
|
|
|
|
|
|
|
|
|
|
|
|
|
|