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
DocumentLoader.loadDocument(InputSource, EntityResolver, ErrorHandler, int, boolean)Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.