XmlValidatingReader Members
Public Constructors
XmlValidatingReader Constructor | Overloaded. Initializes a new instance of the XmlValidatingReader class. |
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. |
Public Methods
Close | Overridden. Changes the ReadState to Closed. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetAttribute | Overloaded. Overridden. Gets the value of an attribute. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsStartElement (inherited from XmlReader) | Overloaded. Tests if the current content node is a start tag. |
LookupNamespace | Overridden. Resolves a namespace prefix in the current element's scope. |
MoveToAttribute | Overloaded. Overridden. Moves to the specified attribute. |
MoveToContent (inherited from XmlReader) | Checks whether the current node is a content (non-white space text, CDATA, Element, EndElement, EntityReference, or EndEntity) node. If the node is not a content node, the reader skips ahead to the next content node or end of file. It skips over nodes of the following type: ProcessingInstruction, DocumentType, Comment, Whitespace, or SignificantWhitespace. |
MoveToElement | Overridden. Moves to the element that contains the current attribute node. |
MoveToFirstAttribute | Overridden. Moves to the first attribute. |
MoveToNextAttribute | Overridden. Moves to the next attribute. |
Read | Overridden. Reads the next node from the stream. |
ReadAttributeValue | Overridden. Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes. |
ReadElementString (inherited from XmlReader) | Overloaded. This is a helper method for reading simple text-only elements. |
ReadEndElement (inherited from XmlReader) | Checks that the current content node is an end tag and advances the reader to the next node. |
ReadInnerXml (inherited from XmlReader) | When overridden in a derived class, reads all the content, including markup, as a string. |
ReadOuterXml (inherited from XmlReader) | When overridden in a derived class, reads the content, including markup, representing this node and all its children. |
ReadStartElement (inherited from XmlReader) | Overloaded. Checks that the current node is an element and advances the reader to the next node. |
ReadString | Overridden. Reads the contents of an element or text node as a string. |
ReadTypedValue | Gets the common language runtime type for the specified XML Schema definition language (XSD) type. |
ResolveEntity | Overridden. Resolves the entity reference for EntityReference nodes. |
Skip (inherited from XmlReader) | Skips the children of the current node. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Public Events
ValidationEventHandler | Sets an event handler for receiving information about DTD, XML-Data Reduced (XDR) schema, and XML Schema definition language (XSD) schema validation errors. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |



