Uses of Class
org.mule.runtime.dsl.api.xml.parser.XmlConfigurationDocumentLoader
Packages that use XmlConfigurationDocumentLoader
-
Uses of XmlConfigurationDocumentLoader in org.mule.runtime.dsl.api.xml.parser
Methods in org.mule.runtime.dsl.api.xml.parser that return XmlConfigurationDocumentLoaderModifier and TypeMethodDescriptionXmlParsingConfiguration.getXmlConfigurationDocumentLoader()Deprecated.XmlConfigurationDocumentLoader.noValidationDocumentLoader()Creates anXmlConfigurationDocumentLoaderthat will ignore XSD validation when executing theloadDocument(Supplier, EntityResolver, String, InputStream)method.XmlConfigurationDocumentLoader.schemaValidatingDocumentLoader()Creates anXmlConfigurationDocumentLoaderusing the defaultDefaultXmlGathererErrorHandlerFactoryto instantiateXmlGathererErrorHandlers objects when executing theloadDocument(Supplier, EntityResolver, String, InputStream)method.XmlConfigurationDocumentLoader.schemaValidatingDocumentLoader(XmlGathererErrorHandlerFactory errorHandlerFactory) Creates anXmlConfigurationDocumentLoaderusing a parametrizedXmlGathererErrorHandlerFactoryto instantiateXmlGathererErrorHandlers objects when executing theloadDocument(Supplier, EntityResolver, String, InputStream)method.