summaryrefslogtreecommitdiff
path: root/doc/devhelp/libxml2-dict.html
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2019-09-30 17:34:32 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2019-09-30 18:05:45 +0200
commit64966ebefdbd350a2c34577f1bf88e39b3a48ece (patch)
tree6584e4b337e0f8755ff86907aff80a8c65e01094 /doc/devhelp/libxml2-dict.html
parent2e55f6dc67680f16296e98decfa8a0cb4353d40b (diff)
downloadlibxml2-64966ebefdbd350a2c34577f1bf88e39b3a48ece.tar.gz
Rebuild docs
Diffstat (limited to 'doc/devhelp/libxml2-dict.html')
-rw-r--r--doc/devhelp/libxml2-dict.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devhelp/libxml2-dict.html b/doc/devhelp/libxml2-dict.html
index 6bff563b..a0c5415b 100644
--- a/doc/devhelp/libxml2-dict.html
+++ b/doc/devhelp/libxml2-dict.html
@@ -105,7 +105,7 @@ The content of this structure is not made public by the API.
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>dict</tt></i>:</span></td><td>the dictionary</td></tr><tr><td><span class="term"><i><tt>name</tt></i>:</span></td><td>the name of the userdata</td></tr><tr><td><span class="term"><i><tt>len</tt></i>:</span></td><td>the length of the name, if -1 it is recomputed</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the internal copy of the name or NULL in case of internal error</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xmlDictOwns"/>xmlDictOwns ()</h3><pre class="programlisting">int xmlDictOwns (<a href="libxml2-dict.html#xmlDictPtr">xmlDictPtr</a> dict, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str)<br/>
-</pre><p>check if a string is owned by the disctionary</p>
+</pre><p>check if a string is owned by the dictionary</p>
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>dict</tt></i>:</span></td><td>the dictionary</td></tr><tr><td><span class="term"><i><tt>str</tt></i>:</span></td><td>the string</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>1 if true, 0 if false and -1 in case of error -1 in case of error</td></tr></tbody></table></div></div>
<hr/>
<div class="refsect2" lang="en"><h3><a name="xmlDictQLookup"/>xmlDictQLookup ()</h3><pre class="programlisting">const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlDictQLookup (<a href="libxml2-dict.html#xmlDictPtr">xmlDictPtr</a> dict, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * prefix, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name)<br/>