XMLReaderSettings.Based on parameters set
Syntax:
Parameters:
<Version> (optional)
Version of XML specification used for reading. Possible values: 1.0 or 1.1.
Default value: 1.0.
<Language> (optional)
XML document language - start value of xml:lang attribute for XML document. Value of this parameter is a start value of property Lang of XMLReaderSettings object.
<SpaceCharacters> (optional)
Default value of xml:space attribute used during XMLreading. Affects property Space of XMLReaderSettings object.
Default value: Default.
<ValidityCheckType> (optional)
XML data validity check during reading.
Default value: NoValidate.
<IgnoreXMLDeclaration> (optional)
Ignore XML declaration during reading flag.
Default value: True.
<IgnoreDocumentType> (optional)
Ignore document type definition (DTD) flag.
Default value: True.
<IgnoreDataProcessorInstructions> (optional)
Ignore data processor instructions flag.
Default value: False.
<IgnoreComments> (optional)
Ignore comments flag.
Default value: False.
<IgnoreSpaceCharacters> (optional)
Ignore space characters during reading flag.
Default value: True.
<CDATASectionAsText> (optional)
CDATA sections interpretation as a text during XML reading flag.
Default value: False.
<UseIgnorableWhitespace> (optional)
Defines using Whitespace nodes for XML reading.
Default value: False.
Description: