IXmlTextParser.WhitespaceHandling 属性
定义
获取或设置一个值,该值指示在分析 XML 时如何处理空白。Gets or sets how white space is handled when parsing XML.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::Xml::WhitespaceHandling WhitespaceHandling { System::Xml::WhitespaceHandling get(); void set(System::Xml::WhitespaceHandling value); };
public System.Xml.WhitespaceHandling WhitespaceHandling { get; set; }
member this.WhitespaceHandling : System.Xml.WhitespaceHandling with get, set
Public Property WhitespaceHandling As WhitespaceHandling
属性值
WhitespaceHandling 枚举的一个成员,说明在分析 XML 时如何处理空白。A member of the WhitespaceHandling enumeration that describes how whites pace is handled when parsing XML.
注解
不应 IXmlTextParser Normalized 在代码中实现接口和属性。You should not implement the IXmlTextParser interface and Normalized property in your code. 请改用 Normalization 类的属性 XmlTextReader 。Instead use the Normalization property of the XmlTextReader class.