public class DelegatingErrorListener extends Object implements UnfailingErrorListener
Constructor and Description |
---|
DelegatingErrorListener(ErrorListener base) |
Modifier and Type | Method and Description |
---|---|
void |
error(TransformerException exception) |
void |
fatalError(TransformerException exception) |
ErrorListener |
getBaseErrorListener()
Get the ErrorListener that this DelegatingErrorListener delegates to.
|
void |
warning(TransformerException exception) |
public DelegatingErrorListener(ErrorListener base)
public void warning(TransformerException exception)
warning
in interface ErrorListener
warning
in interface UnfailingErrorListener
public void error(TransformerException exception)
error
in interface ErrorListener
error
in interface UnfailingErrorListener
public void fatalError(TransformerException exception)
fatalError
in interface ErrorListener
fatalError
in interface UnfailingErrorListener
public ErrorListener getBaseErrorListener()
Copyright (c) 2004-2017 Saxonica Limited. All rights reserved.