This class is similar in concept to the Unix "tee" command. Unlike {@link WBSAXFilterHandler}, this is not designed explicitly to be subclassed. It will ordinarily be used as is, plumbing fashion, to create an additional copy of an input stream, often for debugging purposes.
If the first handler generates an error, currently the second handler will not be called. This is, perhaps, not ideal, but I do not have time to implement this now. This behaviour may be changed later if required.
|
|
|
|