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