IXmlTextParser Interface
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Establishes a Normalized property for use by the .NET Framework infrastructure.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Normalized | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets whether white space and attribute values are normalized. |
![]() | WhitespaceHandling | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets how white space is handled when parsing XML. |
You should not implement the IXmlTextParser interface in your code. Instead use the Normalization property of the XmlTextReader class.
.NET Framework
Available since 2.0
Available since 2.0
Show:
