~vcs-imports/monodoc/main

« back to all changes in this revision

Viewing changes to class/System.XML/en/System.Xml/XmlTextWriter.xml

  • Committer: jonpryor
  • Date: 2008-10-16 15:43:29 UTC
  • Revision ID: vcs-imports@canonical.com-20081016154329-ykdaw2greh2f35uo
        * */en/**: Flushity-flush.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
      <Docs>
131
131
        <param name="stream">To be added.</param>
132
132
        <param name="encoding">The <see cref="T:System.Text.Encoding" qualify="true" /> to generate, or <see langword="null" />.</param>
133
 
        <param name="w">The <see cref="T:System.IO.Stream" qualify="true" /> to write to.</param>
134
133
        <param name="encoding">To be added.</param>
135
134
        <summary>
136
135
          <para>Constructs and initializes a new instance of the
1199
1198
        <param name="prefix">A <see cref="T:System.String" qualify="true" /> specifying the namespace prefix of the attribute.</param>
1200
1199
        <param name="localName">A <see cref="T:System.String" qualify="true" /> specifying the local name of the attribute.</param>
1201
1200
        <param name="namespaceUri">To be added.</param>
1202
 
        <param name="ns">A <see cref="T:System.String" qualify="true" /> specifying the namespace URI associated with the attribute.</param>
1203
1201
        <param name="prefix">To be added.</param>
1204
1202
        <summary>
1205
1203
          <para>Writes the start of an attribute with the specified prefix
1321
1319
          <para> A <see cref="T:System.String" qualify="true" /> specifying the local name of the element.</para>
1322
1320
        </param>
1323
1321
        <param name="namespaceUri">To be added.</param>
1324
 
        <param name="ns">
1325
 
          <para>A <see cref="T:System.String" qualify="true" /> specifying the namespace URI to associate with the element.</para>
1326
 
        </param>
1327
1322
        <param name="prefix">To be added.</param>
1328
1323
        <summary>
1329
1324
          <para> Writes a start element with the specified name, and associates it with the given namespace
1495
1490
      <Docs>
1496
1491
        <param name="low">To be added.</param>
1497
1492
        <param name="high">To be added.</param>
1498
 
        <param name="lowChar">A <see cref="T:System.Char" qualify="true" /> containing the low surrogate. This must be a value between 0xDC00 and 0xDFFF. </param>
1499
 
        <param name="highChar">A <see cref="T:System.Char" qualify="true" /> containing the high surrogate. This must be a value between 0xD800 and 0xDBFF.</param>
1500
1493
        <summary>
1501
1494
          <para> Generates and writes the surrogate character entity
1502
1495
      for the surrogate character pair.</para>