This documentation is archived and is not being maintained.
XmlAtomicValue Class
Visual Studio 2010
Represents the typed value of a validated XML element or attribute. The XmlAtomicValue class cannot be inherited.
Assembly: System.Xml (in System.Xml.dll)
The XmlAtomicValue type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | IsNode | Gets a value indicating whether the validated XML element or attribute is an XPath node or an atomic value. (Overrides XPathItem::IsNode.) |
![]() ![]() | TypedValue | Gets the current validated XML element or attribute as a boxed object of the most appropriate Microsoft .NET Framework type according to its schema type. (Overrides XPathItem::TypedValue.) |
![]() ![]() | Value | Gets the string value of the validated XML element or attribute. (Overrides XPathItem::Value.) |
![]() ![]() | ValueAsBoolean | Gets the validated XML element or attribute's value as a Boolean. (Overrides XPathItem::ValueAsBoolean.) |
![]() ![]() | ValueAsDateTime | Gets the validated XML element or attribute's value as a DateTime. (Overrides XPathItem::ValueAsDateTime.) |
![]() ![]() | ValueAsDouble | Gets the validated XML element or attribute's value as a Double. (Overrides XPathItem::ValueAsDouble.) |
![]() ![]() | ValueAsInt | Gets the validated XML element or attribute's value as an Int32. (Overrides XPathItem::ValueAsInt.) |
![]() ![]() | ValueAsLong | Gets the validated XML element or attribute's value as an Int64. (Overrides XPathItem::ValueAsLong.) |
![]() ![]() | ValueType | Gets the Microsoft .NET Framework type of the validated XML element or attribute. (Overrides XPathItem::ValueType.) |
![]() ![]() | XmlType | Gets the XmlSchemaType for the validated XML element or attribute. (Overrides XPathItem::XmlType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Clone | Returns a copy of this XmlAtomicValue object. |
![]() ![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ToString | Gets the string value of the validated XML element or attribute. (Overrides Object::ToString().) |
![]() ![]() | ValueAs(Type) | Returns the item's value as the specified type. (Inherited from XPathItem.) |
![]() ![]() | ValueAs(Type, IXmlNamespaceResolver) | Returns the validated XML element or attribute's value as the type specified using the IXmlNamespaceResolver object specified to resolve namespace prefixes. (Overrides XPathItem::ValueAs(Type, IXmlNamespaceResolver).) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
