Class DocAvailable.ErrorDiscarder
java.lang.Object
net.sf.saxon.functions.DocAvailable.ErrorDiscarder
- All Implemented Interfaces:
ErrorListener
- Enclosing class:
DocAvailable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiderror(TransformerException exception) voidfatalError(TransformerException exception) voidwarning(TransformerException exception)
-
Field Details
-
THE_INSTANCE
-
-
Constructor Details
-
ErrorDiscarder
public ErrorDiscarder()
-
-
Method Details
-
warning
- Specified by:
warningin interfaceErrorListener
-
error
- Specified by:
errorin interfaceErrorListener
-
fatalError
- Specified by:
fatalErrorin interfaceErrorListener
-