Mvp.Xml API Documentation

XPathCache Members

XPathCache overview

Public Static Methods

EvaluateOverloaded. Evaluates the given expression and returns the typed result.
SelectOverloaded. Selects a node set using the specified XPath expression.
SelectNodesOverloaded. Selects a list of nodes matching the XPath expression.
SelectNodesSortedOverloaded. Selects a node set using the specified XPath expression and sort.
SelectSingleNodeOverloaded. Selects the first XmlNode that matches the XPath expression.
SelectSortedOverloaded. Selects a node set using the specified XPath expression and sort.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

XPathCache Class | Mvp.Xml.Common.XPath Namespace