<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.0.0-beta-22416" />

XmlDocumentExtensions

public static class XmlDocumentExtensions
public static XPathNavigator CreateNavigator(this XmlNode node)

public static XPathNavigator CreateNavigator(this XmlDocument document)

public static XPathNavigator CreateNavigator(this XmlDocument document, XmlNode node)

public static XmlNodeList SelectNodes(this XmlNode node, string xpath)

public static XmlNodeList SelectNodes(this XmlNode node, string xpath, XmlNamespaceManager nsmgr)

public static XmlNode SelectSingleNode(this XmlNode node, string xpath)

public static XmlNode SelectSingleNode(this XmlNode node, string xpath, XmlNamespaceManager nsmgr)

public static IXPathNavigable ToXPathNavigable(this XmlNode node)