jw3 commented on a change in pull request #431:
URL: https://github.com/apache/incubator-daffodil/pull/431#discussion_r510795979
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/DataProcessor.scala
##########
@@ -692,40 +699,35 @@ class DataProcessor private (
class ParseResult(dp: DataProcessor, override val resultState: PState)
extends DFDL.ParseResult
with WithDiagnosticsImpl
- with ErrorHandler {
Review comment:
Depends on the underlying validation, this sax handler is not required.
For example the Schematron validator doesnt use callbacks it just returns a
list of results you sort through
https://github.com/ctc-oss/daffodil-schematron-validator/blob/master/src/main/scala/com/ctc/daffodil/ext/SchematronValidator.scala#L19-L22
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]