XmlReaderSettings
Gets or sets a value indicating whether to do character checking.
Gets or sets a value indicating whether the underlying stream or TextReader should be closed when the reader is closed.
Gets or sets the level of conformance which the XmlReader will comply.
Gets or sets a value that determines the processing of DTDs.
Gets or sets a value indicating whether to ignore comments.
Gets or sets a value indicating whether to ignore processing instructions.
Gets or sets a value indicating whether to ignore insignificant white space.
Gets or sets line number offset of the XmlReader object.
Gets or sets line position offset of the XmlReader object.
Gets or sets a value indicating the maximum allowable number of characters in a document that result from expanding entities.
Gets or sets a value indicating the maximum allowable number of characters in an 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.
Gets or sets the XmlNameTable used for atomized string comparisons.
public XmlReaderSettings()
Initializes a new instance of the XmlReaderSettings class.
Creates a copy of the XmlReaderSettings instance.
Resets the members of the settings class to their default values.