XmlValidatingReader Properties
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Assembly: System.Xml (in System.Xml.dll)
Name | Description | |
---|---|---|
![]() | AttributeCount | Gets the number of attributes on the current node.(Overrides XmlReader.AttributeCount.) |
![]() | BaseURI | Gets the base URI of the current node.(Overrides XmlReader.BaseURI.) |
![]() | CanReadBinaryContent | Gets a value indicating whether the XmlValidatingReader implements the binary content read methods.(Overrides XmlReader.CanReadBinaryContent.) |
![]() | CanReadValueChunk | Gets a value indicating whether the XmlReader implements the ReadValueChunk method.(Inherited from XmlReader.) |
![]() | CanResolveEntity | Gets a value indicating whether this reader can parse and resolve entities.(Overrides XmlReader.CanResolveEntity.) |
![]() | Depth | Gets the depth of the current node in the XML document.(Overrides XmlReader.Depth.) |
![]() | Encoding | Gets the encoding attribute for the document. |
![]() | EntityHandling | Gets or sets a value that specifies how the reader handles entities. |
![]() | EOF | Gets a value indicating whether the reader is positioned at the end of the stream.(Overrides XmlReader.EOF.) |
![]() | HasAttributes | Gets a value indicating whether the current node has any attributes.(Inherited from XmlReader.) |
![]() | HasValue | Gets a value indicating whether the current node can have a Value other than String.Empty.(Overrides XmlReader.HasValue.) |
![]() | IsDefault | 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.(Overrides XmlReader.IsDefault.) |
![]() | IsEmptyElement | Gets a value indicating whether the current node is an empty element (for example, <MyElement/>).(Overrides XmlReader.IsEmptyElement.) |
![]() | Item[Int32] | When overridden in a derived class, gets the value of the attribute with the specified index.(Inherited from XmlReader.) |
![]() | Item[String] | |
![]() | Item[String, String] | When overridden in a derived class, gets the value of the attribute with the specified LocalName and NamespaceURI.(Inherited from XmlReader.) |
![]() | LineNumber | Gets the current line number. |
![]() | LinePosition | Gets the current line position. |
![]() | LocalName | Gets the local name of the current node.(Overrides XmlReader.LocalName.) |
![]() | Name | Gets the qualified name of the current node.(Overrides XmlReader.Name.) |
![]() | Namespaces | Gets or sets a value indicating whether to do namespace support. |
![]() | NamespaceURI | 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.(Overrides XmlReader.NamespaceURI.) |
![]() | NameTable | Gets the XmlNameTable associated with this implementation.(Overrides XmlReader.NameTable.) |
![]() | NodeType | Gets the type of the current node.(Overrides XmlReader.NodeType.) |
![]() | Prefix | Gets the namespace prefix associated with the current node.(Overrides XmlReader.Prefix.) |
![]() | QuoteChar | Gets the quotation mark character used to enclose the value of an attribute node.(Overrides XmlReader.QuoteChar.) |
![]() | Reader | Gets the XmlReader used to construct this XmlValidatingReader. |
![]() | ReadState | Gets the state of the reader.(Overrides XmlReader.ReadState.) |
![]() | 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 | Gets the XmlReaderSettings object used to create this XmlReader instance.(Inherited from XmlReader.) |
![]() | ValidationType | Gets or sets a value indicating the type of validation to perform. |
![]() | Value | Gets the text value of the current node.(Overrides XmlReader.Value.) |
![]() | ValueType | Gets The Common Language Runtime (CLR) type for the current node.(Inherited from XmlReader.) |
![]() | XmlLang | Gets the current xml:lang scope.(Overrides XmlReader.XmlLang.) |
![]() | 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 | Gets the current xml:space scope.(Overrides XmlReader.XmlSpace.) |