XmlValidatingReader Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| AttributeCount | Overridden. Gets the number of attributes on the current node. |
| BaseURI | Overridden. Gets the base URI of the current node. |
| CanReadBinaryContent | Overridden. Gets a value indicating whether the XmlValidatingReader implements the binary content read methods. |
| CanReadValueChunk | Gets a value indicating whether the XmlReader implements the ReadValueChunk method. (Inherited from XmlReader.) |
| CanResolveEntity | Overridden. Gets a value indicating whether this reader can parse and resolve entities. |
| Depth | Overridden. Gets the depth of the current node in the XML document. |
| Encoding | Gets the encoding attribute for the document. |
| EntityHandling | Gets or sets a value that specifies how the reader handles entities. |
| EOF | Overridden. Gets a value indicating whether the reader is positioned at the end of the stream. |
| HasAttributes | Gets a value indicating whether the current node has any attributes. (Inherited from XmlReader.) |
| HasValue | Overridden. Gets a value indicating whether the current node can have a Value other than String.Empty. |
| IsDefault | Overridden. Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the document type definition (DTD) or schema. |
| IsEmptyElement | Overridden. Gets a value indicating whether the current node is an empty element (for example, <MyElement/>). |
| Item | Overloaded. When overridden in a derived class, gets the value of the attribute. (Inherited from XmlReader.) |
| LineNumber | Gets the current line number. |
| LinePosition | Gets the current line position. |
| LocalName | Overridden. Gets the local name of the current node. |
| Name | Overridden. Gets the qualified name of the current node. |
| Namespaces | Gets or sets a value indicating whether to do namespace support. |
| NamespaceURI | Overridden. Gets the namespace Uniform Resource Identifier (URI) (as defined in the World Wide Web Consortium (W3C) Namespace specification) of the node on which the reader is positioned. |
| NameTable | Overridden. Gets the XmlNameTable associated with this implementation. |
| NodeType | Overridden. Gets the type of the current node. |
| Prefix | Overridden. Gets the namespace prefix associated with the current node. |
| QuoteChar | Overridden. Gets the quotation mark character used to enclose the value of an attribute node. |
| Reader | Gets the XmlReader used to construct this XmlValidatingReader. |
| ReadState | Overridden. Gets the state of the reader. |
| SchemaInfo | Gets the schema information that has been assigned to the current node as a result of schema validation. (Inherited from XmlReader.) |
| Schemas | Gets a XmlSchemaCollection to use for validation. |
| SchemaType | Gets a schema type object. |
| Settings | Overridden. Gets the XmlReaderSettings object that was used to create this XmlValidatingReader instance. |
| ValidationType | Gets or sets a value indicating the type of validation to perform. |
| Value | Overridden. Gets the text value of the current node. |
| ValueType | Gets The Common Language Runtime (CLR) type for the current node. (Inherited from XmlReader.) |
| XmlLang | Overridden. Gets the current xml:lang scope. |
| XmlResolver | Sets the XmlResolver used for resolving external document type definition (DTD) and schema location references. The XmlResolver is also used to handle any import or include elements found in XML Schema definition language (XSD) schemas. |
| XmlSpace | Overridden. Gets the current xml:space scope. |
Reference
XmlValidatingReader ClassSystem.Xml Namespace