XmlReaderSettings Properties

XmlReaderSettings Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The XmlReaderSettings type exposes the following members.

  NameDescription
Public property Async Gets or sets whether asynchronous XmlReader methods can be used on a particular XmlReader instance.
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 which the XmlReader will comply.
Public property DtdProcessing Gets or sets the DtdProcessing enumeration.
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 MaxCharactersFromEntities Gets or sets a value indicating the maximum allowable number of characters in a document that result from expanding entities.
Public property 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.
Public property NameTable Gets or sets the XmlNameTable used for atomized string comparisons.
Public property XmlResolver Sets the XmlResolver used to access external documents.
Top

Show:
© 2017 Microsoft