XMLReaderSettings - Windows API Reference
Synopsis
The XMLReaderSettings structure defines the configuration parameters for an XMLReader object.
Members
Properties
-
AsyncTimeout
- The timeout in milliseconds used when calling asynchronous methods.
-
DiscardWhitespace
- If this property is set to
true, the XMLReader will discard whitespace characters during parsing.
-
IgnoreComments
- If this property is set to
true, the XMLReader will ignore comments during parsing.
-
IgnorePrefixes
- If this property is set to
true, the XMLReader will ignore XML namespace prefixes during parsing.
-
OmitXmlDeclaration
- If this property is set to
true, the XMLReader will not include the XML declaration () in the output.
-
Synchronous
- If this property is set to
true, the XMLReader will operate synchronously.
Remarks
The XMLReaderSettings structure is used to configure an XMLReader object. The settings control how the reader processes the XML document.