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 p:</h2>
|
||||
<dl>
|
||||
@ -486,6 +487,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNSLOOKUP">xmlXPathNsLookup</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHREGISTERNS">xmlXPathRegisterNs</a>
|
||||
</dd>
|
||||
<dt>prefixes</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>prepend</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-valid.html#XMLVALIDGETVALIDELEMENTS">xmlValidGetValidElements</a>
|
||||
@ -764,6 +771,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-htmlparser.html#HTMLPARSEFILE">htmlParseFile</a>
|
||||
<a href="html/libxml-htmlparser.html#HTMLSAXPARSEDOC">htmlSAXParseDoc</a>
|
||||
<a href="html/libxml-htmlparser.html#HTMLSAXPARSEFILE">htmlSAXParseFile</a>
|
||||
<a href="html/libxml-c14n.html#XMLC14NDOCSAVETO">xmlC14NDocSaveTo</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLCREATEENTITYPARSERCTXT">xmlCreateEntityParserCtxt</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLCREATEFILEPARSERCTXT">xmlCreateFileParserCtxt</a>
|
||||
<a href="html/libxml-hash.html#XMLHASHFREE">xmlHashFree</a>
|
||||
@ -889,8 +897,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>
|
||||
@ -899,7 +907,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