Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

72 lines
3.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="IXmlTextParser" FullName="System.Xml.Serialization.IXmlTextParser">
<TypeSignature Language="C#" Value="public interface IXmlTextParser" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IXmlTextParser" />
<AssemblyInfo>
<AssemblyName>System.Xml</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>You should not implement the <see cref="T:System.Xml.Serialization.IXmlTextParser" /> interface in your code. Instead use the <see cref="P:System.Xml.XmlTextReader.Normalization" /> property of the <see cref="T:System.Xml.XmlTextReader" /> class.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Establishes a <see cref="P:System.Xml.Serialization.IXmlTextParser.Normalized" /> property for use by the .NET Framework infrastructure.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Normalized">
<MemberSignature Language="C#" Value="public bool Normalized { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool Normalized" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>You should not implement the <see cref="T:System.Xml.Serialization.IXmlTextParser" /> interface and <see cref="P:System.Xml.Serialization.IXmlTextParser.Normalized" /> property in your code. Instead use the <see cref="P:System.Xml.XmlTextReader.Normalization" /> property of the <see cref="T:System.Xml.XmlTextReader" /> class.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets whether white space and attribute values are normalized.</para>
</summary>
</Docs>
</Member>
<Member MemberName="WhitespaceHandling">
<MemberSignature Language="C#" Value="public System.Xml.WhitespaceHandling WhitespaceHandling { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Xml.WhitespaceHandling WhitespaceHandling" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Xml.WhitespaceHandling</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>You should not implement the <see cref="T:System.Xml.Serialization.IXmlTextParser" /> interface and <see cref="P:System.Xml.Serialization.IXmlTextParser.Normalized" /> property in your code. Instead use the <see cref="P:System.Xml.XmlTextReader.Normalization" /> property of the <see cref="T:System.Xml.XmlTextReader" /> class.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets how white space is handled when parsing XML.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>