<PackageReference Include="Castle.Core" Version="3.0.0.4001" />

IXmlNamespaceSource

public interface IXmlNamespaceSource
namespace Castle.Components.DictionaryAdapter.Xml { public interface IXmlNamespaceSource { string GetElementPrefix(IXmlNode node, string namespaceUri); string GetAttributePrefix(IXmlNode node, string namespaceUri); } }