IXmlTextParser Interface

Definition

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.

Applies to