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

Castle.Components.DictionaryAdapter.Xml.CompiledXPath

public class CompiledXPath
namespace Castle.Components.DictionaryAdapter.Xml { public interface IXmlNamespaceSource { string GetElementPrefix(IXmlNode node, string namespaceUri); string GetAttributePrefix(IXmlNode node, string namespaceUri); } } namespace Castle.Components.DictionaryAdapter.Xml { public class CompiledXPath { public XPathExpression Path { get; } public CompiledXPathStep FirstStep { get; } public CompiledXPathStep LastStep { get; } public int Depth { get; } public bool IsCreatable { get; } public void SetContext(XsltContext context); } }