Module org.xbib.content.xml
Package org.xbib.content.xml.transform
Class DefaultStylesheetErrorListener
java.lang.Object
org.xbib.content.xml.transform.DefaultStylesheetErrorListener
- All Implemented Interfaces:
ErrorListener
An
ErrorListener that reacts to errors when parsing (compiling) the stylesheet.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidUnrecoverable errors cause an exception to be rethrown.void
-
Constructor Details
-
DefaultStylesheetErrorListener
public DefaultStylesheetErrorListener()
-
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorListener- Throws:
TransformerException
-
error
- Specified by:
errorin interfaceErrorListener- Throws:
TransformerException
-
fatalError
Unrecoverable errors cause an exception to be rethrown.- Specified by:
fatalErrorin interfaceErrorListener- Throws:
TransformerException
-