XPathVersion EnumerationXPathVersion EnumerationXPathVersion Enumeration

An enumeration specifying the version of the XPath specification that should be used.

Syntax

Public Enumeration XPathVersion
public enum XPathVersion
public:
enum XPathVersion
 
The XPathVersionXPathVersionXPathVersion type exposes the following members.

Members

 MemberDescription
MemberXPath20XPath20XPath20 XPath 2.0. This is the default.
MemberXPath30XPath30XPath30 XPath 3.0. Currently support for 3.0 is incomplete.

Top