Mono Class Library: System.Xml.XPath Namespace

System.Xml.XPath.XPathResultType Enumeration

The type that will be returned from an XPath expression. [Edit]
public enum XPathResultType

Remarks

This can be used to distinguish between the various return types from an XPath expression. [Edit]

Members

Member NameDescription
AnyThe expression could return any type. [Edit]
BooleanA boolean. The returned object will be of type System.Boolean. [Edit]
ErrorThe expression was not able to be compiled. [Edit]
NavigatorReturn type of navigator. This is not currently used. [Edit]
NodeSetA nodeset. The returned object will be an XPathNodeIterator. [Edit]
NumberA number. The retun type will be of type System.Double. [Edit]
StringReturn type of string. The returned object will be a System.String. [Edit]

Requirements

Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0