mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
fixes the comments for xmlCatalogDump and xmlDumpACatalog rebuilt to
* catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog * doc/*: rebuilt to update Daniel
This commit is contained in:
parent
753086ac9b
commit
a8dc2886f4
@ -1,3 +1,8 @@
|
||||
Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
|
||||
* doc/*: rebuilt to update
|
||||
|
||||
Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xmlsave.c: optimize indentation based on the new context
|
||||
|
@ -2731,7 +2731,7 @@ xmlACatalogResolveURI(xmlCatalogPtr catal, const xmlChar *URI) {
|
||||
* @catal: a Catalog
|
||||
* @out: the file.
|
||||
*
|
||||
* Free up all the memory associated with catalogs
|
||||
* Dump the given catalog to the given file.
|
||||
*/
|
||||
void
|
||||
xmlACatalogDump(xmlCatalogPtr catal, FILE *out) {
|
||||
@ -3147,7 +3147,7 @@ xmlCatalogResolveURI(const xmlChar *URI) {
|
||||
* xmlCatalogDump:
|
||||
* @out: the file.
|
||||
*
|
||||
* Free up all the memory associated with catalogs
|
||||
* Dump all the global catalog content to the given file.
|
||||
*/
|
||||
void
|
||||
xmlCatalogDump(FILE *out) {
|
||||
|
@ -151,10 +151,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathInternals.html#CAST_TO_STRING">CAST_TO_STRING</a><br />
|
||||
<a href="html/libxml-xpath.html#xmlXPathConvertFunc">xmlXPathConvertFunc</a><br />
|
||||
</dd><dt>cat</dt><dd><a href="html/libxml-debugXML.html#xmlShellCat">xmlShellCat</a><br />
|
||||
</dd><dt>catalogs</dt><dd><a href="html/libxml-catalog.html#xmlACatalogDump">xmlACatalogDump</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlCatalogAddLocal">xmlCatalogAddLocal</a><br />
|
||||
</dd><dt>catalogs</dt><dd><a href="html/libxml-catalog.html#xmlCatalogAddLocal">xmlCatalogAddLocal</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlCatalogCleanup">xmlCatalogCleanup</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlCatalogDump">xmlCatalogDump</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlCatalogFreeLocal">xmlCatalogFreeLocal</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlCatalogGetDefaults">xmlCatalogGetDefaults</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlCatalogLocalResolve">xmlCatalogLocalResolve</a><br />
|
||||
|
@ -123,6 +123,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd><dt>global</dt><dd><a href="html/libxml-schemasInternals.html#XML_SCHEMAS_ELEM_GLOBAL">XML_SCHEMAS_ELEM_GLOBAL</a><br />
|
||||
<a href="html/libxml-tree.html#_xmlNs">_xmlNs</a><br />
|
||||
<a href="html/libxml-SAX.html#globalNamespace">globalNamespace</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlCatalogDump">xmlCatalogDump</a><br />
|
||||
<a href="html/libxml-parser.html#xmlCleanupParser">xmlCleanupParser</a><br />
|
||||
<a href="html/libxml-xmlerror.html#xmlCtxtResetLastError">xmlCtxtResetLastError</a><br />
|
||||
<a href="html/libxml-entities.html#xmlEncodeEntitiesReentrant">xmlEncodeEntitiesReentrant</a><br />
|
||||
|
@ -70,7 +70,7 @@ The content of this structure is not made public by the API.
|
||||
</pre><h3><a name="xmlACatalogAdd" id="xmlACatalogAdd"></a>Function: xmlACatalogAdd</h3><pre class="programlisting">int xmlACatalogAdd (<a href="libxml-catalog.html#xmlCatalogPtr">xmlCatalogPtr</a> catal, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * type, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * orig, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * replace)<br />
|
||||
</pre><p>Add an entry in the catalog, it may overwrite existing but different entries.</p>
|
||||
<div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>catal</tt></i>:</span></td><td>a Catalog</td></tr><tr><td><span class="term"><i><tt>type</tt></i>:</span></td><td>the type of record to add to the catalog</td></tr><tr><td><span class="term"><i><tt>orig</tt></i>:</span></td><td>the system, public or prefix to match</td></tr><tr><td><span class="term"><i><tt>replace</tt></i>:</span></td><td>the replacement value for the match</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 if successful, -1 otherwise</td></tr></tbody></table></div><h3><a name="xmlACatalogDump" id="xmlACatalogDump"></a>Function: xmlACatalogDump</h3><pre class="programlisting">void xmlACatalogDump (<a href="libxml-catalog.html#xmlCatalogPtr">xmlCatalogPtr</a> catal, <br /> FILE * out)<br />
|
||||
</pre><p>Free up all the memory associated with catalogs</p>
|
||||
</pre><p>Dump the given catalog to the given file.</p>
|
||||
<div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>catal</tt></i>:</span></td><td>a Catalog</td></tr><tr><td><span class="term"><i><tt>out</tt></i>:</span></td><td>the file.</td></tr></tbody></table></div><h3><a name="xmlACatalogRemove" id="xmlACatalogRemove"></a>Function: xmlACatalogRemove</h3><pre class="programlisting">int xmlACatalogRemove (<a href="libxml-catalog.html#xmlCatalogPtr">xmlCatalogPtr</a> catal, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * value)<br />
|
||||
</pre><p>Remove an entry from the catalog</p>
|
||||
<div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>catal</tt></i>:</span></td><td>a Catalog</td></tr><tr><td><span class="term"><i><tt>value</tt></i>:</span></td><td>the value to remove</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of entries removed if successful, -1 otherwise</td></tr></tbody></table></div><h3><a name="xmlACatalogResolve" id="xmlACatalogResolve"></a>Function: xmlACatalogResolve</h3><pre class="programlisting"><a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * xmlACatalogResolve (<a href="libxml-catalog.html#xmlCatalogPtr">xmlCatalogPtr</a> catal, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * pubID, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * sysID)<br />
|
||||
@ -90,7 +90,7 @@ The content of this structure is not made public by the API.
|
||||
<h3><a name="xmlCatalogConvert" id="xmlCatalogConvert"></a>Function: xmlCatalogConvert</h3><pre class="programlisting">int xmlCatalogConvert (void)<br />
|
||||
</pre><p>Convert all the SGML catalog entries as XML ones</p>
|
||||
<div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of entries converted if successful, -1 otherwise</td></tr></tbody></table></div><h3><a name="xmlCatalogDump" id="xmlCatalogDump"></a>Function: xmlCatalogDump</h3><pre class="programlisting">void xmlCatalogDump (FILE * out)<br />
|
||||
</pre><p>Free up all the memory associated with catalogs</p>
|
||||
</pre><p>Dump all the global catalog content to the given file.</p>
|
||||
<div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>out</tt></i>:</span></td><td>the file.</td></tr></tbody></table></div><h3><a name="xmlCatalogFreeLocal" id="xmlCatalogFreeLocal"></a>Function: xmlCatalogFreeLocal</h3><pre class="programlisting">void xmlCatalogFreeLocal (void * catalogs)<br />
|
||||
</pre><p>Free up the memory associated to the catalog list</p>
|
||||
<div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>catalogs</tt></i>:</span></td><td>a document's list of catalogs</td></tr></tbody></table></div><h3><a name="xmlCatalogGetDefaults" id="xmlCatalogGetDefaults"></a>Function: xmlCatalogGetDefaults</h3><pre class="programlisting"><a href="libxml-catalog.html#xmlCatalogAllow">xmlCatalogAllow</a> xmlCatalogGetDefaults (void)<br />
|
||||
|
@ -6508,7 +6508,7 @@ actually an xmlCharEncoding'/>
|
||||
<arg name='replace' type='const xmlChar *' info='the replacement value for the match'/>
|
||||
</function>
|
||||
<function name='xmlACatalogDump' file='catalog'>
|
||||
<info>Free up all the memory associated with catalogs</info>
|
||||
<info>Dump the given catalog to the given file.</info>
|
||||
<return type='void'/>
|
||||
<arg name='catal' type='xmlCatalogPtr' info='a Catalog'/>
|
||||
<arg name='out' type='FILE *' info='the file.'/>
|
||||
@ -6979,7 +6979,7 @@ actually an xmlCharEncoding'/>
|
||||
<return type='int' info='the number of entries converted if successful, -1 otherwise'/>
|
||||
</function>
|
||||
<function name='xmlCatalogDump' file='catalog'>
|
||||
<info>Free up all the memory associated with catalogs</info>
|
||||
<info>Dump all the global catalog content to the given file.</info>
|
||||
<return type='void'/>
|
||||
<arg name='out' type='FILE *' info='the file.'/>
|
||||
</function>
|
||||
|
@ -17009,10 +17009,8 @@
|
||||
<ref name='xmlShellCat'/>
|
||||
</word>
|
||||
<word name='catalogs'>
|
||||
<ref name='xmlACatalogDump'/>
|
||||
<ref name='xmlCatalogAddLocal'/>
|
||||
<ref name='xmlCatalogCleanup'/>
|
||||
<ref name='xmlCatalogDump'/>
|
||||
<ref name='xmlCatalogFreeLocal'/>
|
||||
<ref name='xmlCatalogGetDefaults'/>
|
||||
<ref name='xmlCatalogLocalResolve'/>
|
||||
@ -19756,6 +19754,7 @@
|
||||
<ref name='XML_SCHEMAS_ELEM_GLOBAL'/>
|
||||
<ref name='_xmlNs'/>
|
||||
<ref name='globalNamespace'/>
|
||||
<ref name='xmlCatalogDump'/>
|
||||
<ref name='xmlCleanupParser'/>
|
||||
<ref name='xmlCtxtResetLastError'/>
|
||||
<ref name='xmlEncodeEntitiesReentrant'/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user