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) |
void |
warning(TransformerException exception) |
public DelegatingErrorListener(ErrorListener base)
public void warning(TransformerException exception)
warning in interface ErrorListenerwarning in interface UnfailingErrorListenerpublic void error(TransformerException exception)
error in interface ErrorListenererror in interface UnfailingErrorListenerpublic void fatalError(TransformerException exception)
fatalError in interface ErrorListenerfatalError in interface UnfailingErrorListenerCopyright (c) 2004-2015 Saxonica Limited. All rights reserved.