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.
| Name | Description | |
|---|---|---|
|
Async | Gets or sets whether asynchronous XmlReader methods can be used on a particular XmlReader instance. |
|
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. |
|
DtdProcessing | Gets or sets the DtdProcessing enumeration. |
|
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. |
|
XmlResolver | Sets the XmlResolver used to access external documents. |
Show: