IXmlTextParser Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Establishes a Normalized property for use by the .NET infrastructure.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IXmlTextParser
public interface IXmlTextParser
type IXmlTextParser = interface
Public Interface IXmlTextParser
Remarks
You should not implement the IXmlTextParser interface in your code. Instead use the Normalization property of the XmlTextReader class.
Properties
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. |