XmlReaderSettings Properties
.NET Framework 3.5
The XmlReaderSettings type exposes the following members.
| Name | Description | |
|---|---|---|
|
CheckCharacters | Gets or sets a value indicating whether to do character checking. |
|
CloseInput | Gets or sets a value indicating whether the underlying stream or TextReader should be closed when the reader is closed. |
|
ConformanceLevel | Gets or sets the level of conformance which the XmlReader will comply. |
|
IgnoreComments | Gets or sets a value indicating whether to ignore comments. |
|
IgnoreProcessingInstructions | Gets or sets a value indicating whether to ignore processing instructions. |
|
IgnoreWhitespace | Gets or sets a value indicating whether to ignore insignificant white space. |
|
LineNumberOffset | Gets or sets line number offset of the XmlReader object. |
|
LinePositionOffset | Gets or sets line position offset of the XmlReader object. |
|
MaxCharactersFromEntities | Gets or sets a value indicating the maximum allowable number of characters in a document that result from expanding entities. |
|
MaxCharactersInDocument | Gets or sets a value indicating the maximum allowable number of characters XML document. A zero (0) value means no limits on the size of the XML document. A non-zero value specifies the maximum size, in characters. |
|
NameTable | Gets or sets the XmlNameTable used for atomized string comparisons. |
|
ProhibitDtd | Gets or sets a value indicating whether to prohibit document type definition (DTD) processing. |
|
Schemas | Gets or sets the XmlSchemaSet to use when performing schema validation. |
|
ValidationFlags | Gets or sets a value indicating the schema validation settings. This setting applies to schema validating XmlReader objects (ValidationType property set to ValidationType.Schema). |
|
ValidationType | Gets or sets a value indicating whether the XmlReader will perform validation or type assignment when reading. |
|
XmlResolver | Sets the XmlResolver used to access external documents. |