mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
fixed a few comments regenerated the docs and added the C14N API fixups
* c14n.c: fixed a few comments * doc/*.html doc/*/*.html: regenerated the docs and added the C14N API * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs Daniel
This commit is contained in:
@ -95,8 +95,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="APIchunk8.html">c-c</a>
|
||||
<a href="APIchunk9.html">d-d</a>
|
||||
<a href="APIchunk10.html">e-e</a>
|
||||
<a href="APIchunk11.html">f-g</a>
|
||||
<a href="APIchunk12.html">h-i</a>
|
||||
<a href="APIchunk11.html">f-f</a>
|
||||
<a href="APIchunk12.html">g-i</a>
|
||||
<a href="APIchunk13.html">j-l</a>
|
||||
<a href="APIchunk14.html">m-n</a>
|
||||
<a href="APIchunk15.html">o-o</a>
|
||||
@ -105,7 +105,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="APIchunk18.html">s-s</a>
|
||||
<a href="APIchunk19.html">t-t</a>
|
||||
<a href="APIchunk20.html">u-v</a>
|
||||
<a href="APIchunk21.html">w-x</a>
|
||||
<a href="APIchunk21.html">w-w</a>
|
||||
<a href="APIchunk22.html">x-x</a>
|
||||
</h2>
|
||||
<h2>Letter D:</h2>
|
||||
<dl>
|
||||
@ -323,6 +324,9 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dt>Dumps</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLBUFFERDUMP">xmlBufferDump</a>
|
||||
<a href="html/libxml-c14n.html#XMLC14NDOCDUMPMEMORY">xmlC14NDocDumpMemory</a>
|
||||
<a href="html/libxml-c14n.html#XMLC14NDOCSAVE">xmlC14NDocSave</a>
|
||||
<a href="html/libxml-c14n.html#XMLC14NDOCSAVETO">xmlC14NDocSaveTo</a>
|
||||
<a href="html/libxml-debugxml.html#XMLDEBUGDUMPATTR">xmlDebugDumpAttr</a>
|
||||
<a href="html/libxml-debugxml.html#XMLDEBUGDUMPATTRLIST">xmlDebugDumpAttrList</a>
|
||||
<a href="html/libxml-debugxml.html#XMLDEBUGDUMPDTD">xmlDebugDumpDTD</a>
|
||||
@ -474,6 +478,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-sax.html#SETDOCUMENTLOCATOR">setDocumentLocator</a>
|
||||
<a href="html/libxml-parser.html#SETDOCUMENTLOCATORSAXFUNC">setDocumentLocatorSAXFunc</a>
|
||||
</dd>
|
||||
<dt>Exclusive</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-c14n.html#XMLC14NDOCDUMPMEMORY">xmlC14NDocDumpMemory</a>
|
||||
<a href="html/libxml-c14n.html#XMLC14NDOCSAVE">xmlC14NDocSave</a>
|
||||
<a href="html/libxml-c14n.html#XMLC14NDOCSAVETO">xmlC14NDocSaveTo</a>
|
||||
</dd>
|
||||
<dt>Existing</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-encoding.html#XMLADDENCODINGALIAS">xmlAddEncodingAlias</a>
|
||||
@ -533,8 +543,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="APIchunk8.html">c-c</a>
|
||||
<a href="APIchunk9.html">d-d</a>
|
||||
<a href="APIchunk10.html">e-e</a>
|
||||
<a href="APIchunk11.html">f-g</a>
|
||||
<a href="APIchunk12.html">h-i</a>
|
||||
<a href="APIchunk11.html">f-f</a>
|
||||
<a href="APIchunk12.html">g-i</a>
|
||||
<a href="APIchunk13.html">j-l</a>
|
||||
<a href="APIchunk14.html">m-n</a>
|
||||
<a href="APIchunk15.html">o-o</a>
|
||||
@ -543,7 +553,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="APIchunk18.html">s-s</a>
|
||||
<a href="APIchunk19.html">t-t</a>
|
||||
<a href="APIchunk20.html">u-v</a>
|
||||
<a href="APIchunk21.html">w-x</a>
|
||||
<a href="APIchunk21.html">w-w</a>
|
||||
<a href="APIchunk22.html">x-x</a>
|
||||
</h2>
|
||||
<p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p>
|
||||
</td></tr></table></td></tr></table></td></tr></table></td>
|
||||
|
Reference in New Issue
Block a user