@FunctionalInterface public interface AstXmlParserSupplier
AstXmlParser instances| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.ast.api.xml.AstXmlParser |
getParser(Set<org.mule.runtime.api.meta.model.ExtensionModel> extensions,
boolean disableValidations)
Returns an
AstXmlParser. |
org.mule.runtime.ast.api.xml.AstXmlParser getParser(Set<org.mule.runtime.api.meta.model.ExtensionModel> extensions, boolean disableValidations)
AstXmlParser. Each invocation might return either new instances or reuse previously yielded ones, but must
always honour the supplied arguments.extensions - the ExtensionModel instances configured in the parser.disableValidations - whether to disable validations.AstXmlParserCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.