@NoImplement
public interface XmlGathererErrorHandler
extends org.mule.apache.xerces.xni.parser.XMLErrorHandler
XMLErrorHandler which gathers as many errors as possible to be displayed later for either
logging purposes or to propagate an exception with the full list of errors.| Modifier and Type | Method and Description |
|---|---|
List<org.mule.apache.xerces.xni.parser.XMLParseException> |
getErrors() |
List<org.mule.apache.xerces.xni.parser.XMLParseException> getErrors()
XMLParseException exceptions gathered from
XMLErrorHandler#error(String, String, XMLErrorHandler).
An empty list means there were no error while parsing the file. Non null.Copyright © 2022 MuleSoft, Inc.. All rights reserved.