Namespace Cuemon.Xml.XPath
Assembly: Cuemon.Xml.dll
Simplify creating XPathDocument instances from various data sources without manual XPath document construction. Use this namespace when you need to query structured data with XPath expressions. Start with XPathDocumentFactory for creating XPath documents, or the extension methods on IXPathNavigable for XPath-based data queries.
Availability: .NET 10, .NET 9 and .NET Standard 2.0
Complements: System.Xml.XPath namespace 🔗
Classes
XPathDocumentFactory
Provides access to factory methods for creating and configuring IXPathNavigable instances.