CompiledXPathNode public class CompiledXPathNode Documentation Code public IList<CompiledXPathNode> Dependencies { get; } public bool IsAttribute { get; } public bool IsSelfReference { get; } public bool IsSimple { get; } public string LocalName { get; } public CompiledXPathNode NextNode { get; } public string Prefix { get; } public CompiledXPathNode PreviousNode { get; } public XPathExpression Value { get; }