A Processing Error is generated if a problem is encountered by an XML XMLProcess which prevents it from generating any events. Recovery from a processing error requires that there is a process in the pipeline after the process which reported the error. The least that this process must do is to trap the error and not forward it onto the rest of the pipeline. @deprecated The distinction between a {@link XMLStreamingException} and an{@link XMLProcessingException} is irrelevant in terms of error recovery so{@link XMLPipelineException} should be used instead.
|
|
|
|