docs: Regenerate documentation

This commit is contained in:
Arseny Kapoulkine 2015-03-20 00:17:51 -07:00
parent 82e43972b5
commit 58609480a1
12 changed files with 122 additions and 62 deletions

View File

@ -1,16 +1,16 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>pugixml 1.5</title> <title>pugixml 1.6</title>
<link rel="stylesheet" href="pugixml.css" type="text/css"> <link rel="stylesheet" href="pugixml.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="manual.html" title="pugixml 1.5"> <link rel="home" href="manual.html" title="pugixml 1.6">
<link rel="next" href="manual/install.html" title="Installation"> <link rel="next" href="manual/install.html" title="Installation">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<b>Overview</b> | <b>Overview</b> |
<a href="manual/install.html">Installation</a> | <a href="manual/install.html">Installation</a> |
Document: Document:
@ -85,7 +85,7 @@
<p> <p>
If you believe you've found a bug in pugixml (bugs include compilation problems If you believe you've found a bug in pugixml (bugs include compilation problems
(errors/warnings), crashes, performance degradation and incorrect behavior), (errors/warnings), crashes, performance degradation and incorrect behavior),
please file an issue via <a href="http://code.google.com/p/pugixml/issues/entry" target="_top">issue please file an issue via <a href="https://github.com/zeux/pugixml/issues/new" target="_top">issue
submission form</a>. Be sure to include the relevant information so that submission form</a>. Be sure to include the relevant information so that
the bug can be reproduced: the version of pugixml, compiler version and target the bug can be reproduced: the version of pugixml, compiler version and target
architecture, the code that uses pugixml and exhibits the bug, etc. architecture, the code that uses pugixml and exhibits the bug, etc.
@ -93,7 +93,7 @@
<p> <p>
Feature requests can be reported the same way as bugs, so if you're missing Feature requests can be reported the same way as bugs, so if you're missing
some functionality in pugixml or if the API is rough in some places and you some functionality in pugixml or if the API is rough in some places and you
can suggest an improvement, <a href="http://code.google.com/p/pugixml/issues/entry?template=Feature%20request" target="_top">file can suggest an improvement, <a href="https://github.com/zeux/pugixml/issues/new" target="_top">file
an issue</a>. However please note that there are many factors when considering an issue</a>. However please note that there are many factors when considering
API changes (compatibility with previous versions, API redundancy, etc.), API changes (compatibility with previous versions, API redundancy, etc.),
so generally features that can be implemented via a small function without so generally features that can be implemented via a small function without
@ -102,7 +102,7 @@
<p> <p>
If you have a contribution to pugixml, such as build script for some build If you have a contribution to pugixml, such as build script for some build
system/IDE, or a well-designed set of helper functions, or a binding to some system/IDE, or a well-designed set of helper functions, or a binding to some
language other than C++, please <a href="http://code.google.com/p/pugixml/issues/entry?template=Feature%20request" target="_top">file language other than C++, please <a href="https://github.com/zeux/pugixml/issues/new" target="_top">file
an issue</a>. You can include the relevant patches as issue attachments. an issue</a>. You can include the relevant patches as issue attachments.
Your contribution has to be distributed under the terms of a license that's Your contribution has to be distributed under the terms of a license that's
compatible with pugixml license; i.e. GPL/LGPL licensed code is not accepted. compatible with pugixml license; i.e. GPL/LGPL licensed code is not accepted.
@ -184,13 +184,13 @@ pugixml
</div> </div>
</div></div> </div></div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: November 26, 2014 at 02:23:21 GMT</small></p></td> <td align="left"><p><small>Last revised: March 20, 2015 at 07:16:25 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td> <td align="right"><div class="copyright-footer"></div></td>
</tr></table> </tr></table>
<hr> <hr>
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<b>Overview</b> | <b>Overview</b> |
<a href="manual/install.html">Installation</a> | <a href="manual/install.html">Installation</a> |
Document: Document:

View File

@ -4,15 +4,15 @@
<title>Accessing document data</title> <title>Accessing document data</title>
<link rel="stylesheet" href="../pugixml.css" type="text/css"> <link rel="stylesheet" href="../pugixml.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../manual.html" title="pugixml 1.5"> <link rel="home" href="../manual.html" title="pugixml 1.6">
<link rel="up" href="../manual.html" title="pugixml 1.5"> <link rel="up" href="../manual.html" title="pugixml 1.6">
<link rel="prev" href="loading.html" title="Loading document"> <link rel="prev" href="loading.html" title="Loading document">
<link rel="next" href="modify.html" title="Modifying document data"> <link rel="next" href="modify.html" title="Modifying document data">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:
@ -883,7 +883,7 @@
<hr> <hr>
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:

View File

@ -4,15 +4,15 @@
<title>API Reference</title> <title>API Reference</title>
<link rel="stylesheet" href="../pugixml.css" type="text/css"> <link rel="stylesheet" href="../pugixml.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../manual.html" title="pugixml 1.5"> <link rel="home" href="../manual.html" title="pugixml 1.6">
<link rel="up" href="../manual.html" title="pugixml 1.5"> <link rel="up" href="../manual.html" title="pugixml 1.6">
<link rel="prev" href="changes.html" title="Changelog"> <link rel="prev" href="changes.html" title="Changelog">
<link rel="next" href="toc.html" title="Table of Contents"> <link rel="next" href="toc.html" title="Table of Contents">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:
@ -469,6 +469,9 @@
<code class="computeroutput"><span class="keyword">bool</span> </code><a class="link" href="modify.html#xml_attribute::set_value">set_value</a><code class="computeroutput"><span class="special">(</span><span class="keyword">double</span> <code class="computeroutput"><span class="keyword">bool</span> </code><a class="link" href="modify.html#xml_attribute::set_value">set_value</a><code class="computeroutput"><span class="special">(</span><span class="keyword">double</span>
<span class="identifier">rhs</span><span class="special">);</span></code> <span class="identifier">rhs</span><span class="special">);</span></code>
</li> </li>
<li class="listitem">
<code class="computeroutput"><span class="keyword">bool</span> </code><a class="link" href="modify.html#xml_attribute::set_value">set_value</a><code class="computeroutput"><span class="special">(</span><span class="keyword">float</span> <span class="identifier">rhs</span><span class="special">);</span></code>
</li>
<li class="listitem"> <li class="listitem">
<code class="computeroutput"><span class="keyword">bool</span> </code><a class="link" href="modify.html#xml_attribute::set_value">set_value</a><code class="computeroutput"><span class="special">(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span></code> <code class="computeroutput"><span class="keyword">bool</span> </code><a class="link" href="modify.html#xml_attribute::set_value">set_value</a><code class="computeroutput"><span class="special">(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span></code>
</li> </li>
@ -501,6 +504,10 @@
</code><a class="link" href="modify.html#xml_attribute::assign">operator=</a><code class="computeroutput"><span class="special">(</span><span class="keyword">double</span> </code><a class="link" href="modify.html#xml_attribute::assign">operator=</a><code class="computeroutput"><span class="special">(</span><span class="keyword">double</span>
<span class="identifier">rhs</span><span class="special">);</span></code> <span class="identifier">rhs</span><span class="special">);</span></code>
</li> </li>
<li class="listitem">
<code class="computeroutput"><span class="identifier">xml_attribute</span><span class="special">&amp;</span>
</code><a class="link" href="modify.html#xml_attribute::assign">operator=</a><code class="computeroutput"><span class="special">(</span><span class="keyword">float</span> <span class="identifier">rhs</span><span class="special">);</span></code>
</li>
<li class="listitem"> <li class="listitem">
<code class="computeroutput"><span class="identifier">xml_attribute</span><span class="special">&amp;</span> <code class="computeroutput"><span class="identifier">xml_attribute</span><span class="special">&amp;</span>
</code><a class="link" href="modify.html#xml_attribute::assign">operator=</a><code class="computeroutput"><span class="special">(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span></code> </code><a class="link" href="modify.html#xml_attribute::assign">operator=</a><code class="computeroutput"><span class="special">(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span></code>
@ -1232,6 +1239,9 @@
<code class="computeroutput"><span class="keyword">bool</span> </code><a class="link" href="modify.html#xml_text::set">set</a><code class="computeroutput"><span class="special">(</span><span class="keyword">double</span> <code class="computeroutput"><span class="keyword">bool</span> </code><a class="link" href="modify.html#xml_text::set">set</a><code class="computeroutput"><span class="special">(</span><span class="keyword">double</span>
<span class="identifier">rhs</span><span class="special">);</span></code> <span class="identifier">rhs</span><span class="special">);</span></code>
</li> </li>
<li class="listitem">
<code class="computeroutput"><span class="keyword">bool</span> </code><a class="link" href="modify.html#xml_text::set">set</a><code class="computeroutput"><span class="special">(</span><span class="keyword">float</span> <span class="identifier">rhs</span><span class="special">);</span></code>
</li>
<li class="listitem"> <li class="listitem">
<code class="computeroutput"><span class="keyword">bool</span> </code><a class="link" href="modify.html#xml_text::set">set</a><code class="computeroutput"><span class="special">(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span></code> <code class="computeroutput"><span class="keyword">bool</span> </code><a class="link" href="modify.html#xml_text::set">set</a><code class="computeroutput"><span class="special">(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span></code>
</li> </li>
@ -1264,6 +1274,10 @@
</code><a class="link" href="modify.html#xml_text::assign">operator=</a><code class="computeroutput"><span class="special">(</span><span class="keyword">double</span> </code><a class="link" href="modify.html#xml_text::assign">operator=</a><code class="computeroutput"><span class="special">(</span><span class="keyword">double</span>
<span class="identifier">rhs</span><span class="special">);</span></code> <span class="identifier">rhs</span><span class="special">);</span></code>
</li> </li>
<li class="listitem">
<code class="computeroutput"><span class="identifier">xml_text</span><span class="special">&amp;</span>
</code><a class="link" href="modify.html#xml_text::assign">operator=</a><code class="computeroutput"><span class="special">(</span><span class="keyword">float</span> <span class="identifier">rhs</span><span class="special">);</span></code>
</li>
<li class="listitem"> <li class="listitem">
<code class="computeroutput"><span class="identifier">xml_text</span><span class="special">&amp;</span> <code class="computeroutput"><span class="identifier">xml_text</span><span class="special">&amp;</span>
</code><a class="link" href="modify.html#xml_text::assign">operator=</a><code class="computeroutput"><span class="special">(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span></code> </code><a class="link" href="modify.html#xml_text::assign">operator=</a><code class="computeroutput"><span class="special">(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span></code>
@ -1647,7 +1661,7 @@
<hr> <hr>
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:

View File

@ -4,15 +4,15 @@
<title>Changelog</title> <title>Changelog</title>
<link rel="stylesheet" href="../pugixml.css" type="text/css"> <link rel="stylesheet" href="../pugixml.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../manual.html" title="pugixml 1.5"> <link rel="home" href="../manual.html" title="pugixml 1.6">
<link rel="up" href="../manual.html" title="pugixml 1.5"> <link rel="up" href="../manual.html" title="pugixml 1.6">
<link rel="prev" href="xpath.html" title="XPath"> <link rel="prev" href="xpath.html" title="XPath">
<link rel="next" href="apiref.html" title="API Reference"> <link rel="next" href="apiref.html" title="API Reference">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:
@ -30,6 +30,48 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both"> <div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="manual.changes"></a><a class="link" href="changes.html" title="Changelog"> Changelog</a> <a name="manual.changes"></a><a class="link" href="changes.html" title="Changelog"> Changelog</a>
</h2></div></div></div> </h2></div></div></div>
<a name="manual.changes.15_04_2015___version_1_6"></a><h6>
<a class="link" href="changes.html#manual.changes.15_04_2015___version_1_6">15.04.2015 - version
1.6</a>
</h6>
<p>
Maintenance release. Changes:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Specification changes:
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
Attribute/text values now use more digits when printing floating
point numbers to guarantee round-tripping.
</li>
<li class="listitem">
Text nodes no longer get extra surrounding whitespace when pretty-printing
nodes with mixed contents
</li>
</ol></div>
</li>
<li class="listitem">
Bug fixes:
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
Fixed translate and normalize-space XPath functions to no longer
return internal NUL characters
</li>
<li class="listitem">
Fixed buffer overrun on malformed comments inside DOCTYPE sections
</li>
<li class="listitem">
DOCTYPE parsing can no longer run out of stack space on malformed
inputs (XML parsing is now using bounded stack space)
</li>
<li class="listitem">
Adjusted processing instruction output to avoid malformed documents
if the PI value contains "?&gt;"
</li>
</ol></div>
</li>
</ul></div>
<a name="manual.changes.27_11_2014___version_1_5"></a><h6> <a name="manual.changes.27_11_2014___version_1_5"></a><h6>
<a class="link" href="changes.html#manual.changes.27_11_2014___version_1_5">27.11.2014 - version <a class="link" href="changes.html#manual.changes.27_11_2014___version_1_5">27.11.2014 - version
1.5</a> 1.5</a>
@ -1047,7 +1089,7 @@
<hr> <hr>
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:

View File

@ -4,15 +4,15 @@
<title>Document object model</title> <title>Document object model</title>
<link rel="stylesheet" href="../pugixml.css" type="text/css"> <link rel="stylesheet" href="../pugixml.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../manual.html" title="pugixml 1.5"> <link rel="home" href="../manual.html" title="pugixml 1.6">
<link rel="up" href="../manual.html" title="pugixml 1.5"> <link rel="up" href="../manual.html" title="pugixml 1.6">
<link rel="prev" href="install.html" title="Installation"> <link rel="prev" href="install.html" title="Installation">
<link rel="next" href="loading.html" title="Loading document"> <link rel="next" href="loading.html" title="Loading document">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:
@ -715,7 +715,7 @@
<hr> <hr>
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:

View File

@ -4,15 +4,15 @@
<title>Installation</title> <title>Installation</title>
<link rel="stylesheet" href="../pugixml.css" type="text/css"> <link rel="stylesheet" href="../pugixml.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../manual.html" title="pugixml 1.5"> <link rel="home" href="../manual.html" title="pugixml 1.6">
<link rel="up" href="../manual.html" title="pugixml 1.5"> <link rel="up" href="../manual.html" title="pugixml 1.6">
<link rel="prev" href="../manual.html" title="pugixml 1.5"> <link rel="prev" href="../manual.html" title="pugixml 1.6">
<link rel="next" href="dom.html" title="Document object model"> <link rel="next" href="dom.html" title="Document object model">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<b>Installation</b> | <b>Installation</b> |
Document: Document:
@ -68,8 +68,8 @@
You can download the latest source distribution via one of the following You can download the latest source distribution via one of the following
links: links:
</p> </p>
<pre class="programlisting"><a href="https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.zip" target="_top">https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.zip</a> <pre class="programlisting"><a href="https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.zip" target="_top">https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.zip</a>
<a href="https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.tar.gz" target="_top">https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.tar.gz</a> <a href="https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.tar.gz" target="_top">https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.tar.gz</a>
</pre> </pre>
<p> <p>
The distribution contains library source, documentation (the manual you're The distribution contains library source, documentation (the manual you're
@ -99,7 +99,7 @@
</p> </p>
<pre class="programlisting">git clone https://github.com/zeux/pugixml <pre class="programlisting">git clone https://github.com/zeux/pugixml
cd pugixml cd pugixml
git checkout v1.5 git checkout v1.6
</pre> </pre>
<p> <p>
The repository contains library source, documentation, code examples and The repository contains library source, documentation, code examples and
@ -122,7 +122,7 @@ git checkout v1.5
You can access the Git repository via Subversion using <a href="https://github.com/zeux/pugixml" target="_top">https://github.com/zeux/pugixml</a> You can access the Git repository via Subversion using <a href="https://github.com/zeux/pugixml" target="_top">https://github.com/zeux/pugixml</a>
URL. For example, to checkout the current version, you can use this command: URL. For example, to checkout the current version, you can use this command:
</p> </p>
<pre class="programlisting">svn checkout https://github.com/zeux/pugixml/tags/v1.5 pugixml</pre> <pre class="programlisting">svn checkout https://github.com/zeux/pugixml/tags/v1.6 pugixml</pre>
</div> </div>
</div> </div>
<div class="section"> <div class="section">
@ -500,7 +500,7 @@ git checkout v1.5
<hr> <hr>
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<b>Installation</b> | <b>Installation</b> |
Document: Document:

View File

@ -4,15 +4,15 @@
<title>Loading document</title> <title>Loading document</title>
<link rel="stylesheet" href="../pugixml.css" type="text/css"> <link rel="stylesheet" href="../pugixml.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../manual.html" title="pugixml 1.5"> <link rel="home" href="../manual.html" title="pugixml 1.6">
<link rel="up" href="../manual.html" title="pugixml 1.5"> <link rel="up" href="../manual.html" title="pugixml 1.6">
<link rel="prev" href="dom.html" title="Document object model"> <link rel="prev" href="dom.html" title="Document object model">
<link rel="next" href="access.html" title="Accessing document data"> <link rel="next" href="access.html" title="Accessing document data">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:
@ -897,7 +897,7 @@
<hr> <hr>
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:

View File

@ -4,15 +4,15 @@
<title>Modifying document data</title> <title>Modifying document data</title>
<link rel="stylesheet" href="../pugixml.css" type="text/css"> <link rel="stylesheet" href="../pugixml.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../manual.html" title="pugixml 1.5"> <link rel="home" href="../manual.html" title="pugixml 1.6">
<link rel="up" href="../manual.html" title="pugixml 1.5"> <link rel="up" href="../manual.html" title="pugixml 1.6">
<link rel="prev" href="access.html" title="Accessing document data"> <link rel="prev" href="access.html" title="Accessing document data">
<link rel="next" href="saving.html" title="Saving document"> <link rel="next" href="saving.html" title="Saving document">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:
@ -143,6 +143,7 @@
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span> <pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">double</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">double</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">float</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="keyword">bool</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="identifier">set_value</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span>
@ -185,6 +186,7 @@
<span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">double</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">double</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">float</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">unsigned</span> <span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="identifier">xml_attribute</span><span class="special">&amp;</span> <span class="identifier">xml_attribute</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">unsigned</span> <span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span>
@ -447,6 +449,7 @@
<pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span> <pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">double</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">double</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">float</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="keyword">bool</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="identifier">set</span><span class="special">(</span><span class="keyword">unsigned</span> <span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span>
@ -466,6 +469,7 @@
<span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">double</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">double</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">float</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">bool</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span>
<span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">unsigned</span> <span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span> <span class="identifier">xml_text</span><span class="special">&amp;</span> <span class="identifier">xml_text</span><span class="special">::</span><span class="keyword">operator</span><span class="special">=(</span><span class="keyword">unsigned</span> <span class="keyword">long</span> <span class="keyword">long</span> <span class="identifier">rhs</span><span class="special">);</span>
@ -741,7 +745,7 @@
<hr> <hr>
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:

View File

@ -4,15 +4,15 @@
<title>Saving document</title> <title>Saving document</title>
<link rel="stylesheet" href="../pugixml.css" type="text/css"> <link rel="stylesheet" href="../pugixml.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../manual.html" title="pugixml 1.5"> <link rel="home" href="../manual.html" title="pugixml 1.6">
<link rel="up" href="../manual.html" title="pugixml 1.5"> <link rel="up" href="../manual.html" title="pugixml 1.6">
<link rel="prev" href="modify.html" title="Modifying document data"> <link rel="prev" href="modify.html" title="Modifying document data">
<link rel="next" href="xpath.html" title="XPath"> <link rel="next" href="xpath.html" title="XPath">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:
@ -211,7 +211,7 @@
<span class="keyword">virtual</span> <span class="keyword">void</span> <span class="identifier">write</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">void</span><span class="special">*</span> <span class="identifier">data</span><span class="special">,</span> <span class="identifier">size_t</span> <span class="identifier">size</span><span class="special">)</span> <span class="keyword">virtual</span> <span class="keyword">void</span> <span class="identifier">write</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">void</span><span class="special">*</span> <span class="identifier">data</span><span class="special">,</span> <span class="identifier">size_t</span> <span class="identifier">size</span><span class="special">)</span>
<span class="special">{</span> <span class="special">{</span>
<span class="identifier">result</span> <span class="special">+=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">(</span><span class="keyword">static_cast</span><span class="special">&lt;</span><span class="keyword">const</span> <span class="keyword">char</span><span class="special">*&gt;(</span><span class="identifier">data</span><span class="special">),</span> <span class="identifier">size</span><span class="special">);</span> <span class="identifier">result</span><span class="special">.</span><span class="identifier">append</span><span class="special">(</span><span class="keyword">static_cast</span><span class="special">&lt;</span><span class="keyword">const</span> <span class="keyword">char</span><span class="special">*&gt;(</span><span class="identifier">data</span><span class="special">),</span> <span class="identifier">size</span><span class="special">);</span>
<span class="special">}</span> <span class="special">}</span>
<span class="special">};</span> <span class="special">};</span>
</pre> </pre>
@ -526,7 +526,7 @@
<hr> <hr>
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:

View File

@ -4,14 +4,14 @@
<title>Table of Contents</title> <title>Table of Contents</title>
<link rel="stylesheet" href="../pugixml.css" type="text/css"> <link rel="stylesheet" href="../pugixml.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../manual.html" title="pugixml 1.5"> <link rel="home" href="../manual.html" title="pugixml 1.6">
<link rel="up" href="../manual.html" title="pugixml 1.5"> <link rel="up" href="../manual.html" title="pugixml 1.6">
<link rel="prev" href="apiref.html" title="API Reference"> <link rel="prev" href="apiref.html" title="API Reference">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:
@ -146,7 +146,7 @@
<hr> <hr>
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:

View File

@ -4,15 +4,15 @@
<title>XPath</title> <title>XPath</title>
<link rel="stylesheet" href="../pugixml.css" type="text/css"> <link rel="stylesheet" href="../pugixml.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../manual.html" title="pugixml 1.5"> <link rel="home" href="../manual.html" title="pugixml 1.6">
<link rel="up" href="../manual.html" title="pugixml 1.5"> <link rel="up" href="../manual.html" title="pugixml 1.6">
<link rel="prev" href="saving.html" title="Saving document"> <link rel="prev" href="saving.html" title="Saving document">
<link rel="next" href="changes.html" title="Changelog"> <link rel="next" href="changes.html" title="Changelog">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:
@ -732,7 +732,7 @@
<hr> <hr>
<table width="100%"><tr> <table width="100%"><tr>
<td> <td>
<a href="http://pugixml.org/">pugixml 1.5</a> manual | <a href="http://pugixml.org/">pugixml 1.6</a> manual |
<a href="../manual.html">Overview</a> | <a href="../manual.html">Overview</a> |
<a href="install.html">Installation</a> | <a href="install.html">Installation</a> |
Document: Document:

View File

@ -1,16 +1,16 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>pugixml 1.5</title> <title>pugixml 1.6</title>
<link rel="stylesheet" href="pugixml.css" type="text/css"> <link rel="stylesheet" href="pugixml.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="quickstart.html" title="pugixml 1.5"> <link rel="home" href="quickstart.html" title="pugixml 1.6">
</head> </head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="article"> <div class="article">
<div class="section"> <div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both"> <div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="quickstart.main"></a><a class="link" href="quickstart.html#quickstart.main" title="pugixml 1.5 quick start guide"> pugixml 1.5 quick start guide</a> <a name="quickstart.main"></a><a class="link" href="quickstart.html#quickstart.main" title="pugixml 1.6 quick start guide"> pugixml 1.6 quick start guide</a>
</h2></div></div></div> </h2></div></div></div>
<div class="toc"><dl class="toc"> <div class="toc"><dl class="toc">
<dt><span class="section"><a href="quickstart.html#quickstart.main.introduction"> Introduction</a></span></dt> <dt><span class="section"><a href="quickstart.html#quickstart.main.introduction"> Introduction</a></span></dt>
@ -75,8 +75,8 @@
pugixml is distributed in source form. You can download a source distribution pugixml is distributed in source form. You can download a source distribution
via one of the following links: via one of the following links:
</p> </p>
<pre class="programlisting"><a href="https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.zip" target="_top">https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.zip</a> <pre class="programlisting"><a href="https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.zip" target="_top">https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.zip</a>
<a href="https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.tar.gz" target="_top">https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.tar.gz</a> <a href="https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.tar.gz" target="_top">https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.tar.gz</a>
</pre> </pre>
<p> <p>
The distribution contains library source, documentation (the guide you're The distribution contains library source, documentation (the guide you're
@ -791,7 +791,7 @@
<span class="keyword">virtual</span> <span class="keyword">void</span> <span class="identifier">write</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">void</span><span class="special">*</span> <span class="identifier">data</span><span class="special">,</span> <span class="identifier">size_t</span> <span class="identifier">size</span><span class="special">)</span> <span class="keyword">virtual</span> <span class="keyword">void</span> <span class="identifier">write</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">void</span><span class="special">*</span> <span class="identifier">data</span><span class="special">,</span> <span class="identifier">size_t</span> <span class="identifier">size</span><span class="special">)</span>
<span class="special">{</span> <span class="special">{</span>
<span class="identifier">result</span> <span class="special">+=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span><span class="special">(</span><span class="keyword">static_cast</span><span class="special">&lt;</span><span class="keyword">const</span> <span class="keyword">char</span><span class="special">*&gt;(</span><span class="identifier">data</span><span class="special">),</span> <span class="identifier">size</span><span class="special">);</span> <span class="identifier">result</span><span class="special">.</span><span class="identifier">append</span><span class="special">(</span><span class="keyword">static_cast</span><span class="special">&lt;</span><span class="keyword">const</span> <span class="keyword">char</span><span class="special">*&gt;(</span><span class="identifier">data</span><span class="special">),</span> <span class="identifier">size</span><span class="special">);</span>
<span class="special">}</span> <span class="special">}</span>
<span class="special">};</span> <span class="special">};</span>
</pre> </pre>
@ -811,7 +811,7 @@
<a name="quickstart.main.feedback"></a><a class="link" href="quickstart.html#quickstart.main.feedback" title="Feedback"> Feedback</a> <a name="quickstart.main.feedback"></a><a class="link" href="quickstart.html#quickstart.main.feedback" title="Feedback"> Feedback</a>
</h3></div></div></div> </h3></div></div></div>
<p> <p>
If you believe you've found a bug in pugixml, please file an issue via <a href="http://code.google.com/p/pugixml/issues/entry" target="_top">issue submission form</a>. If you believe you've found a bug in pugixml, please file an issue via <a href="https://github.com/zeux/pugixml/issues/new" target="_top">issue submission form</a>.
Be sure to include the relevant information so that the bug can be reproduced: Be sure to include the relevant information so that the bug can be reproduced:
the version of pugixml, compiler version and target architecture, the code the version of pugixml, compiler version and target architecture, the code
that uses pugixml and exhibits the bug, etc. Feature requests and contributions that uses pugixml and exhibits the bug, etc. Feature requests and contributions
@ -873,7 +873,7 @@ pugixml
</div> </div>
</div> </div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: November 18, 2014 at 17:25:31 GMT</small></p></td> <td align="left"><p><small>Last revised: March 20, 2015 at 07:16:25 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td> <td align="right"><div class="copyright-footer"></div></td>
</tr></table> </tr></table>
</body> </body>