IXmlTextParser 接口

定义

建立一个 Normalized 属性供 .NET 基础结构使用。Establishes a Normalized property for use by the .NET infrastructure.

此 API 支持产品基础结构,不能在代码中直接使用。

public interface class IXmlTextParser
public interface IXmlTextParser
type IXmlTextParser = interface
Public Interface IXmlTextParser

注解

不应 IXmlTextParser 在代码中实现该接口。You should not implement the IXmlTextParser interface in your code. 请改用 Normalization 类的属性 XmlTextReaderInstead use the Normalization property of the XmlTextReader class.

属性

Normalized

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置一个值,该值指示空白特性值是否规范化。Gets or sets whether white space and attribute values are normalized.

WhitespaceHandling

此 API 支持产品基础结构,不能在代码中直接使用。

获取或设置一个值,该值指示在分析 XML 时如何处理空白。Gets or sets how white space is handled when parsing XML.

适用于