System.Xml.Schema.XmlAtomicValue Members

The members of System.Xml.Schema.XmlAtomicValue are listed below.

See Also: Inherited members from System.Xml.XPath.XPathItem

Public Properties

[read-only]
override
IsNodebool.

Gets a value indicating whether the validated XML element or attribute is an XPath node or an atomic value.

[read-only]
override
TypedValueobject.

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.

[read-only]
override
Valuestring.

Gets the string value of the validated XML element or attribute.

[read-only]
override
ValueAsBooleanbool.

Gets the validated XML element or attribute's value as a bool.

[read-only]
override
ValueAsDateTimeDateTime.

Gets the validated XML element or attribute's value as a DateTime.

[read-only]
ValueAsDecimaldecimal. Documentation for this section has not yet been entered.
[read-only]
override
ValueAsDoubledouble.

Gets the validated XML element or attribute's value as a double.

[read-only]
override
ValueAsIntint.

Gets the validated XML element or attribute's value as an int.

[read-only]
override
ValueAsLonglong.

Gets the validated XML element or attribute's value as an long.

[read-only]
override
ValueTypeType.

Gets the Microsoft .NET Framework type of the validated XML element or attribute.

[read-only]
override
XmlTypeXmlSchemaType.

Gets the System.Xml.Schema.XmlSchemaType for the validated XML element or attribute.

Public Methods

Clone() : XmlAtomicValue

Returns a copy of this System.Xml.Schema.XmlAtomicValue object.

override
ToString() : string

Gets the string value of the validated XML element or attribute.

override
ValueAs(Type, System.Xml.IXmlNamespaceResolver) : object

Returns the validated XML element or attribute's value as the type specified using the System.Xml.IXmlNamespaceResolver object specified to resolve namespace prefixes.

Explicitly Implemented Interface Members

ICloneable.Clone

For a description of this member, see XmlAtomicValue.Clone.