public static class DocAvailable.ErrorDiscarder extends Object implements ErrorListener
Modifier and Type | Field and Description |
---|---|
static DocAvailable.ErrorDiscarder |
THE_INSTANCE |
Constructor and Description |
---|
ErrorDiscarder() |
Modifier and Type | Method and Description |
---|---|
void |
error(TransformerException exception) |
void |
fatalError(TransformerException exception) |
void |
warning(TransformerException exception) |
public static DocAvailable.ErrorDiscarder THE_INSTANCE
public void warning(TransformerException exception)
warning
in interface ErrorListener
public void error(TransformerException exception)
error
in interface ErrorListener
public void fatalError(TransformerException exception)
fatalError
in interface ErrorListener