Uses of Interface
org.mule.runtime.dsl.api.xml.parser.XmlGathererErrorHandlerFactory
Packages that use XmlGathererErrorHandlerFactory
-
Uses of XmlGathererErrorHandlerFactory in org.mule.runtime.dsl.api.xml.parser
Methods in org.mule.runtime.dsl.api.xml.parser with parameters of type XmlGathererErrorHandlerFactoryModifier and TypeMethodDescriptionXmlConfigurationDocumentLoader.schemaValidatingDocumentLoader(XmlGathererErrorHandlerFactory errorHandlerFactory) Creates anXmlConfigurationDocumentLoaderusing a parametrizedXmlGathererErrorHandlerFactoryto instantiateXmlGathererErrorHandlers objects when executing theXmlConfigurationDocumentLoader.loadDocument(Supplier, EntityResolver, String, InputStream)method. -
Uses of XmlGathererErrorHandlerFactory in org.mule.runtime.dsl.internal.xml.parser
Classes in org.mule.runtime.dsl.internal.xml.parser that implement XmlGathererErrorHandlerFactoryModifier and TypeClassDescriptionclassDefault implementation ofXmlGathererErrorHandlerFactorywhich will return theDefaultXmlLoggerErrorHandlerinstance that registers all errors whenErrorHandler.error(SAXParseException)is called, to then return the complete gathered list of exceptions throughXmlGathererErrorHandler.getErrors()method.