public interface XmlParsingConfiguration
| Modifier and Type | Method and Description |
|---|---|
ConfigResource[] |
getArtifactConfigResources() |
EntityResolver |
getEntityResolver() |
ParsingPropertyResolver |
getParsingPropertyResolver() |
org.mule.runtime.api.util.ResourceLocator |
getResourceLocator() |
Supplier<SAXParserFactory> |
getSaxParserFactory() |
XmlConfigurationDocumentLoader |
getXmlConfigurationDocumentLoader() |
List<XmlNamespaceInfoProvider> |
getXmlNamespaceInfoProvider() |
ParsingPropertyResolver getParsingPropertyResolver()
ConfigResource[] getArtifactConfigResources()
ConfigResource[] of config resources.org.mule.runtime.api.util.ResourceLocator getResourceLocator()
Supplier<SAXParserFactory> getSaxParserFactory()
XmlConfigurationDocumentLoader getXmlConfigurationDocumentLoader()
EntityResolver getEntityResolver()
List<XmlNamespaceInfoProvider> getXmlNamespaceInfoProvider()
Copyright © 2020 MuleSoft, Inc.. All rights reserved.