public class ErrorGatherer extends Object implements UnfailingErrorListener
Constructor and Description |
---|
ErrorGatherer(List<StaticError> errorList) |
Modifier and Type | Method and Description |
---|---|
void |
error(TransformerException exception) |
void |
fatalError(TransformerException exception) |
void |
warning(TransformerException exception) |
public ErrorGatherer(List<StaticError> errorList)
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
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.