Imported Upstream version 2.91.2
[platform/upstream/libxml++.git] / docs / reference / html / classxmlpp_1_1Document.html
index 15fed1e..8910e75 100644 (file)
@@ -19,7 +19,7 @@
  <tr style="height: 56px;">
   <td style="padding-left: 0.5em;">
    <div id="projectname">libxml++
-   &#160;<span id="projectnumber">2.91.1</span>
+   &#160;<span id="projectnumber">2.91.2</span>
    </div>
   </td>
  </tr>
@@ -220,7 +220,7 @@ Protected Member Functions</h2></td></tr>
 <p>Create a new C++ wrapper for an xmlDoc struct. </p>
 <p>The created <a class="el" href="classxmlpp_1_1Document.html" title="Represents an XML document in the DOM model. ">xmlpp::Document</a> takes ownership of the xmlDoc. When the <a class="el" href="classxmlpp_1_1Document.html" title="Represents an XML document in the DOM model. ">Document</a> is deleted, so is the xmlDoc and all its nodes. </p><dl class="params"><dt>Parameters</dt><dd>
   <table class="params">
-    <tr><td class="paramname">doc</td><td>A pointer to an xmlDoc struct. Must not be <code>0</code>. </td></tr>
+    <tr><td class="paramname">doc</td><td>A pointer to an xmlDoc struct. Must not be <code>nullptr</code>. </td></tr>
   </table>
   </dd>
 </dl>
@@ -496,7 +496,7 @@ Protected Member Functions</h2></td></tr>
   </table>
   </dd>
 </dl>
-<dl class="section return"><dt>Returns</dt><dd>A pointer to the libxml2 entity structure, or <code>0</code> if not found. </dd></dl>
+<dl class="section return"><dt>Returns</dt><dd>A pointer to the libxml2 entity structure, or <code>nullptr</code> if not found. </dd></dl>
 
 </div>
 </div>
@@ -514,7 +514,7 @@ Protected Member Functions</h2></td></tr>
 </div><div class="memdoc">
 
 <p>Get the internal subset of this document. </p>
-<dl class="section return"><dt>Returns</dt><dd>A pointer to the DTD, or <code>0</code> if not found. </dd></dl>
+<dl class="section return"><dt>Returns</dt><dd>A pointer to the DTD, or <code>nullptr</code> if not found. </dd></dl>
 
 </div>
 </div>
@@ -532,7 +532,7 @@ Protected Member Functions</h2></td></tr>
 </div><div class="memdoc">
 
 <p>Return the root node. </p>
-<p>This function does <b>not</b> create a default root node if it doesn't exist. </p><dl class="section return"><dt>Returns</dt><dd>A pointer to the root node if it exists, <code>0</code> otherwise. </dd></dl>
+<p>This function does <b>not</b> create a default root node if it doesn't exist. </p><dl class="section return"><dt>Returns</dt><dd>A pointer to the root node if it exists, <code>nullptr</code> otherwise. </dd></dl>
 
 </div>
 </div>
@@ -550,7 +550,7 @@ Protected Member Functions</h2></td></tr>
 </div><div class="memdoc">
 
 <p>Return the root node. </p>
-<p>This function does <b>not</b> create a default root node if it doesn't exist. </p><dl class="section return"><dt>Returns</dt><dd>A pointer to the root node if it exists, <code>0</code> otherwise. </dd></dl>
+<p>This function does <b>not</b> create a default root node if it doesn't exist. </p><dl class="section return"><dt>Returns</dt><dd>A pointer to the root node if it exists, <code>nullptr</code> otherwise. </dd></dl>
 
 </div>
 </div>
@@ -932,7 +932,7 @@ Protected Member Functions</h2></td></tr>
 </div><!-- contents -->
 <!-- start footer part -->
 <hr class="footer"/><address class="footer"><small>
-Generated on Mon Oct 5 2015 11:15:37 for libxml++ by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Fri Oct 30 2015 10:48:49 for libxml++ by &#160;<a href="http://www.doxygen.org/index.html">
 <img class="footer" src="doxygen.png" alt="doxygen"/>
 </a> 1.8.9.1
 </small></address>