Package net.sf.saxon.lib
Class ErrorGatherer
java.lang.Object
net.sf.saxon.lib.ErrorGatherer
- All Implemented Interfaces:
ErrorListener,UnfailingErrorListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(TransformerException exception) voidfatalError(TransformerException exception) voidwarning(TransformerException exception)
-
Field Details
-
errorList
List<StaticError> errorList
-
-
Constructor Details
-
ErrorGatherer
-
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorListener- Specified by:
warningin interfaceUnfailingErrorListener
-
error
- Specified by:
errorin interfaceErrorListener- Specified by:
errorin interfaceUnfailingErrorListener
-
fatalError
- Specified by:
fatalErrorin interfaceErrorListener- Specified by:
fatalErrorin interfaceUnfailingErrorListener
-