Castle.Components.DictionaryAdapter.Xml.CompiledXPath
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);
}
}