示例#1
0
 public static IXPathNavigable ToNavigable(this SemanticModel tree, string?baseUri = null) =>
 new ExtensibleNavigator(tree.AsNode(baseUri));