Ce contenu n'est pas disponible dans la langue sélectionnée.
1.25. Event Stream Results
When Smooks processes a message, it produces a stream of events. If a
StreamResult
or DOMResult
is supplied in the Smooks.filterSource
call, Smooks will, by default, serialize the event stream (produced by the Source) to the supplied result as XML. (You can apply visitor logic to the event stream before serialization.)
Note
This is the mechanism used to perform a standard 1-input/1-xml-output character based transformation.