The members of System.Xml.XPath.XPathItem are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Xml.XPath.XPathItem class. |
[read-only] abstract | IsNode | bool.
When overridden in a derived class, gets a value indicating whether the item represents an XPath node or an atomic value. |
[read-only] abstract | TypedValue | object.
When overridden in a derived class, gets the current item as a boxed object of the most appropriate dnprdnext type according to its schema type. |
[read-only] abstract | Value | string.
When overridden in a derived class, gets the string value of the item. |
[read-only] abstract | ValueAsBoolean | bool.
When overridden in a derived class, gets the item's value as a bool. |
[read-only] abstract | ValueAsDateTime | DateTime.
When overridden in a derived class, gets the item's value as a DateTime. |
[read-only] abstract | ValueAsDouble | double.
When overridden in a derived class, gets the item's value as a double. |
[read-only] abstract | ValueAsInt | int.
When overridden in a derived class, gets the item's value as an int. |
[read-only] abstract | ValueAsLong | long.
When overridden in a derived class, gets the item's value as an long. |
[read-only] abstract | ValueType | Type.
When overridden in a derived class, gets the dnprdnext type of the item. |
[read-only] abstract | XmlType | System.Xml.Schema.XmlSchemaType.
When overridden in a derived class, gets the System.Xml.Schema.XmlSchemaType for the item. |
ValueAs(Type)
| ||
abstract | ValueAs(Type, System.Xml.IXmlNamespaceResolver)
|