public interface XmlNamespaceInfoProvider
The extensions namespace must much the namespace provided at the ComponentBuildingDefinitionProvider.
| Modifier and Type | Method and Description |
|---|---|
Collection<XmlNamespaceInfo> |
getXmlNamespacesInfo()
Most likely, hand made extensions will return a single value since they only provide support for a namespace but for other
scenarios, like extensions build with the SDK, it may provide several values.
|
Collection<XmlNamespaceInfo> getXmlNamespacesInfo()
XmlNamespaceInfo with the relation between a prefix and it's namespace URI in XML.Copyright © 2019 MuleSoft, Inc.. All rights reserved.