The properties of System.Xml.XmlReaderSettings are listed below. For a list of all members, see the XmlReaderSettings Members list.
See Also: Inherited members from System.Object
Async | bool.
Gets or sets whether asynchronous System.Xml.XmlReader methods can be used on a particular System.Xml.XmlReader instance. | |
CheckCharacters | bool.
Gets or sets a value indicating whether to do character checking. | |
CloseInput | bool.
Gets or sets a value indicating whether the underlying stream or System.IO.TextReader should be closed when the reader is closed. | |
ConformanceLevel | ConformanceLevel.
Gets or sets the level of conformance which the System.Xml.XmlReader will comply. | |
DtdProcessing | DtdProcessing.
Gets or sets a value that determines the processing of DTDs. | |
IgnoreComments | bool.
Gets or sets a value indicating whether to ignore comments. | |
IgnoreProcessingInstructions | bool.
Gets or sets a value indicating whether to ignore processing instructions. | |
IgnoreWhitespace | bool.
Gets or sets a value indicating whether to ignore insignificant white space. | |
LineNumberOffset | int.
Gets or sets line number offset of the System.Xml.XmlReader object. | |
LinePositionOffset | int.
Gets or sets line position offset of the System.Xml.XmlReader object. | |
MaxCharactersFromEntities | long.
Gets or sets a value indicating the maximum allowable number of characters in a document that result from expanding entities. | |
MaxCharactersInDocument | long.
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 | XmlNameTable.
Gets or sets the System.Xml.XmlNameTable used for atomized string comparisons. | |
ProhibitDtd | bool.
Gets or sets a value indicating whether to prohibit document type definition (DTD) processing. This property is obsolete. Use XmlTextReader.DtdProcessing instead. | |
Schemas | System.Xml.Schema.XmlSchemaSet.
Gets or sets the System.Xml.Schema.XmlSchemaSet to use when performing schema validation. | |
ValidationFlags | System.Xml.Schema.XmlSchemaValidationFlags.
Gets or sets a value indicating the schema validation settings. This setting applies to schema validating System.Xml.XmlReader objects (XmlReaderSettings.ValidationType property set to ValidationType.Schema). | |
ValidationType | ValidationType.
Gets or sets a value indicating whether the System.Xml.XmlReader will perform validation or type assignment when reading. | |
[write-only] | XmlResolver | XmlResolver.
Sets the System.Xml.XmlResolver used to access external documents. |