이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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 SmooksExceptionNoteSmooks does not support capturing result data from multiple result instances of the same type. For example, you can specify multiple StreamResult instances in theSmooks.filterSourcemethod call, but Smooks will only output to one of these StreamResult instances (the first one).