XmlReaderSettings Constructor
Collapse the table of content
Expand the table of content

XmlReaderSettings Constructor

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

Initializes a new instance of the XmlReaderSettings class.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

'Declaration
Public Sub New

The following table shows initial property values for an instance of XmlReaderSettings.

Property

Initial value

CheckCharacters

true.

ConformanceLevel

Document.

IgnoreComments

false.

IgnoreProcessingInstructions

false.

IgnoreWhitespace

false.

LineNumberOffset

0.

LinePositionOffset

0.

MaxCharactersFromEntities

0 (There is no limit on the number of characters that result from expanding entities).

MaxCharactersInDocument

0 (There is no limit on the size of the XML document).

NameTable

Nothing.

DtdProcessing

Prohibit

XmlResolver

A new XmlXapResolver object.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft