The members of System.Xml.XmlValidatingReader are listed below.
See Also: Inherited members from System.Xml.XmlReader
Initializes a new instance of the XmlValidatingReader class that validates the content returned from the given System.Xml.XmlReader. | ||
Initializes a new instance of the XmlValidatingReader class with the specified values. | ||
Initializes a new instance of the XmlValidatingReader class with the specified values. |
[read-only] override | AttributeCount | int.
Gets the number of attributes on the current node. |
[read-only] override | BaseURI | string.
Gets the base URI of the current node. |
[read-only] override | CanReadBinaryContent | bool.
Gets a value indicating whether the System.Xml.XmlValidatingReader implements the binary content read methods. |
[read-only] override | CanResolveEntity | bool.
Gets a value indicating whether this reader can parse and resolve entities. |
[read-only] override | Depth | int.
Gets the depth of the current node in the XML document. |
[read-only] | Encoding | System.Text.Encoding.
Gets the encoding attribute for the document. |
EntityHandling | EntityHandling.
Gets or sets a value that specifies how the reader handles entities. | |
[read-only] override | EOF | bool.
Gets a value indicating whether the reader is positioned at the end of the stream. |
[read-only] override | HasValue | bool.
Gets a value indicating whether the current node can have a XmlValidatingReader.Value other than String.Empty. |
[read-only] override | IsDefault | bool.
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. |
[read-only] override | IsEmptyElement | bool.
Gets a value indicating whether the current node is an empty element (for example, <MyElement/>). |
[read-only] default property | Item(int) | string. Documentation for this section has not yet been entered. |
[read-only] default property | Item(string) | string. Documentation for this section has not yet been entered. |
[read-only] default property | Item(string, string) | string. Documentation for this section has not yet been entered. |
[read-only] | LineNumber | int.
Gets the current line number. |
[read-only] | LinePosition | int.
Gets the current line position. |
[read-only] override | LocalName | string.
Gets the local name of the current node. |
[read-only] override | Name | string.
Gets the qualified name of the current node. |
Namespaces | bool.
Gets or sets a value indicating whether to do namespace support. | |
[read-only] override | NamespaceURI | string.
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. |
[read-only] override | NameTable | XmlNameTable.
Gets the System.Xml.XmlNameTable associated with this implementation. |
[read-only] override | NodeType | XmlNodeType.
Gets the type of the current node. |
[read-only] override | Prefix | string.
Gets the namespace prefix associated with the current node. |
[read-only] override | QuoteChar | char.
Gets the quotation mark character used to enclose the value of an attribute node. |
[read-only] | Reader | XmlReader.
Gets the System.Xml.XmlReader used to construct this XmlValidatingReader. |
[read-only] override | ReadState | ReadState.
Gets the state of the reader. |
[read-only] | Schemas | System.Xml.Schema.XmlSchemaCollection.
Gets a System.Xml.Schema.XmlSchemaCollection to use for validation. |
[read-only] | SchemaType | object.
Gets a schema type object. |
[read-only] override | Settings | XmlReaderSettings.
Gets the System.Xml.XmlReaderSettings object that was used to create this System.Xml.XmlValidatingReader instance. |
ValidationType | ValidationType.
Gets or sets a value indicating the type of validation to perform. | |
[read-only] override | Value | string.
Gets the text value of the current node. |
[read-only] override | XmlLang | string.
Gets the current xml:lang scope. |
[write-only] | XmlResolver | XmlResolver.
Sets the System.Xml.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. |
[read-only] override | XmlSpace | XmlSpace.
Gets the current xml:space scope. |
override | Close()
| |
override | GetAttribute(int)
| |
override | GetAttribute(string)
| |
override | GetAttribute(string, string)
| |
HasLineInfo()
| ||
override | LookupNamespace(string)
| |
override | MoveToAttribute(int)
| |
override | MoveToAttribute(string)
| |
override | MoveToAttribute(string, string)
| |
override | MoveToElement()
| |
override | MoveToFirstAttribute()
| |
override | MoveToNextAttribute()
| |
override | Read()
| |
override | ReadAttributeValue()
| |
override | ReadContentAsBase64(byte[], int, int)
| |
override | ReadContentAsBinHex(byte[], int, int)
| |
override | ReadElementContentAsBase64(byte[], int, int)
| |
override | ReadElementContentAsBinHex(byte[], int, int)
| |
override | ReadString()
| |
ReadTypedValue()
| ||
override | ResolveEntity()
|
ValidationEventHandler |
Sets an event handler for receiving information about document type definition (DTD), XML-Data Reduced (XDR) schema, and XML Schema definition language (XSD) schema validation errors. |
System.Xml.IXmlNamespaceResolver.GetNamespacesInScope |
For a description of this member, see IXmlNamespaceResolver.GetNamespacesInScope(XmlNamespaceScope). | |
System.Xml.IXmlLineInfo.HasLineInfo |
Gets a value indicating whether the class can return line information. | |
[read-only] | System.Xml.IXmlLineInfo.LineNumber | int. Documentation for this section has not yet been entered. |
[read-only] | System.Xml.IXmlLineInfo.LinePosition | int. Documentation for this section has not yet been entered. |
System.Xml.IXmlNamespaceResolver.LookupPrefix |
For a description of this member, see IXmlNamespaceResolver.LookupPrefix(string). | |
[read-only] | Mono.Xml.IHasXmlParserContext.ParserContext | XmlParserContext. Documentation for this section has not yet been entered. |