Package com.xmlcalabash.util
Class SaxonErrorReporter
-
- All Implemented Interfaces:
-
net.sf.saxon.lib.ErrorReporter
public final class SaxonErrorReporter implements ErrorReporter
-
-
Field Summary
Fields Modifier and Type Field Description private final XmlProcessingError
error
private final XProcStepConfiguration
stepConfig
-
Constructor Summary
Constructors Constructor Description SaxonErrorReporter(XProcStepConfiguration stepConfig)
-
Method Summary
Modifier and Type Method Description final XmlProcessingError
getError()
final XProcStepConfiguration
getStepConfig()
Unit
report(XmlProcessingError error)
-
-
Constructor Detail
-
SaxonErrorReporter
SaxonErrorReporter(XProcStepConfiguration stepConfig)
-
-
Method Detail
-
getError
final XmlProcessingError getError()
-
getStepConfig
final XProcStepConfiguration getStepConfig()
-
-
-
-