Imported Upstream version 2.91.2
[platform/upstream/libxml++.git] / docs / reference / html / classxmlpp_1_1Element.html
index d9c71a0..667f975 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>
@@ -454,7 +454,7 @@ Additional Inherited Members</h2></td></tr>
 </div><div class="memdoc">
 
 <p>Add a child element to this node. </p>
-<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000010">Since libxml++ 3.0:</a></b></dt><dd>Replaces Node::add_child()</dd></dl>
+<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000011">Since libxml++ 3.0:</a></b></dt><dd>Replaces Node::add_child()</dd></dl>
 <dl class="params"><dt>Parameters</dt><dd>
   <table class="params">
     <tr><td class="paramname">name</td><td>The new node name </td></tr>
@@ -504,7 +504,7 @@ Additional Inherited Members</h2></td></tr>
 </div><div class="memdoc">
 
 <p>Add a child element to this node after the specified existing child node. </p>
-<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000011">Since libxml++ 3.0:</a></b></dt><dd>Replaces Node::add_child()</dd></dl>
+<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000012">Since libxml++ 3.0:</a></b></dt><dd>Replaces Node::add_child()</dd></dl>
 <dl class="params"><dt>Parameters</dt><dd>
   <table class="params">
     <tr><td class="paramname">previous_sibling</td><td>An existing child node. </td></tr>
@@ -555,7 +555,7 @@ Additional Inherited Members</h2></td></tr>
 </div><div class="memdoc">
 
 <p>Add a child element to this node before the specified existing child node. </p>
-<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000012">Since libxml++ 3.0:</a></b></dt><dd>Replaces Node::add_child_before()</dd></dl>
+<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000013">Since libxml++ 3.0:</a></b></dt><dd>Replaces Node::add_child_before()</dd></dl>
 <dl class="params"><dt>Parameters</dt><dd>
   <table class="params">
     <tr><td class="paramname">next_sibling</td><td>An existing child node. </td></tr>
@@ -612,7 +612,7 @@ Additional Inherited Members</h2></td></tr>
 </div><div class="memdoc">
 
 <p>Add a child element to this node before the specified existing child node. </p>
-<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000015">Since libxml++ 3.0:</a></b></dt><dd>Replaces Node::add_child_before_with_new_ns()</dd></dl>
+<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000016">Since libxml++ 3.0:</a></b></dt><dd>Replaces Node::add_child_before_with_new_ns()</dd></dl>
 <dl class="params"><dt>Parameters</dt><dd>
   <table class="params">
     <tr><td class="paramname">next_sibling</td><td>An existing child node. </td></tr>
@@ -663,7 +663,7 @@ Additional Inherited Members</h2></td></tr>
 </div><div class="memdoc">
 
 <p>Add a child element to this node. </p>
-<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000013">Since libxml++ 3.0:</a></b></dt><dd>Replaces Node::add_child_with_new_ns()</dd></dl>
+<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000014">Since libxml++ 3.0:</a></b></dt><dd>Replaces Node::add_child_with_new_ns()</dd></dl>
 <dl class="params"><dt>Parameters</dt><dd>
   <table class="params">
     <tr><td class="paramname">name</td><td>The new node name. </td></tr>
@@ -719,7 +719,7 @@ Additional Inherited Members</h2></td></tr>
 </div><div class="memdoc">
 
 <p>Add a child element to this node after the specified existing child node. </p>
-<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000014">Since libxml++ 3.0:</a></b></dt><dd>Replaces Node::add_child_with_new_ns()</dd></dl>
+<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000015">Since libxml++ 3.0:</a></b></dt><dd>Replaces Node::add_child_with_new_ns()</dd></dl>
 <dl class="params"><dt>Parameters</dt><dd>
   <table class="params">
     <tr><td class="paramname">previous_sibling</td><td>An existing child node. </td></tr>
@@ -965,7 +965,7 @@ Additional Inherited Members</h2></td></tr>
   </table>
   </dd>
 </dl>
-<dl class="section return"><dt>Returns</dt><dd>The attribute, or 0 if no suitable <a class="el" href="classxmlpp_1_1Attribute.html" title="Represents an XML Node attribute. ">Attribute</a> was found. Is either an AttributeNode*, pointing to an explicitly set attribute, or an AttributeDeclaration*, pointing to the declaration of an attribute with a default value. </dd></dl>
+<dl class="section return"><dt>Returns</dt><dd>The attribute, or <code>nullptr</code> if no suitable <a class="el" href="classxmlpp_1_1Attribute.html" title="Represents an XML Node attribute. ">Attribute</a> was found. Is either an AttributeNode*, pointing to an explicitly set attribute, or an AttributeDeclaration*, pointing to the declaration of an attribute with a default value. </dd></dl>
 
 </div>
 </div>
@@ -1001,7 +1001,7 @@ Additional Inherited Members</h2></td></tr>
   </table>
   </dd>
 </dl>
-<dl class="section return"><dt>Returns</dt><dd>The attribute, or 0 if no suitable <a class="el" href="classxmlpp_1_1Attribute.html" title="Represents an XML Node attribute. ">Attribute</a> was found. Is either an AttributeNode*, pointing to an explicitly set attribute, or an AttributeDeclaration*, pointing to the declaration of an attribute with a default value. </dd></dl>
+<dl class="section return"><dt>Returns</dt><dd>The attribute, or <code>nullptr</code> if no suitable <a class="el" href="classxmlpp_1_1Attribute.html" title="Represents an XML Node attribute. ">Attribute</a> was found. Is either an AttributeNode*, pointing to an explicitly set attribute, or an AttributeDeclaration*, pointing to the declaration of an attribute with a default value. </dd></dl>
 
 </div>
 </div>
@@ -1093,7 +1093,7 @@ Additional Inherited Members</h2></td></tr>
 
 <p>Get the first child text content node. </p>
 <p>This is a convenience method, meant as an alternative to iterating over all the child nodes to find the first suitable node and then getting the text directly. </p><dl class="section return"><dt>Returns</dt><dd>The first text node, if any.</dd></dl>
-<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000016">Since libxml++ 3.0:</a></b></dt><dd>Replaces get_child_text(). </dd></dl>
+<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000017">Since libxml++ 3.0:</a></b></dt><dd>Replaces get_child_text(). </dd></dl>
 
 </div>
 </div>
@@ -1112,7 +1112,7 @@ Additional Inherited Members</h2></td></tr>
 
 <p>Get the first child text content node. </p>
 <p>This is a convenience method, meant as an alternative to iterating over all the child nodes to find the first suitable node and then getting the text directly. </p><dl class="section return"><dt>Returns</dt><dd>The first text node, if any.</dd></dl>
-<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000017">Since libxml++ 3.0:</a></b></dt><dd>Replaces get_child_text(). </dd></dl>
+<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000018">Since libxml++ 3.0:</a></b></dt><dd>Replaces get_child_text(). </dd></dl>
 
 </div>
 </div>
@@ -1208,7 +1208,7 @@ Additional Inherited Members</h2></td></tr>
   </table>
   </dd>
 </dl>
-<dl class="section return"><dt>Returns</dt><dd>The attribute that was changed, or 0 is no suitable <a class="el" href="classxmlpp_1_1Attribute.html" title="Represents an XML Node attribute. ">Attribute</a> was found. </dd></dl>
+<dl class="section return"><dt>Returns</dt><dd>The attribute that was changed, or <code>nullptr</code> is no suitable <a class="el" href="classxmlpp_1_1Attribute.html" title="Represents an XML Node attribute. ">Attribute</a> was found. </dd></dl>
 <dl class="exception"><dt>Exceptions</dt><dd>
   <table class="exception">
     <tr><td class="paramname"><a class="el" href="classxmlpp_1_1exception.html" title="Base class for all xmlpp exceptions. ">xmlpp::exception</a></td><td></td></tr>
@@ -1245,7 +1245,7 @@ Additional Inherited Members</h2></td></tr>
   </table>
   </dd>
 </dl>
-<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000018">Since libxml++ 3.0:</a></b></dt><dd>Replaces set_child_text(). </dd></dl>
+<dl class="since_3_0"><dt><b><a class="el" href="since_3_0.html#_since_3_0000019">Since libxml++ 3.0:</a></b></dt><dd>Replaces set_child_text(). </dd></dl>
 
 </div>
 </div>
@@ -1294,7 +1294,7 @@ Additional Inherited Members</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>