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

IXmlNamespaceSource

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