public class DefaultXmlGathererErrorHandlerFactory extends Object implements XmlGathererErrorHandlerFactory
XmlGathererErrorHandlerFactory which will return the DefaultXmlLoggerErrorHandler
instance that registers all errors when ErrorHandler.error(SAXParseException) is called, to then return the complete
gathered list of exceptions through XmlGathererErrorHandler.getErrors() method.| Constructor and Description |
|---|
DefaultXmlGathererErrorHandlerFactory() |
public DefaultXmlGathererErrorHandlerFactory()
public XmlGathererErrorHandler create()
create in interface XmlGathererErrorHandlerFactoryXmlGathererErrorHandler to be used when executing
MuleDocumentLoader#loadDocument(Supplier, InputSource, EntityResolver, ErrorHandler, int, boolean)Copyright © 2025 MuleSoft, Inc.. All rights reserved.