XPathNavigator.Select 方法

使用指定的 XPath 表达式选择节点集。

重载列表

名称 说明
XPathNavigator.Select (String) 使用指定的 XPath 表达式选择节点集。
XPathNavigator.Select (XPathExpression) 使用指定的 XPathExpression 来选择节点集。
XPathNavigator.Select (String, IXmlNamespaceResolver) 通过指定的 IXmlNamespaceResolver 对象使用指定的 XPath 表达式来选择节点集,以解析命名空间前缀。

请参见

参考

XPathNavigator 类
XPathNavigator 成员
System.Xml.XPath 命名空间
SelectNodes
SelectSingleNode
SelectDescendants
SelectChildren
SelectAncestors