| Package | Description |
|---|---|
| org.mule.runtime.dsl.api.xml.parser | |
| org.mule.runtime.dsl.internal.xml.parser |
| Modifier and Type | Method and Description |
|---|---|
static XmlConfigurationDocumentLoader |
XmlConfigurationDocumentLoader.schemaValidatingDocumentLoader(XmlGathererErrorHandlerFactory errorHandlerFactory)
Creates an
XmlConfigurationDocumentLoader using a parametrized XmlGathererErrorHandlerFactory to instantiate
XmlGathererErrorHandlers objects when executing the
XmlConfigurationDocumentLoader.loadDocument(Supplier, EntityResolver, String, InputStream) method. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultXmlGathererErrorHandlerFactory
Default implementation of
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. |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.