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 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 UnfailingErrorListenerpublic ErrorListener getBaseErrorListener()
Copyright (c) 2004-2015 Saxonica Limited. All rights reserved.