IXmlTextParser Interface
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.
Available since 2.0
