此内容没有您所选择的语言版本。
1.23. Creating "In-Result" Instances
- Supply Smooks with multiple result instances as seen in the API:
public void filterSource(Source source, Result... results) throws SmooksException
NoteSmooks does not support capturing result data from multiple result instances of the same type. For example, you can specify multiple StreamResult instances in theSmooks.filterSource
method call, but Smooks will only output to one of these StreamResult instances (the first one).