Mono Class Library: System.Xml.XPath Namespace

System.Xml.XPath.XPathResultType Enumeration

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

Remarks

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

Members

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

Requirements

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