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

XPathAdapter

public XPathContext Context { get; }

public XPathAdapter Parent { get; }

public XPathNavigator Root { get; }

public IXPathNavigable Source { get; }

public XPathAdapter()

protected XPathAdapter(XPathNavigator source, XPathAdapter parent)

protected XPathAdapter(Func<XPathNavigator> createSource, XPathAdapter parent)

public static XPathAdapter For(object adapter)

public static bool IsPropertyDefined(string propertyName, IDictionaryAdapter dictionaryAdapter)

public static bool IsPropertyDefined(string propertyName, IDictionaryAdapter dictionaryAdapter, XPathAdapter xpath)