Package net.sf.saxon.lib
Interface UnfailingErrorListener
- All Superinterfaces:
ErrorListener
- All Known Implementing Classes:
DelegatingErrorListener,ErrorGatherer,StandardErrorListener
Created by IntelliJ IDEA.
User: mike
Date: 05/07/2013
Time: 12:28
To change this template use File | Settings | File Templates.
-
Method Summary
Modifier and TypeMethodDescriptionvoiderror(TransformerException exception) voidfatalError(TransformerException exception) voidwarning(TransformerException exception)
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorListener
-
error
- Specified by:
errorin interfaceErrorListener
-
fatalError
- Specified by:
fatalErrorin interfaceErrorListener
-