XmlDocumentXPathExtensions 类

定义

XmlDocumentXmlNode 提供扩展方法,以便用于进行文档导航。

public ref class XmlDocumentXPathExtensions abstract sealed
public static class XmlDocumentXPathExtensions
type XmlDocumentXPathExtensions = class
Public Module XmlDocumentXPathExtensions
继承
XmlDocumentXPathExtensions

方法

CreateNavigator(XmlDocument)

创建新的 XPath 导航器对象,以用于在指定文档中进行导航。

CreateNavigator(XmlDocument, XmlNode)

创建 XPath 导航器对象,以用于在放置在指定节点上的指定文档中进行导航。

CreateNavigator(XmlNode)

创建 XPath 导航器,以用于在指定节点中进行导航。

SelectNodes(XmlNode, String)

选择与指定 XPath 表达式匹配的节点列表。

SelectNodes(XmlNode, String, XmlNamespaceManager)

选择与指定 XPath 表达式匹配的节点列表。 XPath 表达式中的任何前缀都使用提供的命名空间管理器进行解析。

SelectSingleNode(XmlNode, String)

选择与 XPath 表达式匹配的第一个节点。

SelectSingleNode(XmlNode, String, XmlNamespaceManager)

选择与 XPath 表达式匹配的第一个节点。 XPath 表达式中的任何前缀都使用提供的命名空间管理器进行解析。

ToXPathNavigable(XmlNode)

创建用于生成导航器的 IXPathNavigable 实例。

适用于