XmlValidatingReader Properties
.NET Framework 1.1
The properties of the XmlValidatingReader class are listed here. For a complete list of XmlValidatingReader class members, see the XmlValidatingReader Members topic.
Public Properties
AttributeCount | Overridden. Gets the number of attributes on the current node. |
BaseURI | Overridden. Gets the base URI of the current node. |
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 (inherited from XmlReader) | Gets a value indicating whether the current node has any attributes. |
HasValue | Overridden. Gets a value indicating whether the current node can have a Value. |
IsDefault | Overridden. Gets a value indicating whether the current node is an attribute that was generated from the default value defined in the DTD or schema. |
IsEmptyElement | Overridden. Gets a value indicating whether the current node is an empty element (for example, <MyElement/>). |
Item | Overloaded. Overridden. Gets the value of the specified attribute.
In C#, this property is the indexer for the XmlValidatingReader class. |
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 URI (as defined in the 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. |
Schemas | Gets a XmlSchemaCollection to use for validation. |
SchemaType | Gets a schema type object. |
ValidationType | Gets a value describing what type of validation to perform. |
Value | Overridden. Gets the text value of the current node. |
XmlLang | Overridden. Gets the current xml:lang scope. |
XmlResolver | Sets the XmlResolver used for resolving external 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. |
