Share via


XmlReaderSettings Members

The following tables list the members exposed by the XmlReaderSettings type.

Public Constructors

Name Description
Public Method XmlReaderSettings Initializes a new instance of the XmlReaderSettings class.

Public Properties

Name Description
Public Property CheckCharacters Gets or sets a value indicating whether to do character checking.
Public Property CloseInput Gets or sets a value indicating whether the underlying stream or TextReader should be closed when the reader is closed.
Public Property ConformanceLevel Gets or sets the level of conformance with which the XmlReader will comply.
Public Property IgnoreComments Gets or sets a value indicating whether to ignore comments.
Public Property IgnoreProcessingInstructions Gets or sets a value indicating whether to ignore processing instructions.
Public Property IgnoreWhitespace Gets or sets a value indicating whether to ignore insignificant white space.
Public Property LineNumberOffset Gets or sets line number offset of the XmlReader object.
Public Property LinePositionOffset Gets or sets line position offset of the XmlReader object.
Public Property NameTable Gets or sets the XmlNameTable used for atomized string comparisons.
Public Property ValidationType Gets or sets a value indicating whether the XmlReader will perform validation or type assignment when reading.
Public Property XsdValidate Gets or sets a value indicating whether the XmlReader will perform validation or type assignment when reading.

Public Methods

Name Description
Public Method Clone Creates a copy of the XmlReaderSettings instance.
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method Reset Specifies a set of features to support on the XmlReader object created by the Create method.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

XmlReaderSettings Class
System.Xml Namespace