mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +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 c:</h2>
|
||||
<dl>
|
||||
@ -179,6 +180,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dt>calling</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XML-GET-LINE-CAPS">XML_GET_LINE</a>
|
||||
<a href="html/libxml-c14n.html#XMLC14NDOCDUMPMEMORY">xmlC14NDocDumpMemory</a>
|
||||
<a href="html/libxml-tree.html#XMLGETLINENO">xmlGetLineNo</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHADDVALUES">xmlXPathAddValues</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHDIVVALUES">xmlXPathDivValues</a>
|
||||
@ -225,8 +227,29 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>canonical</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>
|
||||
<a href="html/libxml-encoding.html#XMLGETCHARENCODINGNAME">xmlGetCharEncodingName</a>
|
||||
</dd>
|
||||
<dt>canonicalization</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>canonization</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>canonized</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>capable</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-encoding.html#XMLCHECKUTF8">xmlCheckUTF8</a>
|
||||
@ -581,6 +604,9 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>comments</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>
|
||||
<a href="html/libxml-tree.html#XMLDOCGETROOTELEMENT">xmlDocGetRootElement</a>
|
||||
<a href="html/libxml-tree.html#XMLDOCSETROOTELEMENT">xmlDocSetRootElement</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLPARSECOMMENT">xmlParseComment</a>
|
||||
@ -713,6 +739,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>compression</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-c14n.html#XMLC14NDOCSAVE">xmlC14NDocSave</a>
|
||||
<a href="html/libxml-tree.html#XMLGETCOMPRESSMODE">xmlGetCompressMode</a>
|
||||
<a href="html/libxml-tree.html#XMLGETDOCCOMPRESSMODE">xmlGetDocCompressMode</a>
|
||||
<a href="html/libxml-xmlio.html#XMLIOHTTPOPENW">xmlIOHTTPOpenW</a>
|
||||
@ -746,6 +773,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dd>
|
||||
<a href="html/libxml-xmlmemory.html#DEBUG-MEMORY-CAPS">DEBUG_MEMORY</a>
|
||||
<a href="html/libxml-xmlversion.html#DEBUG-MEMORY-LOCATION-CAPS">DEBUG_MEMORY_LOCATION</a>
|
||||
<a href="html/libxml-xmlversion.html#LIBXML-C14N-ENABLED-CAPS">LIBXML_C14N_ENABLED</a>
|
||||
<a href="html/libxml-xmlversion.html#LIBXML-CATALOG-ENABLED-CAPS">LIBXML_CATALOG_ENABLED</a>
|
||||
<a href="html/libxml-xmlversion.html#LIBXML-DEBUG-ENABLED-CAPS">LIBXML_DEBUG_ENABLED</a>
|
||||
<a href="html/libxml-xmlversion.html#LIBXML-DOCB-ENABLED-CAPS">LIBXML_DOCB_ENABLED</a>
|
||||
@ -1108,8 +1136,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>
|
||||
@ -1118,7 +1146,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