~ubuntu-branches/ubuntu/precise/xerces-c/precise-security

« back to all changes in this revision

Viewing changes to doc/html/apiDocs-3/classDOMLSSerializer.html

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-12-05 14:58:32 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091205145832-378dg3x72mdzfzup
Tags: 3.1.0~rc1-1
* New upstream release; public release candidate uploaded at request of
  upstream.
* Updated source format to '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
5
<link href="tabs.css" rel="stylesheet" type="text/css">
6
6
</head><body>
7
 
<!-- Generated by Doxygen 1.5.4 -->
8
 
<div class="tabs">
9
 
  <ul>
10
 
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11
 
    <li class="current"><a href="classes.html"><span>Classes</span></a></li>
12
 
    <li><a href="files.html"><span>Files</span></a></li>
13
 
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
14
 
  </ul>
15
 
</div>
16
 
<div class="tabs">
17
 
  <ul>
18
 
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
19
 
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
20
 
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
21
 
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
22
 
  </ul>
23
 
</div>
 
7
<!-- Generated by Doxygen 1.5.6 -->
 
8
<div class="navigation" id="top">
 
9
  <div class="tabs">
 
10
    <ul>
 
11
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
 
12
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
 
13
      <li class="current"><a href="classes.html"><span>Classes</span></a></li>
 
14
      <li><a href="files.html"><span>Files</span></a></li>
 
15
    </ul>
 
16
  </div>
 
17
  <div class="tabs">
 
18
    <ul>
 
19
      <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
 
20
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
 
21
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
 
22
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
 
23
    </ul>
 
24
  </div>
 
25
</div>
 
26
<div class="contents">
24
27
<h1>DOMLSSerializer Class Reference</h1><!-- doxytag: class="DOMLSSerializer" -->
25
28
<p>
26
29
<a href="classDOMLSSerializer-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
74
77
          <td>(</td>
75
78
          <td class="paramname">          </td>
76
79
          <td>&nbsp;)&nbsp;</td>
77
 
          <td width="100%"><code> [protected]</code></td>
 
80
          <td><code> [protected]</code></td>
78
81
        </tr>
79
82
      </table>
80
83
</div>
93
96
          <td>(</td>
94
97
          <td class="paramname">          </td>
95
98
          <td>&nbsp;)&nbsp;</td>
96
 
          <td width="100%"><code> [virtual]</code></td>
 
99
          <td><code> [virtual]</code></td>
97
100
        </tr>
98
101
      </table>
99
102
</div>
115
118
          <td>(</td>
116
119
          <td class="paramname">          </td>
117
120
          <td>&nbsp;)&nbsp;</td>
118
 
          <td width="100%"><code> [pure virtual]</code></td>
 
121
          <td><code> [pure virtual]</code></td>
119
122
        </tr>
120
123
      </table>
121
124
</div>
147
150
          <td class="paramtype">const <a class="el" href="Xerces__autoconf__config_8msvc_8hpp.html#fae8f92d83170d97f757f704eca7f52a">XMLCh</a> *const &nbsp;</td>
148
151
          <td class="paramname"> <em>newLine</em>          </td>
149
152
          <td>&nbsp;)&nbsp;</td>
150
 
          <td width="100%"><code> [pure virtual]</code></td>
 
153
          <td><code> [pure virtual]</code></td>
151
154
        </tr>
152
155
      </table>
153
156
</div>
158
161
<p>
159
162
The only permitted values are these: <dl>
160
163
<dt><code>null</code> </dt>
161
 
<dd>Use a default end-of-line sequence. DOM implementations should choose the default to match the usual convention for text files in the environment being used. Implementations must choose a default sequence that matches one of those allowed by 2.11 "End-of-Line Handling".  </dd>
 
164
<dd>Use a default end-of-line sequence. DOM implementations should choose the default to match the usual convention for text files in the environment being used. Implementations must choose a default sequence that matches one of those allowed by 2.11 "End-of-Line Handling". However, Xerces-C++ always uses LF when this property is set to <code>null</code> since otherwise automatic translation of LF to CR-LF on Windows for text files would result in such files containing CR-CR-LF. If you need Windows-style end of line sequences in your output, consider writing to a file opened in text mode or explicitly set this property to CR-LF. </dd>
162
165
<dt>CR </dt>
163
166
<dd>The carriage-return character (#xD). </dd>
164
167
<dt>CR-LF </dt>
188
191
          <td class="paramtype"><a class="el" href="classDOMLSSerializerFilter.html">DOMLSSerializerFilter</a> *&nbsp;</td>
189
192
          <td class="paramname"> <em>filter</em>          </td>
190
193
          <td>&nbsp;)&nbsp;</td>
191
 
          <td width="100%"><code> [pure virtual]</code></td>
 
194
          <td><code> [pure virtual]</code></td>
192
195
        </tr>
193
196
      </table>
194
197
</div>
217
220
          <td>(</td>
218
221
          <td class="paramname">          </td>
219
222
          <td>&nbsp;)&nbsp;</td>
220
 
          <td width="100%"> const<code> [pure virtual]</code></td>
 
223
          <td> const<code> [pure virtual]</code></td>
221
224
        </tr>
222
225
      </table>
223
226
</div>
241
244
          <td>(</td>
242
245
          <td class="paramname">          </td>
243
246
          <td>&nbsp;)&nbsp;</td>
244
 
          <td width="100%"> const<code> [pure virtual]</code></td>
 
247
          <td> const<code> [pure virtual]</code></td>
245
248
        </tr>
246
249
      </table>
247
250
</div>
275
278
        <tr>
276
279
          <td></td>
277
280
          <td>)</td>
278
 
          <td></td><td></td><td width="100%"><code> [pure virtual]</code></td>
 
281
          <td></td><td></td><td><code> [pure virtual]</code></td>
279
282
        </tr>
280
283
      </table>
281
284
</div>
315
318
        <tr>
316
319
          <td></td>
317
320
          <td>)</td>
318
 
          <td></td><td></td><td width="100%"><code> [pure virtual]</code></td>
 
321
          <td></td><td></td><td><code> [pure virtual]</code></td>
319
322
        </tr>
320
323
      </table>
321
324
</div>
355
358
        <tr>
356
359
          <td></td>
357
360
          <td>)</td>
358
 
          <td></td><td></td><td width="100%"><code> [pure virtual]</code></td>
 
361
          <td></td><td></td><td><code> [pure virtual]</code></td>
359
362
        </tr>
360
363
      </table>
361
364
</div>
385
388
          <td>(</td>
386
389
          <td class="paramname">          </td>
387
390
          <td>&nbsp;)&nbsp;</td>
388
 
          <td width="100%"><code> [pure virtual]</code></td>
 
391
          <td><code> [pure virtual]</code></td>
389
392
        </tr>
390
393
      </table>
391
394
</div>
399
402
</div><p>
400
403
<hr>The documentation for this class was generated from the following file:<ul>
401
404
<li><a class="el" href="DOMLSSerializer_8hpp-source.html">DOMLSSerializer.hpp</a></ul>
402
 
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 18 07:56:11 2009 for Xerces-C++ by&nbsp;
 
405
</div>
 
406
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Nov 24 13:49:53 2009 for Xerces-C++ by&nbsp;
403
407
<a href="http://www.doxygen.org/index.html">
404
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
 
408
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
405
409
</body>
406
410
</html>