mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-22 21:57:21 +03:00
preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.16 * doc/* python/libxml2class.txt: updated and rebuilt the docs, rebuilt the API and web site * xpath.c: fixed #71978 portability bugs Daniel
This commit is contained in:
parent
8aff24724e
commit
5f4b5999b4
@ -1,3 +1,10 @@
|
||||
Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
|
||||
* doc/* python/libxml2class.txt: updated and rebuilt the docs,
|
||||
rebuilt the API and web site
|
||||
* xpath.c: fixed #71978 portability bugs
|
||||
|
||||
Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* SAX.c: oops broke automatic defaulting of namespaces attributes.
|
||||
|
@ -6,7 +6,7 @@ AC_CANONICAL_HOST
|
||||
|
||||
LIBXML_MAJOR_VERSION=2
|
||||
LIBXML_MINOR_VERSION=4
|
||||
LIBXML_MICRO_VERSION=15
|
||||
LIBXML_MICRO_VERSION=16
|
||||
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION
|
||||
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
|
||||
|
||||
|
@ -146,6 +146,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-encoding.html#XMLGETENCODINGALIAS">xmlGetEncodingAlias</a>
|
||||
<a href="html/libxml-encoding.html#XMLPARSECHARENCODING">xmlParseCharEncoding</a>
|
||||
</dd>
|
||||
<dt>ATTRIBUTE</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
</dd>
|
||||
<dt>Activated</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-globals.html#XMLGETWARNINGSDEFAULTVALUE">xmlGetWarningsDefaultValue</a>
|
||||
|
@ -264,6 +264,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-sax.html#HASINTERNALSUBSET">hasInternalSubset</a>
|
||||
<a href="html/libxml-parser.html#HASINTERNALSUBSETSAXFUNC">hasInternalSubsetSAXFunc</a>
|
||||
<a href="html/libxml-debugxml.html#XMLSHELLLIST">xmlShellList</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEDOCUMENTFINAL">xmlValidateDocumentFinal</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEDTDFINAL">xmlValidateDtdFinal</a>
|
||||
|
@ -334,6 +334,9 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>equal</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
<a href="html/libxml-parser.html#XMLSTREQUAL">xmlStrEqual</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHEQUALVALUES">xmlXPathEqualValues</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHEVALPREDICATE">xmlXPathEvalPredicate</a>
|
||||
|
@ -686,6 +686,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>inserted</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDSIBLING">xmlAddSibling</a>
|
||||
@ -728,6 +729,9 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>instead</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
<a href="html/libxml-parser.html#XMLKEEPBLANKSDEFAULT">xmlKeepBlanksDefault</a>
|
||||
<a href="html/libxml-xmlio.html#XMLREGISTERHTTPPOSTCALLBACKS">xmlRegisterHTTPPostCallbacks</a>
|
||||
<a href="html/libxml-parser.html#XMLSUBSTITUTEENTITIESDEFAULT">xmlSubstituteEntitiesDefault</a>
|
||||
@ -804,6 +808,9 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dd>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTE">attribute</a>
|
||||
<a href="html/libxml-parser.html#ATTRIBUTESAXFUNC">attributeSAXFunc</a>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
<a href="html/libxml-encoding.html#XMLCHARENCFIRSTLINE">xmlCharEncFirstLine</a>
|
||||
<a href="html/libxml-encoding.html#XMLCHARENCINFUNC">xmlCharEncInFunc</a>
|
||||
<a href="html/libxml-encoding.html#XMLCHARENCOUTFUNC">xmlCharEncOutFunc</a>
|
||||
@ -821,6 +828,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dt>invalid</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLRECONCILIATENS">xmlReconciliateNs</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEDTDFINAL">xmlValidateDtdFinal</a>
|
||||
</dd>
|
||||
<dt>invited</dt>
|
||||
<dd>
|
||||
|
@ -132,7 +132,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dl>
|
||||
<dt>keep</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-xmlmemory.html#MEM-LIST-CAPS">MEM_LIST</a>
|
||||
<a href="html/libxml-globals.html#XMLKEEPBLANKSDEFAULTVALUE">xmlKeepBlanksDefaultValue</a>
|
||||
<a href="html/libxml-parser.html#XMLPARSERINPUTGROW">xmlParserInputGrow</a>
|
||||
<a href="html/libxml-parser.html#XMLSUBSTITUTEENTITIESDEFAULT">xmlSubstituteEntitiesDefault</a>
|
||||
|
@ -529,6 +529,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#XMLSETBUFFERALLOCATIONSCHEME">xmlSetBufferAllocationScheme</a>
|
||||
<a href="html/libxml-debugxml.html#XMLSHELLPWD">xmlShellPwd</a>
|
||||
<a href="html/libxml-parser.html#XMLSTRNCAT">xmlStrncat</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHPOPBOOLEAN">xmlXPathPopBoolean</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHPOPEXTERNAL">xmlXPathPopExternal</a>
|
||||
@ -689,6 +690,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dt>normalization</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-uri.html#XMLNORMALIZEURIPATH">xmlNormalizeURIPath</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
</dd>
|
||||
<dt>normalization:</dt>
|
||||
@ -701,6 +703,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>normalized</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNORMALIZEFUNCTION">xmlXPathNormalizeFunction</a>
|
||||
</dd>
|
||||
|
@ -149,6 +149,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#XMLGETLASTCHILD">xmlGetLastChild</a>
|
||||
<a href="html/libxml-tree.html#XMLNEWCHILD">xmlNewChild</a>
|
||||
<a href="html/libxml-tree.html#XMLNEWTEXTCHILD">xmlNewTextChild</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEXTANCESTOR">xmlXPathNextAncestor</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEXTANCESTORORSELF">xmlXPathNextAncestorOrSelf</a>
|
||||
@ -713,8 +714,15 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLRECONCILIATENS">xmlReconciliateNs</a>
|
||||
</dd>
|
||||
<dt>properties</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
</dd>
|
||||
<dt>property</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLFREEPROPLIST">xmlFreePropList</a>
|
||||
<a href="html/libxml-tree.html#XMLNEWDOCPROP">xmlNewDocProp</a>
|
||||
<a href="html/libxml-tree.html#XMLNEWNSPROP">xmlNewNsProp</a>
|
||||
|
@ -451,6 +451,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-threads.html#XMLCLEANUPTHREADS">xmlCleanupThreads</a>
|
||||
<a href="html/libxml-threads.html#XMLINITTHREADS">xmlInitThreads</a>
|
||||
<a href="html/libxml-nanohttp.html#XMLNANOHTTPCLOSE">xmlNanoHTTPClose</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
</dd>
|
||||
<dt>relative</dt>
|
||||
@ -558,7 +559,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dt>reporting</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-parserinternals.html#INPUT-CHUNK-CAPS">INPUT_CHUNK</a>
|
||||
<a href="html/libxml-xmlmemory.html#MEM-LIST-CAPS">MEM_LIST</a>
|
||||
</dd>
|
||||
<dt>reports</dt>
|
||||
<dd>
|
||||
@ -762,6 +762,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#XMLPARSEEXTERNALENTITY">xmlParseExternalEntity</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXUSERPARSEFILE">xmlSAXUserParseFile</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXUSERPARSEMEMORY">xmlSAXUserParseMemory</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHEVALPREDICATE">xmlXPathEvalPredicate</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHEVALUATEPREDICATERESULT">xmlXPathEvaluatePredicateResult</a>
|
||||
|
@ -427,12 +427,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>sibling</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEXTPRECEDINGSIBLING">xmlXPathNextPrecedingSibling</a>
|
||||
</dd>
|
||||
<dt>siblings</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDSIBLING">xmlAddSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLFREENODELIST">xmlFreeNodeList</a>
|
||||
<a href="html/libxml-tree.html#XMLFREEPROPLIST">xmlFreePropList</a>
|
||||
@ -750,6 +750,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>step</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEDOCUMENTFINAL">xmlValidateDocumentFinal</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEDTDFINAL">xmlValidateDtdFinal</a>
|
||||
|
@ -254,6 +254,9 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>there</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLENUMERATION">xmlEnumeration</a>
|
||||
<a href="html/libxml-xmlerror.html#XMLGENERICERRORFUNC">xmlGenericErrorFunc</a>
|
||||
<a href="html/libxml-nanoftp.html#XMLNANOFTPCHECKRESPONSE">xmlNanoFTPCheckResponse</a>
|
||||
@ -403,7 +406,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>track</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-xmlmemory.html#MEM-LIST-CAPS">MEM_LIST</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLENTITYREFERENCEFUNC">xmlEntityReferenceFunc</a>
|
||||
</dd>
|
||||
<dt>tracking</dt>
|
||||
|
@ -236,6 +236,37 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLNEWDOCFRAGMENT">xmlNewDocFragment</a>
|
||||
</dd>
|
||||
<dt>Free</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-docbparser.html#DOCBFREEPARSERCTXT">docbFreeParserCtxt</a>
|
||||
<a href="html/libxml-htmlparser.html#HTMLFREEPARSERCTXT">htmlFreeParserCtxt</a>
|
||||
<a href="html/libxml-catalog.html#XMLACATALOGDUMP">xmlACatalogDump</a>
|
||||
<a href="html/libxml-catalog.html#XMLCATALOGCLEANUP">xmlCatalogCleanup</a>
|
||||
<a href="html/libxml-catalog.html#XMLCATALOGDUMP">xmlCatalogDump</a>
|
||||
<a href="html/libxml-catalog.html#XMLCATALOGFREELOCAL">xmlCatalogFreeLocal</a>
|
||||
<a href="html/libxml-catalog.html#XMLFREECATALOG">xmlFreeCatalog</a>
|
||||
<a href="html/libxml-tree.html#XMLFREEDOC">xmlFreeDoc</a>
|
||||
<a href="html/libxml-tree.html#XMLFREEDTD">xmlFreeDtd</a>
|
||||
<a href="html/libxml-valid.html#XMLFREEELEMENTCONTENT">xmlFreeElementContent</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLFREEINPUTSTREAM">xmlFreeInputStream</a>
|
||||
<a href="html/libxml-tree.html#XMLFREENODE">xmlFreeNode</a>
|
||||
<a href="html/libxml-tree.html#XMLFREENODELIST">xmlFreeNodeList</a>
|
||||
<a href="html/libxml-tree.html#XMLFREENS">xmlFreeNs</a>
|
||||
<a href="html/libxml-tree.html#XMLFREENSLIST">xmlFreeNsList</a>
|
||||
<a href="html/libxml-parser.html#XMLFREEPARSERCTXT">xmlFreeParserCtxt</a>
|
||||
<a href="html/libxml-xmlio.html#XMLFREEPARSERINPUTBUFFER">xmlFreeParserInputBuffer</a>
|
||||
<a href="html/libxml-tree.html#XMLFREEPROP">xmlFreeProp</a>
|
||||
<a href="html/libxml-tree.html#XMLFREEPROPLIST">xmlFreePropList</a>
|
||||
<a href="html/libxml-uri.html#XMLFREEURI">xmlFreeURI</a>
|
||||
<a href="html/libxml-hash.html#XMLHASHFREE">xmlHashFree</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREECOMPEXPR">xmlXPathFreeCompExpr</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREECONTEXT">xmlXPathFreeContext</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREENODESET">xmlXPathFreeNodeSet</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREENODESETLIST">xmlXPathFreeNodeSetList</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREEOBJECT">xmlXPathFreeObject</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHFREEPARSERCONTEXT">xmlXPathFreeParserContext</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRFREELOCATIONSET">xmlXPtrFreeLocationSet</a>
|
||||
</dd>
|
||||
<dt>Frees</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLBUFFERFREE">xmlBufferFree</a>
|
||||
@ -467,12 +498,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dt>Initialize</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-sax.html#DOCBDEFAULTSAXHANDLERINIT">docbDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-parser.html#HTMLDEFAULTSAXHANDLERINIT">htmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-sax.html#HTMLDEFAULTSAXHANDLERINIT">htmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-parserinternals.html#HTMLINITAUTOCLOSE">htmlInitAutoClose</a>
|
||||
<a href="html/libxml-sax.html#INITDOCBDEFAULTSAXHANDLER">initdocbDefaultSAXHandler</a>
|
||||
<a href="html/libxml-sax.html#INITHTMLDEFAULTSAXHANDLER">inithtmlDefaultSAXHandler</a>
|
||||
<a href="html/libxml-sax.html#INITXMLDEFAULTSAXHANDLER">initxmlDefaultSAXHandler</a>
|
||||
<a href="html/libxml-parser.html#XMLDEFAULTSAXHANDLERINIT">xmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-sax.html#XMLDEFAULTSAXHANDLERINIT">xmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-encoding.html#XMLINITCHARENCODINGHANDLERS">xmlInitCharEncodingHandlers</a>
|
||||
<a href="html/libxml-xmlmemory.html#XMLINITMEMORY">xmlInitMemory</a>
|
||||
<a href="html/libxml-parser.html#XMLINITNODEINFOSEQ">xmlInitNodeInfoSeq</a>
|
||||
|
@ -184,6 +184,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>unlinked</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDSIBLING">xmlAddSibling</a>
|
||||
@ -395,6 +396,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-valid.html#XMLADDNOTATIONDECL">xmlAddNotationDecl</a>
|
||||
<a href="html/libxml-valid.html#XMLADDREF">xmlAddRef</a>
|
||||
<a href="html/libxml-debugxml.html#XMLSHELLVALIDATE">xmlShellValidate</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEATTRIBUTEDECL">xmlValidateAttributeDecl</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEDOCUMENT">xmlValidateDocument</a>
|
||||
@ -447,6 +449,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLSETCOMPRESSMODE">xmlSetCompressMode</a>
|
||||
<a href="html/libxml-tree.html#XMLSETDOCCOMPRESSMODE">xmlSetDocCompressMode</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
</dd>
|
||||
<dt>varags</dt>
|
||||
|
@ -149,6 +149,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dd>
|
||||
<a href="html/libxml-xpathinternals.html#CHECK-ERROR-CAPS">CHECK_ERROR</a>
|
||||
<a href="html/libxml-xpathinternals.html#CHECK-ERROR0-CAPS">CHECK_ERROR0</a>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDSIBLING">xmlAddSibling</a>
|
||||
@ -196,6 +197,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#XMLPARSECTXTEXTERNALENTITY">xmlParseCtxtExternalEntity</a>
|
||||
<a href="html/libxml-parser.html#XMLPARSEEXTPARSEDENT">xmlParseExtParsedEnt</a>
|
||||
<a href="html/libxml-parser.html#XMLPARSEEXTERNALENTITY">xmlParseExternalEntity</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEDTDFINAL">xmlValidateDtdFinal</a>
|
||||
</dd>
|
||||
<dt>wellformed</dt>
|
||||
<dd>
|
||||
@ -985,6 +987,37 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dd>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODETRAILING">xmlXPathNodeTrailing</a>
|
||||
</dd>
|
||||
<dt>xmlXPathObjectPtr</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHCOMPILE">xmlXPathCompile</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHCOMPILEDEVAL">xmlXPathCompiledEval</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHEVAL">xmlXPathEval</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHEVALEXPRESSION">xmlXPathEvalExpression</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREENODESETLIST">xmlXPathFreeNodeSetList</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREEOBJECT">xmlXPathFreeObject</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWBOOLEAN">xmlXPathNewBoolean</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWCSTRING">xmlXPathNewCString</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWFLOAT">xmlXPathNewFloat</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWNODESET">xmlXPathNewNodeSet</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWNODESETLIST">xmlXPathNewNodeSetList</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWSTRING">xmlXPathNewString</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWVALUETREE">xmlXPathNewValueTree</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHWRAPNODESET">xmlXPathWrapNodeSet</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTREVAL">xmlXPtrEval</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRLOCATIONSETADD">xmlXPtrLocationSetAdd</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRLOCATIONSETCREATE">xmlXPtrLocationSetCreate</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRLOCATIONSETDEL">xmlXPtrLocationSetDel</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWCOLLAPSEDRANGE">xmlXPtrNewCollapsedRange</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWLOCATIONSETNODESET">xmlXPtrNewLocationSetNodeSet</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWLOCATIONSETNODES">xmlXPtrNewLocationSetNodes</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWRANGE">xmlXPtrNewRange</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWRANGENODEOBJECT">xmlXPtrNewRangeNodeObject</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWRANGENODEPOINT">xmlXPtrNewRangeNodePoint</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWRANGENODES">xmlXPtrNewRangeNodes</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWRANGEPOINTNODE">xmlXPtrNewRangePointNode</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWRANGEPOINTS">xmlXPtrNewRangePoints</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRWRAPLOCATIONSET">xmlXPtrWrapLocationSet</a>
|
||||
</dd>
|
||||
<dt>xmlXPathParserContext</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHFREEPARSERCONTEXT">xmlXPathFreeParserContext</a>
|
||||
|
@ -395,6 +395,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<dt>Note:</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-encoding.html#XMLCHARENCODINGOUTPUTFUNC">xmlCharEncodingOutputFunc</a>
|
||||
<a href="html/libxml-entities.html#XMLGETDTDENTITY">xmlGetDtdEntity</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLPARSEATTVALUE">xmlParseAttValue</a>
|
||||
<a href="html/libxml-encoding.html#XMLUTF8STRSUB">xmlUTF8Strsub</a>
|
||||
</dd>
|
||||
|
@ -257,6 +257,9 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-htmltree.html#HTMLNODEDUMPFORMATOUTPUT">htmlNodeDumpFormatOutput</a>
|
||||
<a href="html/libxml-htmltree.html#HTMLSAVEFILEENC">htmlSaveFileEnc</a>
|
||||
<a href="html/libxml-htmltree.html#HTMLSAVEFILEFORMAT">htmlSaveFileFormat</a>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLDOCDUMPFORMATMEMORY">xmlDocDumpFormatMemory</a>
|
||||
<a href="html/libxml-tree.html#XMLDOCDUMPFORMATMEMORYENC">xmlDocDumpFormatMemoryEnc</a>
|
||||
<a href="html/libxml-tree.html#XMLNEWCHILD">xmlNewChild</a>
|
||||
@ -427,6 +430,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>already</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDSIBLING">xmlAddSibling</a>
|
||||
|
@ -301,7 +301,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd>
|
||||
<dt>blocks</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-xmlmemory.html#MEM-LIST-CAPS">MEM_LIST</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLISCHAR">xmlIsChar</a>
|
||||
<a href="html/libxml-xmlmemory.html#XMLMEMDISPLAY">xmlMemDisplay</a>
|
||||
<a href="html/libxml-xmlmemory.html#XMLMEMORYDUMP">xmlMemoryDump</a>
|
||||
|
@ -414,6 +414,9 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-htmltree.html#HTMLNODEDUMPFILE">htmlNodeDumpFile</a>
|
||||
<a href="html/libxml-htmltree.html#HTMLNODEDUMPFILEFORMAT">htmlNodeDumpFileFormat</a>
|
||||
<a href="html/libxml-htmltree.html#HTMLNODEDUMPFORMATOUTPUT">htmlNodeDumpFormatOutput</a>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLDOCGETROOTELEMENT">xmlDocGetRootElement</a>
|
||||
<a href="html/libxml-tree.html#XMLDOCSETROOTELEMENT">xmlDocSetRootElement</a>
|
||||
<a href="html/libxml-tree.html#XMLELEMDUMP">xmlElemDump</a>
|
||||
|
@ -419,6 +419,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlio.html#XMLIOHTTPOPENW">xmlIOHTTPOpenW</a>
|
||||
<a href="html/libxml-uri.html#XMLURIUNESCAPESTRING">xmlURIUnescapeString</a>
|
||||
</dd>
|
||||
<dt>destroyed</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-tree.html#XMLADDCHILD">xmlAddChild</a>
|
||||
<a href="html/libxml-tree.html#XMLADDNEXTSIBLING">xmlAddNextSibling</a>
|
||||
<a href="html/libxml-tree.html#XMLADDPREVSIBLING">xmlAddPrevSibling</a>
|
||||
</dd>
|
||||
<dt>detect</dt>
|
||||
<dd>
|
||||
<a href="html/libxml-xmlio.html#XMLINPUTMATCHCALLBACK">xmlInputMatchCallback</a>
|
||||
|
@ -95,8 +95,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<h2>Type const xmlChar *:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-htmltree.html#HTMLGETMETAENCODING">htmlGetMetaEncoding</a>
|
||||
<a href="html/libxml-sax.html#GETPUBLICID">getPublicId</a>
|
||||
<a href="html/libxml-sax.html#GETSYSTEMID">getSystemId</a>
|
||||
<a href="html/libxml-catalog.html#XMLCATALOGGETSYSTEM">xmlCatalogGetSystem</a>
|
||||
<a href="html/libxml-catalog.html#XMLCATALOGGETPUBLIC">xmlCatalogGetPublic</a>
|
||||
<a href="html/libxml-entities.html#XMLENCODEENTITIES">xmlEncodeEntities</a>
|
||||
@ -105,6 +103,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#XMLSTRCASESTR">xmlStrcasestr</a>
|
||||
<a href="html/libxml-tree.html#XMLBUFFERCONTENT">xmlBufferContent</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNSLOOKUP">xmlXPathNsLookup</a>
|
||||
<a href="html/libxml-sax.html#GETPUBLICID">getPublicId</a>
|
||||
<a href="html/libxml-sax.html#GETSYSTEMID">getSystemId</a>
|
||||
</p>
|
||||
<h2>Type const xmlParserNodeInfo *:</h2>
|
||||
<p>
|
||||
@ -291,6 +291,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-uri.html#XMLURIESCAPE">xmlURIEscape</a>
|
||||
<a href="html/libxml-valid.html#XMLSPLITQNAME2">xmlSplitQName2</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHCASTBOOLEANTOSTRING">xmlXPathCastBooleanToString</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHCASTNUMBERTOSTRING">xmlXPathCastNumberToString</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHCASTNODETOSTRING">xmlXPathCastNodeToString</a>
|
||||
@ -363,8 +364,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</p>
|
||||
<h2>Type xmlEntityPtr:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-sax.html#GETENTITY">getEntity</a>
|
||||
<a href="html/libxml-sax.html#GETPARAMETERENTITY">getParameterEntity</a>
|
||||
<a href="html/libxml-entities.html#XMLADDDOCENTITY">xmlAddDocEntity</a>
|
||||
<a href="html/libxml-entities.html#XMLADDDTDENTITY">xmlAddDtdEntity</a>
|
||||
<a href="html/libxml-entities.html#XMLGETPREDEFINEDENTITY">xmlGetPredefinedEntity</a>
|
||||
@ -374,6 +373,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#GETENTITYSAXFUNC">getEntitySAXFunc</a>
|
||||
<a href="html/libxml-parser.html#GETPARAMETERENTITYSAXFUNC">getParameterEntitySAXFunc</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLPARSEENTITYREF">xmlParseEntityRef</a>
|
||||
<a href="html/libxml-sax.html#GETENTITY">getEntity</a>
|
||||
<a href="html/libxml-sax.html#GETPARAMETERENTITY">getParameterEntity</a>
|
||||
</p>
|
||||
<h2>Type xmlEnumerationPtr:</h2>
|
||||
<p>
|
||||
@ -484,7 +485,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHTRAILINGSORTED">xmlXPathTrailingSorted</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODETRAILING">xmlXPathNodeTrailing</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHTRAILING">xmlXPathTrailing</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHNODESETCREATE">xmlXPathNodeSetCreate</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETMERGE">xmlXPathNodeSetMerge</a>
|
||||
</p>
|
||||
<h2>Type xmlNotationPtr:</h2>
|
||||
@ -498,13 +498,13 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</p>
|
||||
<h2>Type xmlNsPtr:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-sax.html#GETNAMESPACE">getNamespace</a>
|
||||
<a href="html/libxml-tree.html#XMLNEWGLOBALNS">xmlNewGlobalNs</a>
|
||||
<a href="html/libxml-tree.html#XMLNEWNS">xmlNewNs</a>
|
||||
<a href="html/libxml-tree.html#XMLSEARCHNS">xmlSearchNs</a>
|
||||
<a href="html/libxml-tree.html#XMLSEARCHNSBYHREF">xmlSearchNsByHref</a>
|
||||
<a href="html/libxml-tree.html#XMLCOPYNAMESPACE">xmlCopyNamespace</a>
|
||||
<a href="html/libxml-tree.html#XMLCOPYNAMESPACELIST">xmlCopyNamespaceList</a>
|
||||
<a href="html/libxml-sax.html#GETNAMESPACE">getNamespace</a>
|
||||
</p>
|
||||
<h2>Type xmlNsPtr *:</h2>
|
||||
<p>
|
||||
@ -540,7 +540,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</p>
|
||||
<h2>Type xmlParserInputPtr:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-sax.html#RESOLVEENTITY">resolveEntity</a>
|
||||
<a href="html/libxml-parser.html#RESOLVEENTITYSAXFUNC">resolveEntitySAXFunc</a>
|
||||
<a href="html/libxml-parser.html#XMLEXTERNALENTITYLOADER">xmlExternalEntityLoader</a>
|
||||
<a href="html/libxml-parser.html#XMLNEWIOINPUTSTREAM">xmlNewIOInputStream</a>
|
||||
@ -551,6 +550,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parserinternals.html#XMLNEWINPUTSTREAM">xmlNewInputStream</a>
|
||||
<a href="html/libxml-parserinternals.html#INPUTPOP">inputPop</a>
|
||||
<a href="html/libxml-xmlio.html#XMLNONETEXTERNALENTITYLOADER">xmlNoNetExternalEntityLoader</a>
|
||||
<a href="html/libxml-sax.html#RESOLVEENTITY">resolveEntity</a>
|
||||
</p>
|
||||
<h2>Type xmlRMutexPtr:</h2>
|
||||
<p>
|
||||
@ -572,7 +572,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<h2>Type xmlXPathContextPtr:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHNEWCONTEXT">xmlXPathNewContext</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHNEWCONTEXT">xmlXPathNewContext</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWCONTEXT">xmlXPtrNewContext</a>
|
||||
</p>
|
||||
<h2>Type xmlXPathFunction:</h2>
|
||||
@ -603,14 +602,9 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWBOOLEAN">xmlXPathNewBoolean</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWNODESET">xmlXPathNewNodeSet</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWVALUETREE">xmlXPathNewValueTree</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWNODESET">xmlXPathNewNodeSet</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWNODESETLIST">xmlXPathNewNodeSetList</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHWRAPNODESET">xmlXPathWrapNodeSet</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHWRAPEXTERNAL">xmlXPathWrapExternal</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWFLOAT">xmlXPathNewFloat</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWBOOLEAN">xmlXPathNewBoolean</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWSTRING">xmlXPathNewString</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWCSTRING">xmlXPathNewCString</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWRANGE">xmlXPtrNewRange</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWRANGEPOINTS">xmlXPtrNewRangePoints</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWRANGENODEPOINT">xmlXPtrNewRangeNodePoint</a>
|
||||
|
@ -201,8 +201,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-sax.html#INITXMLDEFAULTSAXHANDLER">initxmlDefaultSAXHandler</a>
|
||||
<a href="html/libxml-sax.html#INITHTMLDEFAULTSAXHANDLER">inithtmlDefaultSAXHandler</a>
|
||||
<a href="html/libxml-sax.html#INITDOCBDEFAULTSAXHANDLER">initdocbDefaultSAXHandler</a>
|
||||
<a href="html/libxml-parser.html#XMLDEFAULTSAXHANDLERINIT">xmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-parser.html#HTMLDEFAULTSAXHANDLERINIT">htmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-sax.html#XMLDEFAULTSAXHANDLERINIT">xmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-sax.html#HTMLDEFAULTSAXHANDLERINIT">htmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-sax.html#DOCBDEFAULTSAXHANDLERINIT">docbDefaultSAXHandlerInit</a>
|
||||
</p>
|
||||
<h2>Module catalog:</h2>
|
||||
@ -319,8 +319,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<h2>Module entities:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-entities.html#XMLENTITYTYPE">xmlEntityType</a>
|
||||
<a href="html/libxml-entities.html#XMLENTITY">xmlEntity</a>
|
||||
<a href="html/libxml-entities.html#XMLENTITYPTR">xmlEntityPtr</a>
|
||||
<a href="html/libxml-tree.html#XMLENTITY">xmlEntity</a>
|
||||
<a href="html/libxml-entities.html#XMLENTITIESTABLEPTR">xmlEntitiesTablePtr</a>
|
||||
<a href="html/libxml-entities.html#XMLINITIALIZEPREDEFINEDENTITIES">xmlInitializePredefinedEntities</a>
|
||||
<a href="html/libxml-entities.html#XMLADDDOCENTITY">xmlAddDocEntity</a>
|
||||
@ -490,7 +489,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#XML-COMPLETE-ATTRS-CAPS">XML_COMPLETE_ATTRS</a>
|
||||
<a href="html/libxml-parser.html#XMLPARSERCTXT">xmlParserCtxt</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXLOCATOR">xmlSAXLocator</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXLOCATORPTR">xmlSAXLocatorPtr</a>
|
||||
<a href="html/libxml-parser.html#RESOLVEENTITYSAXFUNC">resolveEntitySAXFunc</a>
|
||||
<a href="html/libxml-parser.html#INTERNALSUBSETSAXFUNC">internalSubsetSAXFunc</a>
|
||||
<a href="html/libxml-parser.html#EXTERNALSUBSETSAXFUNC">externalSubsetSAXFunc</a>
|
||||
@ -520,7 +518,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#HASINTERNALSUBSETSAXFUNC">hasInternalSubsetSAXFunc</a>
|
||||
<a href="html/libxml-parser.html#HASEXTERNALSUBSETSAXFUNC">hasExternalSubsetSAXFunc</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXHANDLER">xmlSAXHandler</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXHANDLERPTR">xmlSAXHandlerPtr</a>
|
||||
<a href="html/libxml-parser.html#XMLEXTERNALENTITYLOADER">xmlExternalEntityLoader</a>
|
||||
<a href="html/libxml-parser.html#XMLSUBSTITUTEENTITIESDEFAULTVALUE">xmlSubstituteEntitiesDefaultValue</a>
|
||||
<a href="html/libxml-parser.html#XMLINITPARSER">xmlInitParser</a>
|
||||
@ -570,8 +567,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#XMLPARSEBALANCEDCHUNKMEMORY">xmlParseBalancedChunkMemory</a>
|
||||
<a href="html/libxml-parser.html#XMLPARSEEXTERNALENTITY">xmlParseExternalEntity</a>
|
||||
<a href="html/libxml-parser.html#XMLPARSECTXTEXTERNALENTITY">xmlParseCtxtExternalEntity</a>
|
||||
<a href="html/libxml-parser.html#XMLDEFAULTSAXHANDLERINIT">xmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-parser.html#HTMLDEFAULTSAXHANDLERINIT">htmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-parser.html#XMLINITPARSERCTXT">xmlInitParserCtxt</a>
|
||||
<a href="html/libxml-parser.html#XMLCLEARPARSERCTXT">xmlClearParserCtxt</a>
|
||||
<a href="html/libxml-parser.html#XMLFREEPARSERCTXT">xmlFreeParserCtxt</a>
|
||||
@ -615,8 +610,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parserinternals.html#XMLISLETTER">xmlIsLetter</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLISDIGIT">xmlIsDigit</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLISIDEOGRAPHIC">xmlIsIdeographic</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLISCOMBINING">xmlIsCombining</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLISEXTENDER">xmlIsExtender</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLISCOMBINING">xmlIsCombining</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLISCHAR">xmlIsChar</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLCREATEFILEPARSERCTXT">xmlCreateFileParserCtxt</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLCREATEMEMORYPARSERCTXT">xmlCreateMemoryParserCtxt</a>
|
||||
@ -624,7 +619,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parserinternals.html#XMLCREATEENTITYPARSERCTXT">xmlCreateEntityParserCtxt</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLSWITCHENCODING">xmlSwitchEncoding</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLSWITCHTOENCODING">xmlSwitchToEncoding</a>
|
||||
<a href="html/libxml-parser.html#XMLFREEPARSERCTXT">xmlFreeParserCtxt</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLHANDLEENTITY">xmlHandleEntity</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLNEWSTRINGINPUTSTREAM">xmlNewStringInputStream</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLNEWENTITYINPUTSTREAM">xmlNewEntityInputStream</a>
|
||||
@ -716,12 +710,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<p>
|
||||
<a href="html/libxml-threads.html#XMLMUTEX">xmlMutex</a>
|
||||
<a href="html/libxml-threads.html#XMLMUTEXPTR">xmlMutexPtr</a>
|
||||
<a href="html/libxml-threads.html#XMLRMUTEX">xmlRMutex</a>
|
||||
<a href="html/libxml-threads.html#XMLRMUTEXPTR">xmlRMutexPtr</a>
|
||||
<a href="html/libxml-threads.html#XMLNEWMUTEX">xmlNewMutex</a>
|
||||
<a href="html/libxml-threads.html#XMLMUTEXLOCK">xmlMutexLock</a>
|
||||
<a href="html/libxml-threads.html#XMLMUTEXUNLOCK">xmlMutexUnlock</a>
|
||||
<a href="html/libxml-threads.html#XMLFREEMUTEX">xmlFreeMutex</a>
|
||||
<a href="html/libxml-threads.html#XMLRMUTEX">xmlRMutex</a>
|
||||
<a href="html/libxml-threads.html#XMLRMUTEXPTR">xmlRMutexPtr</a>
|
||||
<a href="html/libxml-threads.html#XMLNEWRMUTEX">xmlNewRMutex</a>
|
||||
<a href="html/libxml-threads.html#XMLRMUTEXLOCK">xmlRMutexLock</a>
|
||||
<a href="html/libxml-threads.html#XMLRMUTEXUNLOCK">xmlRMutexUnlock</a>
|
||||
@ -744,6 +738,12 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#XMLPARSERINPUTPTR">xmlParserInputPtr</a>
|
||||
<a href="html/libxml-parser.html#XMLPARSERCTXT">xmlParserCtxt</a>
|
||||
<a href="html/libxml-tree.html#XMLPARSERCTXTPTR">xmlParserCtxtPtr</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXLOCATOR">xmlSAXLocator</a>
|
||||
<a href="html/libxml-tree.html#XMLSAXLOCATORPTR">xmlSAXLocatorPtr</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXHANDLER">xmlSAXHandler</a>
|
||||
<a href="html/libxml-tree.html#XMLSAXHANDLERPTR">xmlSAXHandlerPtr</a>
|
||||
<a href="html/libxml-tree.html#XMLENTITY">xmlEntity</a>
|
||||
<a href="html/libxml-tree.html#XMLENTITYPTR">xmlEntityPtr</a>
|
||||
<a href="html/libxml-tree.html#BASE-BUFFER-SIZE-CAPS">BASE_BUFFER_SIZE</a>
|
||||
<a href="html/libxml-tree.html#XML-XML-NAMESPACE-CAPS">XML_XML_NAMESPACE</a>
|
||||
<a href="html/libxml-tree.html#XMLELEMENTTYPE">xmlElementType</a>
|
||||
@ -983,6 +983,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEROOT">xmlValidateRoot</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEELEMENTDECL">xmlValidateElementDecl</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEATTRIBUTEDECL">xmlValidateAttributeDecl</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEATTRIBUTEVALUE">xmlValidateAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATENOTATIONDECL">xmlValidateNotationDecl</a>
|
||||
@ -1066,7 +1067,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<h2>Module xmlmemory:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-xmlmemory.html#DEBUG-MEMORY-CAPS">DEBUG_MEMORY</a>
|
||||
<a href="html/libxml-xmlmemory.html#MEM-LIST-CAPS">MEM_LIST</a>
|
||||
<a href="html/libxml-xmlmemory.html#XMLFREEFUNC">xmlFreeFunc</a>
|
||||
<a href="html/libxml-xmlmemory.html#XMLMALLOCFUNC">xmlMallocFunc</a>
|
||||
<a href="html/libxml-xmlmemory.html#XMLREALLOCFUNC">xmlReallocFunc</a>
|
||||
@ -1258,28 +1258,19 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETADD">xmlXPathNodeSetAdd</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETADDUNIQUE">xmlXPathNodeSetAddUnique</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETSORT">xmlXPathNodeSetSort</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHIDFUNCTION">xmlXPathIdFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHROOT">xmlXPathRoot</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHEVALEXPR">xmlXPathEvalExpr</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHPARSENAME">xmlXPathParseName</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHPARSENCNAME">xmlXPathParseNCName</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHSTRINGEVALNUMBER">xmlXPathStringEvalNumber</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHEVALUATEPREDICATERESULT">xmlXPathEvaluatePredicateResult</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHINIT">xmlXPathInit</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHSTRINGFUNCTION">xmlXPathStringFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHREGISTERALLFUNCTIONS">xmlXPathRegisterAllFunctions</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHNODESETCREATE">xmlXPathNodeSetCreate</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETMERGE">xmlXPathNodeSetMerge</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETDEL">xmlXPathNodeSetDel</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETREMOVE">xmlXPathNodeSetRemove</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREENODESET">xmlXPathFreeNodeSet</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWNODESETLIST">xmlXPathNewNodeSetList</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHWRAPNODESET">xmlXPathWrapNodeSet</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHWRAPEXTERNAL">xmlXPathWrapExternal</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREENODESETLIST">xmlXPathFreeNodeSetList</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREEOBJECT">xmlXPathFreeObject</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHNEWCONTEXT">xmlXPathNewContext</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREECONTEXT">xmlXPathFreeContext</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHEQUALVALUES">xmlXPathEqualValues</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHCOMPAREVALUES">xmlXPathCompareValues</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHVALUEFLIPSIGN">xmlXPathValueFlipSign</a>
|
||||
@ -1305,8 +1296,10 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHLASTFUNCTION">xmlXPathLastFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHPOSITIONFUNCTION">xmlXPathPositionFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHCOUNTFUNCTION">xmlXPathCountFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHIDFUNCTION">xmlXPathIdFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHLOCALNAMEFUNCTION">xmlXPathLocalNameFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNAMESPACEURIFUNCTION">xmlXPathNamespaceURIFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHSTRINGFUNCTION">xmlXPathStringFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHSTRINGLENGTHFUNCTION">xmlXPathStringLengthFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHCONCATFUNCTION">xmlXPathConcatFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHCONTAINSFUNCTION">xmlXPathContainsFunction</a>
|
||||
|
@ -124,7 +124,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlmemory.html#XMLMEMSHOW">xmlMemShow</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHDEBUGDUMPOBJECT">xmlXPathDebugDumpObject</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHDEBUGDUMPCOMPEXPR">xmlXPathDebugDumpCompExpr</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHDEBUGDUMPOBJECT">xmlXPathDebugDumpObject</a>
|
||||
</p>
|
||||
<h2>Type char **:</h2>
|
||||
<p>
|
||||
@ -184,46 +183,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-htmltree.html#HTMLNEWDOCNODTD">htmlNewDocNoDtD</a>
|
||||
<a href="html/libxml-htmltree.html#HTMLNEWDOCNODTD">htmlNewDocNoDtD</a>
|
||||
<a href="html/libxml-htmltree.html#HTMLSETMETAENCODING">htmlSetMetaEncoding</a>
|
||||
<a href="html/libxml-sax.html#INTERNALSUBSET">internalSubset</a>
|
||||
<a href="html/libxml-sax.html#INTERNALSUBSET">internalSubset</a>
|
||||
<a href="html/libxml-sax.html#INTERNALSUBSET">internalSubset</a>
|
||||
<a href="html/libxml-sax.html#EXTERNALSUBSET">externalSubset</a>
|
||||
<a href="html/libxml-sax.html#EXTERNALSUBSET">externalSubset</a>
|
||||
<a href="html/libxml-sax.html#EXTERNALSUBSET">externalSubset</a>
|
||||
<a href="html/libxml-sax.html#GETENTITY">getEntity</a>
|
||||
<a href="html/libxml-sax.html#GETPARAMETERENTITY">getParameterEntity</a>
|
||||
<a href="html/libxml-sax.html#RESOLVEENTITY">resolveEntity</a>
|
||||
<a href="html/libxml-sax.html#RESOLVEENTITY">resolveEntity</a>
|
||||
<a href="html/libxml-sax.html#ENTITYDECL">entityDecl</a>
|
||||
<a href="html/libxml-sax.html#ENTITYDECL">entityDecl</a>
|
||||
<a href="html/libxml-sax.html#ENTITYDECL">entityDecl</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTEDECL">attributeDecl</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTEDECL">attributeDecl</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTEDECL">attributeDecl</a>
|
||||
<a href="html/libxml-sax.html#ELEMENTDECL">elementDecl</a>
|
||||
<a href="html/libxml-sax.html#NOTATIONDECL">notationDecl</a>
|
||||
<a href="html/libxml-sax.html#NOTATIONDECL">notationDecl</a>
|
||||
<a href="html/libxml-sax.html#NOTATIONDECL">notationDecl</a>
|
||||
<a href="html/libxml-sax.html#UNPARSEDENTITYDECL">unparsedEntityDecl</a>
|
||||
<a href="html/libxml-sax.html#UNPARSEDENTITYDECL">unparsedEntityDecl</a>
|
||||
<a href="html/libxml-sax.html#UNPARSEDENTITYDECL">unparsedEntityDecl</a>
|
||||
<a href="html/libxml-sax.html#UNPARSEDENTITYDECL">unparsedEntityDecl</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTE">attribute</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTE">attribute</a>
|
||||
<a href="html/libxml-sax.html#STARTELEMENT">startElement</a>
|
||||
<a href="html/libxml-sax.html#ENDELEMENT">endElement</a>
|
||||
<a href="html/libxml-sax.html#REFERENCE">reference</a>
|
||||
<a href="html/libxml-sax.html#CHARACTERS">characters</a>
|
||||
<a href="html/libxml-sax.html#IGNORABLEWHITESPACE">ignorableWhitespace</a>
|
||||
<a href="html/libxml-sax.html#PROCESSINGINSTRUCTION">processingInstruction</a>
|
||||
<a href="html/libxml-sax.html#PROCESSINGINSTRUCTION">processingInstruction</a>
|
||||
<a href="html/libxml-sax.html#GLOBALNAMESPACE">globalNamespace</a>
|
||||
<a href="html/libxml-sax.html#GLOBALNAMESPACE">globalNamespace</a>
|
||||
<a href="html/libxml-sax.html#SETNAMESPACE">setNamespace</a>
|
||||
<a href="html/libxml-sax.html#NAMESPACEDECL">namespaceDecl</a>
|
||||
<a href="html/libxml-sax.html#NAMESPACEDECL">namespaceDecl</a>
|
||||
<a href="html/libxml-sax.html#COMMENT">comment</a>
|
||||
<a href="html/libxml-sax.html#CDATABLOCK">cdataBlock</a>
|
||||
<a href="html/libxml-catalog.html#XMLACATALOGADD">xmlACatalogAdd</a>
|
||||
<a href="html/libxml-catalog.html#XMLACATALOGADD">xmlACatalogAdd</a>
|
||||
<a href="html/libxml-catalog.html#XMLACATALOGADD">xmlACatalogAdd</a>
|
||||
@ -464,6 +423,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-valid.html#XMLGETREFS">xmlGetRefs</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEATTRIBUTEVALUE">xmlValidateAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEONEATTRIBUTE">xmlValidateOneAttribute</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATENOTATIONUSE">xmlValidateNotationUse</a>
|
||||
@ -504,16 +465,55 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWPARSERCONTEXT">xmlXPathNewParserContext</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWSTRING">xmlXPathNewString</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHSTRINGEVALNUMBER">xmlXPathStringEvalNumber</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWSTRING">xmlXPathNewString</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHISNODETYPE">xmlXPathIsNodeType</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTREVAL">xmlXPtrEval</a>
|
||||
<a href="html/libxml-sax.html#INTERNALSUBSET">internalSubset</a>
|
||||
<a href="html/libxml-sax.html#INTERNALSUBSET">internalSubset</a>
|
||||
<a href="html/libxml-sax.html#INTERNALSUBSET">internalSubset</a>
|
||||
<a href="html/libxml-sax.html#EXTERNALSUBSET">externalSubset</a>
|
||||
<a href="html/libxml-sax.html#EXTERNALSUBSET">externalSubset</a>
|
||||
<a href="html/libxml-sax.html#EXTERNALSUBSET">externalSubset</a>
|
||||
<a href="html/libxml-sax.html#GETENTITY">getEntity</a>
|
||||
<a href="html/libxml-sax.html#GETPARAMETERENTITY">getParameterEntity</a>
|
||||
<a href="html/libxml-sax.html#RESOLVEENTITY">resolveEntity</a>
|
||||
<a href="html/libxml-sax.html#RESOLVEENTITY">resolveEntity</a>
|
||||
<a href="html/libxml-sax.html#ENTITYDECL">entityDecl</a>
|
||||
<a href="html/libxml-sax.html#ENTITYDECL">entityDecl</a>
|
||||
<a href="html/libxml-sax.html#ENTITYDECL">entityDecl</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTEDECL">attributeDecl</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTEDECL">attributeDecl</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTEDECL">attributeDecl</a>
|
||||
<a href="html/libxml-sax.html#ELEMENTDECL">elementDecl</a>
|
||||
<a href="html/libxml-sax.html#NOTATIONDECL">notationDecl</a>
|
||||
<a href="html/libxml-sax.html#NOTATIONDECL">notationDecl</a>
|
||||
<a href="html/libxml-sax.html#NOTATIONDECL">notationDecl</a>
|
||||
<a href="html/libxml-sax.html#UNPARSEDENTITYDECL">unparsedEntityDecl</a>
|
||||
<a href="html/libxml-sax.html#UNPARSEDENTITYDECL">unparsedEntityDecl</a>
|
||||
<a href="html/libxml-sax.html#UNPARSEDENTITYDECL">unparsedEntityDecl</a>
|
||||
<a href="html/libxml-sax.html#UNPARSEDENTITYDECL">unparsedEntityDecl</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTE">attribute</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTE">attribute</a>
|
||||
<a href="html/libxml-sax.html#STARTELEMENT">startElement</a>
|
||||
<a href="html/libxml-sax.html#ENDELEMENT">endElement</a>
|
||||
<a href="html/libxml-sax.html#REFERENCE">reference</a>
|
||||
<a href="html/libxml-sax.html#CHARACTERS">characters</a>
|
||||
<a href="html/libxml-sax.html#IGNORABLEWHITESPACE">ignorableWhitespace</a>
|
||||
<a href="html/libxml-sax.html#PROCESSINGINSTRUCTION">processingInstruction</a>
|
||||
<a href="html/libxml-sax.html#PROCESSINGINSTRUCTION">processingInstruction</a>
|
||||
<a href="html/libxml-sax.html#GLOBALNAMESPACE">globalNamespace</a>
|
||||
<a href="html/libxml-sax.html#GLOBALNAMESPACE">globalNamespace</a>
|
||||
<a href="html/libxml-sax.html#SETNAMESPACE">setNamespace</a>
|
||||
<a href="html/libxml-sax.html#NAMESPACEDECL">namespaceDecl</a>
|
||||
<a href="html/libxml-sax.html#NAMESPACEDECL">namespaceDecl</a>
|
||||
<a href="html/libxml-sax.html#COMMENT">comment</a>
|
||||
<a href="html/libxml-sax.html#CDATABLOCK">cdataBlock</a>
|
||||
</p>
|
||||
<h2>Type const xmlChar **:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-sax.html#STARTELEMENT">startElement</a>
|
||||
<a href="html/libxml-parser.html#STARTELEMENTSAXFUNC">startElementSAXFunc</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDGETVALIDELEMENTS">xmlValidGetValidElements</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDGETPOTENTIALCHILDREN">xmlValidGetPotentialChildren</a>
|
||||
<a href="html/libxml-sax.html#STARTELEMENT">startElement</a>
|
||||
</p>
|
||||
<h2>Type const xmlChar*:</h2>
|
||||
<p>
|
||||
@ -561,7 +561,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpath.html#XMLXPATHCASTNUMBERTOBOOLEAN">xmlXPathCastNumberToBoolean</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHCASTNUMBERTOSTRING">xmlXPathCastNumberToString</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWFLOAT">xmlXPathNewFloat</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWFLOAT">xmlXPathNewFloat</a>
|
||||
</p>
|
||||
<h2>Type ftpDataCallback:</h2>
|
||||
<p>
|
||||
@ -660,40 +659,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-htmlparser.html#HTMLSAXPARSEDOC">htmlSAXParseDoc</a>
|
||||
<a href="html/libxml-htmlparser.html#HTMLSAXPARSEFILE">htmlSAXParseFile</a>
|
||||
<a href="html/libxml-htmlparser.html#HTMLCREATEPUSHPARSERCTXT">htmlCreatePushParserCtxt</a>
|
||||
<a href="html/libxml-sax.html#GETPUBLICID">getPublicId</a>
|
||||
<a href="html/libxml-sax.html#GETSYSTEMID">getSystemId</a>
|
||||
<a href="html/libxml-sax.html#SETDOCUMENTLOCATOR">setDocumentLocator</a>
|
||||
<a href="html/libxml-sax.html#GETLINENUMBER">getLineNumber</a>
|
||||
<a href="html/libxml-sax.html#GETCOLUMNNUMBER">getColumnNumber</a>
|
||||
<a href="html/libxml-sax.html#ISSTANDALONE">isStandalone</a>
|
||||
<a href="html/libxml-sax.html#HASINTERNALSUBSET">hasInternalSubset</a>
|
||||
<a href="html/libxml-sax.html#HASEXTERNALSUBSET">hasExternalSubset</a>
|
||||
<a href="html/libxml-sax.html#INTERNALSUBSET">internalSubset</a>
|
||||
<a href="html/libxml-sax.html#EXTERNALSUBSET">externalSubset</a>
|
||||
<a href="html/libxml-sax.html#GETENTITY">getEntity</a>
|
||||
<a href="html/libxml-sax.html#GETPARAMETERENTITY">getParameterEntity</a>
|
||||
<a href="html/libxml-sax.html#RESOLVEENTITY">resolveEntity</a>
|
||||
<a href="html/libxml-sax.html#ENTITYDECL">entityDecl</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTEDECL">attributeDecl</a>
|
||||
<a href="html/libxml-sax.html#ELEMENTDECL">elementDecl</a>
|
||||
<a href="html/libxml-sax.html#NOTATIONDECL">notationDecl</a>
|
||||
<a href="html/libxml-sax.html#UNPARSEDENTITYDECL">unparsedEntityDecl</a>
|
||||
<a href="html/libxml-sax.html#STARTDOCUMENT">startDocument</a>
|
||||
<a href="html/libxml-sax.html#ENDDOCUMENT">endDocument</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTE">attribute</a>
|
||||
<a href="html/libxml-sax.html#STARTELEMENT">startElement</a>
|
||||
<a href="html/libxml-sax.html#ENDELEMENT">endElement</a>
|
||||
<a href="html/libxml-sax.html#REFERENCE">reference</a>
|
||||
<a href="html/libxml-sax.html#CHARACTERS">characters</a>
|
||||
<a href="html/libxml-sax.html#IGNORABLEWHITESPACE">ignorableWhitespace</a>
|
||||
<a href="html/libxml-sax.html#PROCESSINGINSTRUCTION">processingInstruction</a>
|
||||
<a href="html/libxml-sax.html#GLOBALNAMESPACE">globalNamespace</a>
|
||||
<a href="html/libxml-sax.html#SETNAMESPACE">setNamespace</a>
|
||||
<a href="html/libxml-sax.html#GETNAMESPACE">getNamespace</a>
|
||||
<a href="html/libxml-sax.html#CHECKNAMESPACE">checkNamespace</a>
|
||||
<a href="html/libxml-sax.html#NAMESPACEDECL">namespaceDecl</a>
|
||||
<a href="html/libxml-sax.html#COMMENT">comment</a>
|
||||
<a href="html/libxml-sax.html#CDATABLOCK">cdataBlock</a>
|
||||
<a href="html/libxml-catalog.html#XMLCATALOGFREELOCAL">xmlCatalogFreeLocal</a>
|
||||
<a href="html/libxml-catalog.html#XMLCATALOGADDLOCAL">xmlCatalogAddLocal</a>
|
||||
<a href="html/libxml-catalog.html#XMLCATALOGLOCALRESOLVE">xmlCatalogLocalResolve</a>
|
||||
@ -808,6 +773,40 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHFUNCLOOKUPFUNC">xmlXPathFuncLookupFunc</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHREGISTERFUNCLOOKUP">xmlXPathRegisterFuncLookup</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHWRAPEXTERNAL">xmlXPathWrapExternal</a>
|
||||
<a href="html/libxml-sax.html#GETPUBLICID">getPublicId</a>
|
||||
<a href="html/libxml-sax.html#GETSYSTEMID">getSystemId</a>
|
||||
<a href="html/libxml-sax.html#SETDOCUMENTLOCATOR">setDocumentLocator</a>
|
||||
<a href="html/libxml-sax.html#GETLINENUMBER">getLineNumber</a>
|
||||
<a href="html/libxml-sax.html#GETCOLUMNNUMBER">getColumnNumber</a>
|
||||
<a href="html/libxml-sax.html#ISSTANDALONE">isStandalone</a>
|
||||
<a href="html/libxml-sax.html#HASINTERNALSUBSET">hasInternalSubset</a>
|
||||
<a href="html/libxml-sax.html#HASEXTERNALSUBSET">hasExternalSubset</a>
|
||||
<a href="html/libxml-sax.html#INTERNALSUBSET">internalSubset</a>
|
||||
<a href="html/libxml-sax.html#EXTERNALSUBSET">externalSubset</a>
|
||||
<a href="html/libxml-sax.html#GETENTITY">getEntity</a>
|
||||
<a href="html/libxml-sax.html#GETPARAMETERENTITY">getParameterEntity</a>
|
||||
<a href="html/libxml-sax.html#RESOLVEENTITY">resolveEntity</a>
|
||||
<a href="html/libxml-sax.html#ENTITYDECL">entityDecl</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTEDECL">attributeDecl</a>
|
||||
<a href="html/libxml-sax.html#ELEMENTDECL">elementDecl</a>
|
||||
<a href="html/libxml-sax.html#NOTATIONDECL">notationDecl</a>
|
||||
<a href="html/libxml-sax.html#UNPARSEDENTITYDECL">unparsedEntityDecl</a>
|
||||
<a href="html/libxml-sax.html#STARTDOCUMENT">startDocument</a>
|
||||
<a href="html/libxml-sax.html#ENDDOCUMENT">endDocument</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTE">attribute</a>
|
||||
<a href="html/libxml-sax.html#STARTELEMENT">startElement</a>
|
||||
<a href="html/libxml-sax.html#ENDELEMENT">endElement</a>
|
||||
<a href="html/libxml-sax.html#REFERENCE">reference</a>
|
||||
<a href="html/libxml-sax.html#CHARACTERS">characters</a>
|
||||
<a href="html/libxml-sax.html#IGNORABLEWHITESPACE">ignorableWhitespace</a>
|
||||
<a href="html/libxml-sax.html#PROCESSINGINSTRUCTION">processingInstruction</a>
|
||||
<a href="html/libxml-sax.html#GLOBALNAMESPACE">globalNamespace</a>
|
||||
<a href="html/libxml-sax.html#SETNAMESPACE">setNamespace</a>
|
||||
<a href="html/libxml-sax.html#GETNAMESPACE">getNamespace</a>
|
||||
<a href="html/libxml-sax.html#CHECKNAMESPACE">checkNamespace</a>
|
||||
<a href="html/libxml-sax.html#NAMESPACEDECL">namespaceDecl</a>
|
||||
<a href="html/libxml-sax.html#COMMENT">comment</a>
|
||||
<a href="html/libxml-sax.html#CDATABLOCK">cdataBlock</a>
|
||||
</p>
|
||||
<h2>Type xmlAttrPtr:</h2>
|
||||
<p>
|
||||
@ -922,8 +921,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-docbparser.html#DOCBPARSEDOC">docbParseDoc</a>
|
||||
<a href="html/libxml-htmlparser.html#HTMLSAXPARSEDOC">htmlSAXParseDoc</a>
|
||||
<a href="html/libxml-htmlparser.html#HTMLPARSEDOC">htmlParseDoc</a>
|
||||
<a href="html/libxml-sax.html#ENTITYDECL">entityDecl</a>
|
||||
<a href="html/libxml-sax.html#CHECKNAMESPACE">checkNamespace</a>
|
||||
<a href="html/libxml-hash.html#XMLHASHDEALLOCATOR">xmlHashDeallocator</a>
|
||||
<a href="html/libxml-hash.html#XMLHASHCOPIER">xmlHashCopier</a>
|
||||
<a href="html/libxml-hash.html#XMLHASHSCANNER">xmlHashScanner</a>
|
||||
@ -944,6 +941,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-valid.html#XMLNEWELEMENTCONTENT">xmlNewElementContent</a>
|
||||
<a href="html/libxml-valid.html#XMLCREATEENUMERATION">xmlCreateEnumeration</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHWRAPSTRING">xmlXPathWrapString</a>
|
||||
<a href="html/libxml-sax.html#ENTITYDECL">entityDecl</a>
|
||||
<a href="html/libxml-sax.html#CHECKNAMESPACE">checkNamespace</a>
|
||||
</p>
|
||||
<h2>Type xmlChar **:</h2>
|
||||
<p>
|
||||
@ -1080,6 +1079,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEROOT">xmlValidateRoot</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEELEMENTDECL">xmlValidateElementDecl</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEATTRIBUTEDECL">xmlValidateAttributeDecl</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATENOTATIONDECL">xmlValidateNotationDecl</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEDTD">xmlValidateDtd</a>
|
||||
@ -1093,7 +1093,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-valid.html#XMLISMIXEDELEMENT">xmlIsMixedElement</a>
|
||||
<a href="html/libxml-xinclude.html#XMLXINCLUDEPROCESS">xmlXIncludeProcess</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHNEWCONTEXT">xmlXPathNewContext</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHNEWCONTEXT">xmlXPathNewContext</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWCONTEXT">xmlXPtrNewContext</a>
|
||||
</p>
|
||||
<h2>Type xmlDtdPtr:</h2>
|
||||
@ -1117,13 +1116,13 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</p>
|
||||
<h2>Type xmlElementContentPtr:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-sax.html#ELEMENTDECL">elementDecl</a>
|
||||
<a href="html/libxml-parser.html#ELEMENTDECLSAXFUNC">elementDeclSAXFunc</a>
|
||||
<a href="html/libxml-valid.html#XMLCOPYELEMENTCONTENT">xmlCopyElementContent</a>
|
||||
<a href="html/libxml-valid.html#XMLFREEELEMENTCONTENT">xmlFreeElementContent</a>
|
||||
<a href="html/libxml-valid.html#XMLSNPRINTFELEMENTCONTENT">xmlSnprintfElementContent</a>
|
||||
<a href="html/libxml-valid.html#XMLSPRINTFELEMENTCONTENT">xmlSprintfElementContent</a>
|
||||
<a href="html/libxml-valid.html#XMLADDELEMENTDECL">xmlAddElementDecl</a>
|
||||
<a href="html/libxml-sax.html#ELEMENTDECL">elementDecl</a>
|
||||
</p>
|
||||
<h2>Type xmlElementContentPtr *:</h2>
|
||||
<p>
|
||||
@ -1167,11 +1166,11 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</p>
|
||||
<h2>Type xmlEnumerationPtr:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTEDECL">attributeDecl</a>
|
||||
<a href="html/libxml-parser.html#ATTRIBUTEDECLSAXFUNC">attributeDeclSAXFunc</a>
|
||||
<a href="html/libxml-valid.html#XMLFREEENUMERATION">xmlFreeEnumeration</a>
|
||||
<a href="html/libxml-valid.html#XMLCOPYENUMERATION">xmlCopyEnumeration</a>
|
||||
<a href="html/libxml-valid.html#XMLADDATTRIBUTEDECL">xmlAddAttributeDecl</a>
|
||||
<a href="html/libxml-sax.html#ATTRIBUTEDECL">attributeDecl</a>
|
||||
</p>
|
||||
<h2>Type xmlEnumerationPtr *:</h2>
|
||||
<p>
|
||||
@ -1451,6 +1450,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-valid.html#XMLISID">xmlIsID</a>
|
||||
<a href="html/libxml-valid.html#XMLISREF">xmlIsRef</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">xmlValidNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEELEMENT">xmlValidateElement</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEONEELEMENT">xmlValidateOneElement</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEONEATTRIBUTE">xmlValidateOneAttribute</a>
|
||||
@ -1468,10 +1468,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWVALUETREE">xmlXPathNewValueTree</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETADD">xmlXPathNodeSetAdd</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETADDUNIQUE">xmlXPathNodeSetAddUnique</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHNODESETCREATE">xmlXPathNodeSetCreate</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETADD">xmlXPathNodeSetAdd</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETDEL">xmlXPathNodeSetDel</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWNODESET">xmlXPathNewNodeSet</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEXTSELF">xmlXPathNextSelf</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEXTCHILD">xmlXPathNextChild</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEXTDESCENDANT">xmlXPathNextDescendant</a>
|
||||
@ -1534,12 +1531,10 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETADD">xmlXPathNodeSetAdd</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETADDUNIQUE">xmlXPathNodeSetAddUnique</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETSORT">xmlXPathNodeSetSort</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETADD">xmlXPathNodeSetAdd</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETMERGE">xmlXPathNodeSetMerge</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETMERGE">xmlXPathNodeSetMerge</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETDEL">xmlXPathNodeSetDel</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNODESETREMOVE">xmlXPathNodeSetRemove</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREENODESET">xmlXPathFreeNodeSet</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWNODESETLIST">xmlXPathNewNodeSetList</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHWRAPNODESET">xmlXPathWrapNodeSet</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWLOCATIONSETNODESET">xmlXPtrNewLocationSetNodeSet</a>
|
||||
@ -1621,7 +1616,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#XMLLOADEXTERNALENTITY">xmlLoadExternalEntity</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLSWITCHENCODING">xmlSwitchEncoding</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLSWITCHTOENCODING">xmlSwitchToEncoding</a>
|
||||
<a href="html/libxml-parser.html#XMLFREEPARSERCTXT">xmlFreeParserCtxt</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLHANDLEENTITY">xmlHandleEntity</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLNEWSTRINGINPUTSTREAM">xmlNewStringInputStream</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLNEWENTITYINPUTSTREAM">xmlNewEntityInputStream</a>
|
||||
@ -1712,6 +1706,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#XMLPARSERINPUTGROW">xmlParserInputGrow</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLPUSHINPUT">xmlPushInput</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLFREEINPUTSTREAM">xmlFreeInputStream</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLPARSEELEMENTMIXEDCONTENTDECL">xmlParseElementMixedContentDecl</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLPARSEELEMENTCHILDRENCONTENTDECL">xmlParseElementChildrenContentDecl</a>
|
||||
<a href="html/libxml-parserinternals.html#INPUTPUSH">inputPush</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLPARSERINPUTSHRINK">xmlParserInputShrink</a>
|
||||
<a href="html/libxml-xmlerror.html#XMLPARSERPRINTFILEINFO">xmlParserPrintFileInfo</a>
|
||||
@ -1764,8 +1760,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</p>
|
||||
<h2>Type xmlSAXLocatorPtr:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-sax.html#SETDOCUMENTLOCATOR">setDocumentLocator</a>
|
||||
<a href="html/libxml-parser.html#SETDOCUMENTLOCATORSAXFUNC">setDocumentLocatorSAXFunc</a>
|
||||
<a href="html/libxml-sax.html#SETDOCUMENTLOCATOR">setDocumentLocator</a>
|
||||
</p>
|
||||
<h2>Type xmlShellCtxtPtr:</h2>
|
||||
<p>
|
||||
@ -1809,6 +1805,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-valid.html#XMLADDREF">xmlAddRef</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEROOT">xmlValidateRoot</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEELEMENTDECL">xmlValidateElementDecl</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEATTRIBUTEDECL">xmlValidateAttributeDecl</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATENOTATIONDECL">xmlValidateNotationDecl</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDATEDTD">xmlValidateDtd</a>
|
||||
@ -1850,7 +1847,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHREGISTEREDVARIABLESCLEANUP">xmlXPathRegisteredVariablesCleanup</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEWPARSERCONTEXT">xmlXPathNewParserContext</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHREGISTERALLFUNCTIONS">xmlXPathRegisterAllFunctions</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREECONTEXT">xmlXPathFreeContext</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTREVAL">xmlXPtrEval</a>
|
||||
</p>
|
||||
<h2>Type xmlXPathFuncLookupFunc:</h2>
|
||||
@ -1881,10 +1877,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHREGISTERVARIABLE">xmlXPathRegisterVariable</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHREGISTERVARIABLENS">xmlXPathRegisterVariableNS</a>
|
||||
<a href="html/libxml-xpathinternals.html#VALUEPUSH">valuePush</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHDEBUGDUMPOBJECT">xmlXPathDebugDumpObject</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHEVALUATEPREDICATERESULT">xmlXPathEvaluatePredicateResult</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREENODESETLIST">xmlXPathFreeNodeSetList</a>
|
||||
<a href="html/libxml-xpath.html#XMLXPATHFREEOBJECT">xmlXPathFreeObject</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRLOCATIONSETCREATE">xmlXPtrLocationSetCreate</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWRANGEPOINTS">xmlXPtrNewRangePoints</a>
|
||||
<a href="html/libxml-xpointer.html#XMLXPTRNEWRANGEPOINTS">xmlXPtrNewRangePoints</a>
|
||||
@ -1909,13 +1902,11 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHFREEPARSERCONTEXT">xmlXPathFreeParserContext</a>
|
||||
<a href="html/libxml-xpathinternals.html#VALUEPOP">valuePop</a>
|
||||
<a href="html/libxml-xpathinternals.html#VALUEPUSH">valuePush</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHIDFUNCTION">xmlXPathIdFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHROOT">xmlXPathRoot</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHEVALEXPR">xmlXPathEvalExpr</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHPARSENAME">xmlXPathParseName</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHPARSENCNAME">xmlXPathParseNCName</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHEVALUATEPREDICATERESULT">xmlXPathEvaluatePredicateResult</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHSTRINGFUNCTION">xmlXPathStringFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHEQUALVALUES">xmlXPathEqualValues</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHCOMPAREVALUES">xmlXPathCompareValues</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHVALUEFLIPSIGN">xmlXPathValueFlipSign</a>
|
||||
@ -1937,7 +1928,6 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEXTPRECEDING">xmlXPathNextPreceding</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEXTANCESTOR">xmlXPathNextAncestor</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHNEXTPRECEDINGSIBLING">xmlXPathNextPrecedingSibling</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHROOT">xmlXPathRoot</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHLASTFUNCTION">xmlXPathLastFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHPOSITIONFUNCTION">xmlXPathPositionFunction</a>
|
||||
<a href="html/libxml-xpathinternals.html#XMLXPATHCOUNTFUNCTION">xmlXPathCountFunction</a>
|
||||
|
@ -149,10 +149,23 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</p>
|
||||
<h2>Letter M:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-xmlmemory.html#MEM-LIST-CAPS">MEM_LIST</a>
|
||||
<a href="html/libxml-parserinternals.html#MOVETO-ENDTAG-CAPS">MOVETO_ENDTAG</a>
|
||||
<a href="html/libxml-parserinternals.html#MOVETO-STARTTAG-CAPS">MOVETO_STARTTAG</a>
|
||||
</p>
|
||||
<h2>Letter P:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-index.html#PYFILE-GET">PyFile_Get</a>
|
||||
<a href="html/libxml-index.html#PYCATALOG-GET">Pycatalog_Get</a>
|
||||
<a href="html/libxml-index.html#PYCATALOG-OBJECT">Pycatalog_Object</a>
|
||||
<a href="html/libxml-index.html#PYPARSERCTXT-GET">PyparserCtxt_Get</a>
|
||||
<a href="html/libxml-index.html#PYPARSERCTXT-OBJECT">PyparserCtxt_Object</a>
|
||||
<a href="html/libxml-index.html#PYXMLNODE-GET">PyxmlNode_Get</a>
|
||||
<a href="html/libxml-index.html#PYXMLNODE-OBJECT">PyxmlNode_Object</a>
|
||||
<a href="html/libxml-index.html#PYXMLXPATHCONTEXT-GET">PyxmlXPathContext_Get</a>
|
||||
<a href="html/libxml-index.html#PYXMLXPATHCONTEXT-OBJECT">PyxmlXPathContext_Object</a>
|
||||
<a href="html/libxml-index.html#PYXMLXPATHPARSERCONTEXT-GET">PyxmlXPathParserContext_Get</a>
|
||||
<a href="html/libxml-index.html#PYXMLXPATHPARSERCONTEXT-OBJECT">PyxmlXPathParserContext_Object</a>
|
||||
</p>
|
||||
<h2>Letter S:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-parserinternals.html#SKIP-EOL-CAPS">SKIP_EOL</a>
|
||||
@ -270,7 +283,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parserinternals.html#HTMLCREATEFILEPARSERCTXT">htmlCreateFileParserCtxt</a>
|
||||
<a href="html/libxml-htmlparser.html#HTMLCREATEPUSHPARSERCTXT">htmlCreatePushParserCtxt</a>
|
||||
<a href="html/libxml-globals.html#HTMLDEFAULTSAXHANDLER">htmlDefaultSAXHandler</a>
|
||||
<a href="html/libxml-parser.html#HTMLDEFAULTSAXHANDLERINIT">htmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-sax.html#HTMLDEFAULTSAXHANDLERINIT">htmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-htmltree.html#HTMLDOCCONTENTDUMPFORMATOUTPUT">htmlDocContentDumpFormatOutput</a>
|
||||
<a href="html/libxml-htmltree.html#HTMLDOCCONTENTDUMPOUTPUT">htmlDocContentDumpOutput</a>
|
||||
<a href="html/libxml-htmltree.html#HTMLDOCDUMP">htmlDocDump</a>
|
||||
@ -333,6 +346,30 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#ISSTANDALONESAXFUNC">isStandaloneSAXFunc</a>
|
||||
<a href="html/libxml-encoding.html#ISOLAT1TOUTF8">isolat1ToUTF8</a>
|
||||
</p>
|
||||
<h2>Letter l:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-index.html#LIBXML-CHARPTRCONSTWRAP">libxml_charPtrConstWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-CHARPTRWRAP">libxml_charPtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-CONSTCHARPTRWRAP">libxml_constcharPtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-CONSTXMLCHARPTRWRAP">libxml_constxmlCharPtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-DOUBLEWRAP">libxml_doubleWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-INTWRAP">libxml_intWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-LONGWRAP">libxml_longWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLATTRPTRWRAP">libxml_xmlAttrPtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLATTRIBUTEPTRWRAP">libxml_xmlAttributePtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLCATALOGPTRWRAP">libxml_xmlCatalogPtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLCHARPTRCONSTWRAP">libxml_xmlCharPtrConstWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLCHARPTRWRAP">libxml_xmlCharPtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLDOCPTRWRAP">libxml_xmlDocPtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLELEMENTPTRWRAP">libxml_xmlElementPtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLNODEPTRWRAP">libxml_xmlNodePtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLNSPTRWRAP">libxml_xmlNsPtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLPARSERCTXTPTRWRAP">libxml_xmlParserCtxtPtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLXPATHCONTEXTPTRWRAP">libxml_xmlXPathContextPtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLXPATHOBJECTPTRCONVERT">libxml_xmlXPathObjectPtrConvert</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLXPATHOBJECTPTRWRAP">libxml_xmlXPathObjectPtrWrap</a>
|
||||
<a href="html/libxml-index.html#LIBXML-XMLXPATHPARSERCONTEXTPTRWRAP">libxml_xmlXPathParserContextPtrWrap</a>
|
||||
</p>
|
||||
<h2>Letter n:</h2>
|
||||
<p>
|
||||
<a href="html/libxml-parserinternals.html#NAMEPOP">namePop</a>
|
||||
@ -528,7 +565,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parserinternals.html#XMLDECODEENTITIES">xmlDecodeEntities</a>
|
||||
<a href="html/libxml-globals.html#XMLDEFAULTBUFFERSIZE">xmlDefaultBufferSize</a>
|
||||
<a href="html/libxml-globals.html#XMLDEFAULTSAXHANDLER">xmlDefaultSAXHandler</a>
|
||||
<a href="html/libxml-parser.html#XMLDEFAULTSAXHANDLERINIT">xmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-sax.html#XMLDEFAULTSAXHANDLERINIT">xmlDefaultSAXHandlerInit</a>
|
||||
<a href="html/libxml-globals.html#XMLDEFAULTSAXLOCATOR">xmlDefaultSAXLocator</a>
|
||||
<a href="html/libxml-encoding.html#XMLDELENCODINGALIAS">xmlDelEncodingAlias</a>
|
||||
<a href="html/libxml-encoding.html#XMLDETECTCHARENCODING">xmlDetectCharEncoding</a>
|
||||
@ -567,8 +604,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-entities.html#XMLENCODEENTITIESREENTRANT">xmlEncodeEntitiesReentrant</a>
|
||||
<a href="html/libxml-entities.html#XMLENCODESPECIALCHARS">xmlEncodeSpecialChars</a>
|
||||
<a href="html/libxml-entities.html#XMLENTITIESTABLEPTR">xmlEntitiesTablePtr</a>
|
||||
<a href="html/libxml-entities.html#XMLENTITY">xmlEntity</a>
|
||||
<a href="html/libxml-entities.html#XMLENTITYPTR">xmlEntityPtr</a>
|
||||
<a href="html/libxml-tree.html#XMLENTITY">xmlEntity</a>
|
||||
<a href="html/libxml-tree.html#XMLENTITYPTR">xmlEntityPtr</a>
|
||||
<a href="html/libxml-parserinternals.html#XMLENTITYREFERENCEFUNC">xmlEntityReferenceFunc</a>
|
||||
<a href="html/libxml-entities.html#XMLENTITYTYPE">xmlEntityType</a>
|
||||
<a href="html/libxml-tree.html#XMLENUMERATION">xmlEnumeration</a>
|
||||
@ -1006,9 +1043,9 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#XMLREPLACENODE">xmlReplaceNode</a>
|
||||
<a href="html/libxml-tree.html#XMLROOTNODE">xmlRootNode</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXHANDLER">xmlSAXHandler</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXHANDLERPTR">xmlSAXHandlerPtr</a>
|
||||
<a href="html/libxml-tree.html#XMLSAXHANDLERPTR">xmlSAXHandlerPtr</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXLOCATOR">xmlSAXLocator</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXLOCATORPTR">xmlSAXLocatorPtr</a>
|
||||
<a href="html/libxml-tree.html#XMLSAXLOCATORPTR">xmlSAXLocatorPtr</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXPARSEDTD">xmlSAXParseDTD</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXPARSEDOC">xmlSAXParseDoc</a>
|
||||
<a href="html/libxml-parser.html#XMLSAXPARSEENTITY">xmlSAXParseEntity</a>
|
||||
@ -1106,6 +1143,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#XMLUNSETNSPROP">xmlUnsetNsProp</a>
|
||||
<a href="html/libxml-tree.html#XMLUNSETPROP">xmlUnsetProp</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXT">xmlValidCtxt</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">xmlValidCtxtNormalizeAttributeValue</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDCTXTPTR">xmlValidCtxtPtr</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDGETPOTENTIALCHILDREN">xmlValidGetPotentialChildren</a>
|
||||
<a href="html/libxml-valid.html#XMLVALIDGETVALIDELEMENTS">xmlValidGetValidElements</a>
|
||||
|
@ -34,7 +34,7 @@ $(APIPAGES): libxml2-refs.xml site.xsl api.xsl
|
||||
$(bindir)/xsltproc --html $(top_srcdir)/doc/api.xsl $(top_srcdir)/doc/xml.html ; fi );
|
||||
|
||||
scan:
|
||||
gtkdoc-scan --module=libxml --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h xmlwin32version.h win32config.h trio.h triostr.h triop.h config-mac.h XMLTestPrefix2.h XMLTestPrefix.h triodef.h trionan.h xlink.h libxml.h"
|
||||
gtkdoc-scan --module=libxml --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h xmlwin32version.h win32config.h trio.h triostr.h triop.h config-mac.h XMLTestPrefix2.h XMLTestPrefix.h triodef.h trionan.h xlink.h libxml.h libxml2-py.h libxml_wrap.h"
|
||||
|
||||
templates: scan
|
||||
gtkdoc-mktmpl --module=libxml
|
||||
|
@ -11,7 +11,6 @@
|
||||
<ANCHOR id ="XML-COMPLETE-ATTRS-CAPS" href="libxml/libxml-parser.html#XML-COMPLETE-ATTRS-CAPS">
|
||||
<ANCHOR id ="XMLPARSERCTXT" href="libxml/libxml-parser.html#XMLPARSERCTXT">
|
||||
<ANCHOR id ="XMLSAXLOCATOR" href="libxml/libxml-parser.html#XMLSAXLOCATOR">
|
||||
<ANCHOR id ="XMLSAXLOCATORPTR" href="libxml/libxml-parser.html#XMLSAXLOCATORPTR">
|
||||
<ANCHOR id ="RESOLVEENTITYSAXFUNC" href="libxml/libxml-parser.html#RESOLVEENTITYSAXFUNC">
|
||||
<ANCHOR id ="INTERNALSUBSETSAXFUNC" href="libxml/libxml-parser.html#INTERNALSUBSETSAXFUNC">
|
||||
<ANCHOR id ="EXTERNALSUBSETSAXFUNC" href="libxml/libxml-parser.html#EXTERNALSUBSETSAXFUNC">
|
||||
@ -41,7 +40,6 @@
|
||||
<ANCHOR id ="HASINTERNALSUBSETSAXFUNC" href="libxml/libxml-parser.html#HASINTERNALSUBSETSAXFUNC">
|
||||
<ANCHOR id ="HASEXTERNALSUBSETSAXFUNC" href="libxml/libxml-parser.html#HASEXTERNALSUBSETSAXFUNC">
|
||||
<ANCHOR id ="XMLSAXHANDLER" href="libxml/libxml-parser.html#XMLSAXHANDLER">
|
||||
<ANCHOR id ="XMLSAXHANDLERPTR" href="libxml/libxml-parser.html#XMLSAXHANDLERPTR">
|
||||
<ANCHOR id ="XMLEXTERNALENTITYLOADER" href="libxml/libxml-parser.html#XMLEXTERNALENTITYLOADER">
|
||||
<ANCHOR id ="XMLSUBSTITUTEENTITIESDEFAULTVALUE" href="libxml/libxml-parser.html#XMLSUBSTITUTEENTITIESDEFAULTVALUE">
|
||||
<ANCHOR id ="XMLINITPARSER" href="libxml/libxml-parser.html#XMLINITPARSER">
|
||||
@ -91,8 +89,6 @@
|
||||
<ANCHOR id ="XMLPARSEBALANCEDCHUNKMEMORY" href="libxml/libxml-parser.html#XMLPARSEBALANCEDCHUNKMEMORY">
|
||||
<ANCHOR id ="XMLPARSEEXTERNALENTITY" href="libxml/libxml-parser.html#XMLPARSEEXTERNALENTITY">
|
||||
<ANCHOR id ="XMLPARSECTXTEXTERNALENTITY" href="libxml/libxml-parser.html#XMLPARSECTXTEXTERNALENTITY">
|
||||
<ANCHOR id ="XMLDEFAULTSAXHANDLERINIT" href="libxml/libxml-parser.html#XMLDEFAULTSAXHANDLERINIT">
|
||||
<ANCHOR id ="HTMLDEFAULTSAXHANDLERINIT" href="libxml/libxml-parser.html#HTMLDEFAULTSAXHANDLERINIT">
|
||||
<ANCHOR id ="XMLINITPARSERCTXT" href="libxml/libxml-parser.html#XMLINITPARSERCTXT">
|
||||
<ANCHOR id ="XMLCLEARPARSERCTXT" href="libxml/libxml-parser.html#XMLCLEARPARSERCTXT">
|
||||
<ANCHOR id ="XMLFREEPARSERCTXT" href="libxml/libxml-parser.html#XMLFREEPARSERCTXT">
|
||||
@ -163,6 +159,12 @@
|
||||
<ANCHOR id ="XMLPARSERINPUTPTR" href="libxml/libxml-tree.html#XMLPARSERINPUTPTR">
|
||||
<ANCHOR id ="XMLPARSERCTXT" href="libxml/libxml-tree.html#XMLPARSERCTXT">
|
||||
<ANCHOR id ="XMLPARSERCTXTPTR" href="libxml/libxml-tree.html#XMLPARSERCTXTPTR">
|
||||
<ANCHOR id ="XMLSAXLOCATOR" href="libxml/libxml-tree.html#XMLSAXLOCATOR">
|
||||
<ANCHOR id ="XMLSAXLOCATORPTR" href="libxml/libxml-tree.html#XMLSAXLOCATORPTR">
|
||||
<ANCHOR id ="XMLSAXHANDLER" href="libxml/libxml-tree.html#XMLSAXHANDLER">
|
||||
<ANCHOR id ="XMLSAXHANDLERPTR" href="libxml/libxml-tree.html#XMLSAXHANDLERPTR">
|
||||
<ANCHOR id ="XMLENTITY" href="libxml/libxml-tree.html#XMLENTITY">
|
||||
<ANCHOR id ="XMLENTITYPTR" href="libxml/libxml-tree.html#XMLENTITYPTR">
|
||||
<ANCHOR id ="BASE-BUFFER-SIZE-CAPS" href="libxml/libxml-tree.html#BASE-BUFFER-SIZE-CAPS">
|
||||
<ANCHOR id ="XML-XML-NAMESPACE-CAPS" href="libxml/libxml-tree.html#XML-XML-NAMESPACE-CAPS">
|
||||
<ANCHOR id ="XMLELEMENTTYPE" href="libxml/libxml-tree.html#XMLELEMENTTYPE">
|
||||
@ -338,7 +340,6 @@
|
||||
<ANCHOR id ="LIBXML-ENTITIES" href="libxml/libxml-entities.html">
|
||||
<ANCHOR id ="XMLENTITYTYPE" href="libxml/libxml-entities.html#XMLENTITYTYPE">
|
||||
<ANCHOR id ="XMLENTITY" href="libxml/libxml-entities.html#XMLENTITY">
|
||||
<ANCHOR id ="XMLENTITYPTR" href="libxml/libxml-entities.html#XMLENTITYPTR">
|
||||
<ANCHOR id ="XMLENTITIESTABLEPTR" href="libxml/libxml-entities.html#XMLENTITIESTABLEPTR">
|
||||
<ANCHOR id ="XMLINITIALIZEPREDEFINEDENTITIES" href="libxml/libxml-entities.html#XMLINITIALIZEPREDEFINEDENTITIES">
|
||||
<ANCHOR id ="XMLADDDOCENTITY" href="libxml/libxml-entities.html#XMLADDDOCENTITY">
|
||||
@ -405,6 +406,7 @@
|
||||
<ANCHOR id ="XMLVALIDATEROOT" href="libxml/libxml-valid.html#XMLVALIDATEROOT">
|
||||
<ANCHOR id ="XMLVALIDATEELEMENTDECL" href="libxml/libxml-valid.html#XMLVALIDATEELEMENTDECL">
|
||||
<ANCHOR id ="XMLVALIDNORMALIZEATTRIBUTEVALUE" href="libxml/libxml-valid.html#XMLVALIDNORMALIZEATTRIBUTEVALUE">
|
||||
<ANCHOR id ="XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE" href="libxml/libxml-valid.html#XMLVALIDCTXTNORMALIZEATTRIBUTEVALUE">
|
||||
<ANCHOR id ="XMLVALIDATEATTRIBUTEDECL" href="libxml/libxml-valid.html#XMLVALIDATEATTRIBUTEDECL">
|
||||
<ANCHOR id ="XMLVALIDATEATTRIBUTEVALUE" href="libxml/libxml-valid.html#XMLVALIDATEATTRIBUTEVALUE">
|
||||
<ANCHOR id ="XMLVALIDATENOTATIONDECL" href="libxml/libxml-valid.html#XMLVALIDATENOTATIONDECL">
|
||||
@ -649,28 +651,19 @@
|
||||
<ANCHOR id ="XMLXPATHNODESETADD" href="libxml/libxml-xpathinternals.html#XMLXPATHNODESETADD">
|
||||
<ANCHOR id ="XMLXPATHNODESETADDUNIQUE" href="libxml/libxml-xpathinternals.html#XMLXPATHNODESETADDUNIQUE">
|
||||
<ANCHOR id ="XMLXPATHNODESETSORT" href="libxml/libxml-xpathinternals.html#XMLXPATHNODESETSORT">
|
||||
<ANCHOR id ="XMLXPATHIDFUNCTION" href="libxml/libxml-xpathinternals.html#XMLXPATHIDFUNCTION">
|
||||
<ANCHOR id ="XMLXPATHROOT" href="libxml/libxml-xpathinternals.html#XMLXPATHROOT">
|
||||
<ANCHOR id ="XMLXPATHEVALEXPR" href="libxml/libxml-xpathinternals.html#XMLXPATHEVALEXPR">
|
||||
<ANCHOR id ="XMLXPATHPARSENAME" href="libxml/libxml-xpathinternals.html#XMLXPATHPARSENAME">
|
||||
<ANCHOR id ="XMLXPATHPARSENCNAME" href="libxml/libxml-xpathinternals.html#XMLXPATHPARSENCNAME">
|
||||
<ANCHOR id ="XMLXPATHSTRINGEVALNUMBER" href="libxml/libxml-xpathinternals.html#XMLXPATHSTRINGEVALNUMBER">
|
||||
<ANCHOR id ="XMLXPATHEVALUATEPREDICATERESULT" href="libxml/libxml-xpathinternals.html#XMLXPATHEVALUATEPREDICATERESULT">
|
||||
<ANCHOR id ="XMLXPATHINIT" href="libxml/libxml-xpathinternals.html#XMLXPATHINIT">
|
||||
<ANCHOR id ="XMLXPATHSTRINGFUNCTION" href="libxml/libxml-xpathinternals.html#XMLXPATHSTRINGFUNCTION">
|
||||
<ANCHOR id ="XMLXPATHREGISTERALLFUNCTIONS" href="libxml/libxml-xpathinternals.html#XMLXPATHREGISTERALLFUNCTIONS">
|
||||
<ANCHOR id ="XMLXPATHNODESETCREATE" href="libxml/libxml-xpathinternals.html#XMLXPATHNODESETCREATE">
|
||||
<ANCHOR id ="XMLXPATHNODESETMERGE" href="libxml/libxml-xpathinternals.html#XMLXPATHNODESETMERGE">
|
||||
<ANCHOR id ="XMLXPATHNODESETDEL" href="libxml/libxml-xpathinternals.html#XMLXPATHNODESETDEL">
|
||||
<ANCHOR id ="XMLXPATHNODESETREMOVE" href="libxml/libxml-xpathinternals.html#XMLXPATHNODESETREMOVE">
|
||||
<ANCHOR id ="XMLXPATHFREENODESET" href="libxml/libxml-xpathinternals.html#XMLXPATHFREENODESET">
|
||||
<ANCHOR id ="XMLXPATHNEWNODESETLIST" href="libxml/libxml-xpathinternals.html#XMLXPATHNEWNODESETLIST">
|
||||
<ANCHOR id ="XMLXPATHWRAPNODESET" href="libxml/libxml-xpathinternals.html#XMLXPATHWRAPNODESET">
|
||||
<ANCHOR id ="XMLXPATHWRAPEXTERNAL" href="libxml/libxml-xpathinternals.html#XMLXPATHWRAPEXTERNAL">
|
||||
<ANCHOR id ="XMLXPATHFREENODESETLIST" href="libxml/libxml-xpathinternals.html#XMLXPATHFREENODESETLIST">
|
||||
<ANCHOR id ="XMLXPATHFREEOBJECT" href="libxml/libxml-xpathinternals.html#XMLXPATHFREEOBJECT">
|
||||
<ANCHOR id ="XMLXPATHNEWCONTEXT" href="libxml/libxml-xpathinternals.html#XMLXPATHNEWCONTEXT">
|
||||
<ANCHOR id ="XMLXPATHFREECONTEXT" href="libxml/libxml-xpathinternals.html#XMLXPATHFREECONTEXT">
|
||||
<ANCHOR id ="XMLXPATHEQUALVALUES" href="libxml/libxml-xpathinternals.html#XMLXPATHEQUALVALUES">
|
||||
<ANCHOR id ="XMLXPATHCOMPAREVALUES" href="libxml/libxml-xpathinternals.html#XMLXPATHCOMPAREVALUES">
|
||||
<ANCHOR id ="XMLXPATHVALUEFLIPSIGN" href="libxml/libxml-xpathinternals.html#XMLXPATHVALUEFLIPSIGN">
|
||||
@ -696,8 +689,10 @@
|
||||
<ANCHOR id ="XMLXPATHLASTFUNCTION" href="libxml/libxml-xpathinternals.html#XMLXPATHLASTFUNCTION">
|
||||
<ANCHOR id ="XMLXPATHPOSITIONFUNCTION" href="libxml/libxml-xpathinternals.html#XMLXPATHPOSITIONFUNCTION">
|
||||
<ANCHOR id ="XMLXPATHCOUNTFUNCTION" href="libxml/libxml-xpathinternals.html#XMLXPATHCOUNTFUNCTION">
|
||||
<ANCHOR id ="XMLXPATHIDFUNCTION" href="libxml/libxml-xpathinternals.html#XMLXPATHIDFUNCTION">
|
||||
<ANCHOR id ="XMLXPATHLOCALNAMEFUNCTION" href="libxml/libxml-xpathinternals.html#XMLXPATHLOCALNAMEFUNCTION">
|
||||
<ANCHOR id ="XMLXPATHNAMESPACEURIFUNCTION" href="libxml/libxml-xpathinternals.html#XMLXPATHNAMESPACEURIFUNCTION">
|
||||
<ANCHOR id ="XMLXPATHSTRINGFUNCTION" href="libxml/libxml-xpathinternals.html#XMLXPATHSTRINGFUNCTION">
|
||||
<ANCHOR id ="XMLXPATHSTRINGLENGTHFUNCTION" href="libxml/libxml-xpathinternals.html#XMLXPATHSTRINGLENGTHFUNCTION">
|
||||
<ANCHOR id ="XMLXPATHCONCATFUNCTION" href="libxml/libxml-xpathinternals.html#XMLXPATHCONCATFUNCTION">
|
||||
<ANCHOR id ="XMLXPATHCONTAINSFUNCTION" href="libxml/libxml-xpathinternals.html#XMLXPATHCONTAINSFUNCTION">
|
||||
@ -868,12 +863,12 @@
|
||||
<ANCHOR id ="LIBXML-THREADS" href="libxml/libxml-threads.html">
|
||||
<ANCHOR id ="XMLMUTEX" href="libxml/libxml-threads.html#XMLMUTEX">
|
||||
<ANCHOR id ="XMLMUTEXPTR" href="libxml/libxml-threads.html#XMLMUTEXPTR">
|
||||
<ANCHOR id ="XMLRMUTEX" href="libxml/libxml-threads.html#XMLRMUTEX">
|
||||
<ANCHOR id ="XMLRMUTEXPTR" href="libxml/libxml-threads.html#XMLRMUTEXPTR">
|
||||
<ANCHOR id ="XMLNEWMUTEX" href="libxml/libxml-threads.html#XMLNEWMUTEX">
|
||||
<ANCHOR id ="XMLMUTEXLOCK" href="libxml/libxml-threads.html#XMLMUTEXLOCK">
|
||||
<ANCHOR id ="XMLMUTEXUNLOCK" href="libxml/libxml-threads.html#XMLMUTEXUNLOCK">
|
||||
<ANCHOR id ="XMLFREEMUTEX" href="libxml/libxml-threads.html#XMLFREEMUTEX">
|
||||
<ANCHOR id ="XMLRMUTEX" href="libxml/libxml-threads.html#XMLRMUTEX">
|
||||
<ANCHOR id ="XMLRMUTEXPTR" href="libxml/libxml-threads.html#XMLRMUTEXPTR">
|
||||
<ANCHOR id ="XMLNEWRMUTEX" href="libxml/libxml-threads.html#XMLNEWRMUTEX">
|
||||
<ANCHOR id ="XMLRMUTEXLOCK" href="libxml/libxml-threads.html#XMLRMUTEXLOCK">
|
||||
<ANCHOR id ="XMLRMUTEXUNLOCK" href="libxml/libxml-threads.html#XMLRMUTEXUNLOCK">
|
||||
@ -954,8 +949,8 @@
|
||||
<ANCHOR id ="XMLISLETTER" href="libxml/libxml-parserinternals.html#XMLISLETTER">
|
||||
<ANCHOR id ="XMLISDIGIT" href="libxml/libxml-parserinternals.html#XMLISDIGIT">
|
||||
<ANCHOR id ="XMLISIDEOGRAPHIC" href="libxml/libxml-parserinternals.html#XMLISIDEOGRAPHIC">
|
||||
<ANCHOR id ="XMLISCOMBINING" href="libxml/libxml-parserinternals.html#XMLISCOMBINING">
|
||||
<ANCHOR id ="XMLISEXTENDER" href="libxml/libxml-parserinternals.html#XMLISEXTENDER">
|
||||
<ANCHOR id ="XMLISCOMBINING" href="libxml/libxml-parserinternals.html#XMLISCOMBINING">
|
||||
<ANCHOR id ="XMLISCHAR" href="libxml/libxml-parserinternals.html#XMLISCHAR">
|
||||
<ANCHOR id ="XMLCREATEFILEPARSERCTXT" href="libxml/libxml-parserinternals.html#XMLCREATEFILEPARSERCTXT">
|
||||
<ANCHOR id ="XMLCREATEMEMORYPARSERCTXT" href="libxml/libxml-parserinternals.html#XMLCREATEMEMORYPARSERCTXT">
|
||||
@ -963,7 +958,6 @@
|
||||
<ANCHOR id ="XMLCREATEENTITYPARSERCTXT" href="libxml/libxml-parserinternals.html#XMLCREATEENTITYPARSERCTXT">
|
||||
<ANCHOR id ="XMLSWITCHENCODING" href="libxml/libxml-parserinternals.html#XMLSWITCHENCODING">
|
||||
<ANCHOR id ="XMLSWITCHTOENCODING" href="libxml/libxml-parserinternals.html#XMLSWITCHTOENCODING">
|
||||
<ANCHOR id ="XMLFREEPARSERCTXT" href="libxml/libxml-parserinternals.html#XMLFREEPARSERCTXT">
|
||||
<ANCHOR id ="XMLHANDLEENTITY" href="libxml/libxml-parserinternals.html#XMLHANDLEENTITY">
|
||||
<ANCHOR id ="XMLNEWSTRINGINPUTSTREAM" href="libxml/libxml-parserinternals.html#XMLNEWSTRINGINPUTSTREAM">
|
||||
<ANCHOR id ="XMLNEWENTITYINPUTSTREAM" href="libxml/libxml-parserinternals.html#XMLNEWENTITYINPUTSTREAM">
|
||||
@ -1141,7 +1135,6 @@
|
||||
<ANCHOR id ="XMLSHELL" href="libxml/libxml-debugxml.html#XMLSHELL">
|
||||
<ANCHOR id ="LIBXML-XMLMEMORY" href="libxml/libxml-xmlmemory.html">
|
||||
<ANCHOR id ="DEBUG-MEMORY-CAPS" href="libxml/libxml-xmlmemory.html#DEBUG-MEMORY-CAPS">
|
||||
<ANCHOR id ="MEM-LIST-CAPS" href="libxml/libxml-xmlmemory.html#MEM-LIST-CAPS">
|
||||
<ANCHOR id ="XMLFREEFUNC" href="libxml/libxml-xmlmemory.html#XMLFREEFUNC">
|
||||
<ANCHOR id ="XMLMALLOCFUNC" href="libxml/libxml-xmlmemory.html#XMLMALLOCFUNC">
|
||||
<ANCHOR id ="XMLREALLOCFUNC" href="libxml/libxml-xmlmemory.html#XMLREALLOCFUNC">
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-CATALOG"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN19049"
|
||||
NAME="AEN19030"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN19049"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN19052"
|
||||
NAME="AEN19033"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -506,7 +506,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN19153"
|
||||
NAME="AEN19134"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -516,14 +516,14 @@ NAME="AEN19153"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN19156"
|
||||
NAME="AEN19137"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19158"
|
||||
NAME="AEN19139"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -551,7 +551,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19164"
|
||||
NAME="AEN19145"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -572,12 +572,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>the specific XML Catalog Processing Instuction name</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19169"
|
||||
NAME="AEN19151"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -607,7 +609,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19174"
|
||||
NAME="AEN19156"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -638,7 +640,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19179"
|
||||
NAME="AEN19161"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -664,7 +666,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19184"
|
||||
NAME="AEN19166"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -690,7 +692,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19189"
|
||||
NAME="AEN19171"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -720,7 +722,7 @@ HREF="libxml-catalog.html#XMLCATALOGPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19196"
|
||||
NAME="AEN19178"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -773,7 +775,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19209"
|
||||
NAME="AEN19191"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -806,7 +808,7 @@ Catalogs are not handled recursively.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19216"
|
||||
NAME="AEN19198"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -859,7 +861,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19229"
|
||||
NAME="AEN19211"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -891,7 +893,7 @@ like adding and removing CATALOG or DELEGATE entries.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19236"
|
||||
NAME="AEN19218"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -944,7 +946,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19249"
|
||||
NAME="AEN19231"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -974,7 +976,7 @@ HREF="libxml-catalog.html#XMLCATALOGPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19256"
|
||||
NAME="AEN19238"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1027,7 +1029,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19269"
|
||||
NAME="AEN19251"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1070,7 +1072,7 @@ different entries.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19279"
|
||||
NAME="AEN19261"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1174,7 +1176,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19304"
|
||||
NAME="AEN19286"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1208,7 +1210,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19312"
|
||||
NAME="AEN19294"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1278,7 +1280,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19329"
|
||||
NAME="AEN19311"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1319,7 +1321,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19339"
|
||||
NAME="AEN19321"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1407,7 +1409,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19360"
|
||||
NAME="AEN19342"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1444,7 +1446,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19369"
|
||||
NAME="AEN19351"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1515,7 +1517,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19386"
|
||||
NAME="AEN19368"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1552,7 +1554,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19395"
|
||||
NAME="AEN19377"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1623,7 +1625,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19412"
|
||||
NAME="AEN19394"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1660,7 +1662,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19421"
|
||||
NAME="AEN19403"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1731,7 +1733,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19438"
|
||||
NAME="AEN19420"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1765,7 +1767,7 @@ HREF="FILE-CAPS"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19446"
|
||||
NAME="AEN19428"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1820,7 +1822,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19459"
|
||||
NAME="AEN19441"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1850,7 +1852,7 @@ HREF="libxml-catalog.html#XMLCATALOGPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19466"
|
||||
NAME="AEN19448"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1888,7 +1890,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19475"
|
||||
NAME="AEN19457"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1918,7 +1920,7 @@ HREF="libxml-catalog.html#XMLCATALOGPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19482"
|
||||
NAME="AEN19464"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1971,7 +1973,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19495"
|
||||
NAME="AEN19477"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2001,7 +2003,7 @@ preferably be done once at startup</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19501"
|
||||
NAME="AEN19483"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2031,7 +2033,7 @@ preferably be done once at startup</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19507"
|
||||
NAME="AEN19489"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2084,7 +2086,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19520"
|
||||
NAME="AEN19502"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2114,7 +2116,7 @@ preferably be done once at startup</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19526"
|
||||
NAME="AEN19508"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2152,7 +2154,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19535"
|
||||
NAME="AEN19517"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2180,7 +2182,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19541"
|
||||
NAME="AEN19523"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2210,7 +2212,7 @@ HREF="FILE-CAPS"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19548"
|
||||
NAME="AEN19530"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2248,7 +2250,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19557"
|
||||
NAME="AEN19539"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2285,7 +2287,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19566"
|
||||
NAME="AEN19548"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2356,7 +2358,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19583"
|
||||
NAME="AEN19565"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2389,7 +2391,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19591"
|
||||
NAME="AEN19573"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2443,7 +2445,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19604"
|
||||
NAME="AEN19586"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2476,7 +2478,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19612"
|
||||
NAME="AEN19594"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2530,7 +2532,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19625"
|
||||
NAME="AEN19607"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2563,7 +2565,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19633"
|
||||
NAME="AEN19615"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2617,7 +2619,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19646"
|
||||
NAME="AEN19628"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2661,7 +2663,7 @@ HREF="libxml-catalog.html#XMLINITIALIZECATALOG"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19656"
|
||||
NAME="AEN19638"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2748,7 +2750,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19677"
|
||||
NAME="AEN19659"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2778,7 +2780,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19684"
|
||||
NAME="AEN19666"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2831,7 +2833,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19697"
|
||||
NAME="AEN19679"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2865,7 +2867,7 @@ except it bypass all catalog lookups.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19705"
|
||||
NAME="AEN19687"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2918,7 +2920,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19718"
|
||||
NAME="AEN19700"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2945,7 +2947,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19724"
|
||||
NAME="AEN19706"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2981,7 +2983,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19733"
|
||||
NAME="AEN19715"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3008,7 +3010,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19739"
|
||||
NAME="AEN19721"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3046,7 +3048,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19748"
|
||||
NAME="AEN19730"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3077,7 +3079,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19755"
|
||||
NAME="AEN19737"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3132,7 +3134,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19768"
|
||||
NAME="AEN19750"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3171,7 +3173,7 @@ document's private catalog list</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19777"
|
||||
NAME="AEN19759"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3259,7 +3261,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19798"
|
||||
NAME="AEN19780"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3294,7 +3296,7 @@ document's private catalog list</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19806"
|
||||
NAME="AEN19788"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3365,7 +3367,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19823"
|
||||
NAME="AEN19805"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3393,7 +3395,7 @@ debugging, 1 enable it</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19829"
|
||||
NAME="AEN19811"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3446,7 +3448,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19842"
|
||||
NAME="AEN19824"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3481,7 +3483,7 @@ Values accepted are XML_CATA_PREFER_PUBLIC or XML_CATA_PREFER_SYSTEM</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19850"
|
||||
NAME="AEN19832"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3534,7 +3536,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19863"
|
||||
NAME="AEN19845"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3565,7 +3567,7 @@ be accepted</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19870"
|
||||
NAME="AEN19852"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3603,7 +3605,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19879"
|
||||
NAME="AEN19861"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3634,7 +3636,7 @@ be accepted</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19886"
|
||||
NAME="AEN19868"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3670,7 +3672,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19895"
|
||||
NAME="AEN19877"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3707,7 +3709,7 @@ HREF="libxml-catalog.html#XMLCATALOGRESOLVESYSTEM"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19904"
|
||||
NAME="AEN19886"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3760,7 +3762,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19917"
|
||||
NAME="AEN19899"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3797,7 +3799,7 @@ HREF="libxml-catalog.html#XMLCATALOGRESOLVEPUBLIC"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19926"
|
||||
NAME="AEN19908"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-DEBUGXML"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN25312"
|
||||
NAME="AEN25314"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN25312"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN25315"
|
||||
NAME="AEN25317"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -509,7 +509,7 @@ HREF="FILE-CAPS"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN25409"
|
||||
NAME="AEN25411"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -519,14 +519,14 @@ NAME="AEN25409"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN25412"
|
||||
NAME="AEN25414"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25414"
|
||||
NAME="AEN25416"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -560,7 +560,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25422"
|
||||
NAME="AEN25424"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -615,7 +615,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25435"
|
||||
NAME="AEN25437"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -650,7 +650,7 @@ HREF="libxml-tree.html#XMLATTRPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25443"
|
||||
NAME="AEN25445"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -722,7 +722,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25460"
|
||||
NAME="AEN25462"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -757,7 +757,7 @@ HREF="libxml-tree.html#XMLATTRPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25468"
|
||||
NAME="AEN25470"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -829,7 +829,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25485"
|
||||
NAME="AEN25487"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -864,7 +864,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25493"
|
||||
NAME="AEN25495"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -936,7 +936,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25510"
|
||||
NAME="AEN25512"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -971,7 +971,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25518"
|
||||
NAME="AEN25520"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1043,7 +1043,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25535"
|
||||
NAME="AEN25537"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1078,7 +1078,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25543"
|
||||
NAME="AEN25545"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1150,7 +1150,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25560"
|
||||
NAME="AEN25562"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1184,7 +1184,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25568"
|
||||
NAME="AEN25570"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1239,7 +1239,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25581"
|
||||
NAME="AEN25583"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1273,7 +1273,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25589"
|
||||
NAME="AEN25591"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1328,7 +1328,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25602"
|
||||
NAME="AEN25604"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1362,7 +1362,7 @@ HREF="libxml-tree.html#XMLDTDPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25610"
|
||||
NAME="AEN25612"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1417,7 +1417,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25623"
|
||||
NAME="AEN25625"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1451,7 +1451,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25631"
|
||||
NAME="AEN25633"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1506,7 +1506,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25644"
|
||||
NAME="AEN25646"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1550,7 +1550,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25654"
|
||||
NAME="AEN25656"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1605,7 +1605,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25667"
|
||||
NAME="AEN25669"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1640,7 +1640,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25675"
|
||||
NAME="AEN25677"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1698,7 +1698,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25689"
|
||||
NAME="AEN25691"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1725,7 +1725,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25695"
|
||||
NAME="AEN25697"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1778,7 +1778,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25708"
|
||||
NAME="AEN25710"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1815,7 +1815,7 @@ TODO: add the defined function tables.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25714"
|
||||
NAME="AEN25716"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1841,7 +1841,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25719"
|
||||
NAME="AEN25721"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1880,7 +1880,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25728"
|
||||
NAME="AEN25730"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1984,7 +1984,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25753"
|
||||
NAME="AEN25755"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2012,7 +2012,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25759"
|
||||
NAME="AEN25761"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2067,7 +2067,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25772"
|
||||
NAME="AEN25774"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2097,7 +2097,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25779"
|
||||
NAME="AEN25781"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2135,7 +2135,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25788"
|
||||
NAME="AEN25790"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2165,7 +2165,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25795"
|
||||
NAME="AEN25797"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2192,7 +2192,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> a valid result generated by an xpath evaluation</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -2203,7 +2203,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25804"
|
||||
NAME="AEN25806"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2243,7 +2243,7 @@ Does an Unix like listing of the given node (like a directory)</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25813"
|
||||
NAME="AEN25815"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2347,7 +2347,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25838"
|
||||
NAME="AEN25840"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2387,7 +2387,7 @@ dumps the current XML base of the node</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25847"
|
||||
NAME="AEN25849"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2491,7 +2491,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25872"
|
||||
NAME="AEN25874"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2531,7 +2531,7 @@ dumps informations about the node (namespace, attributes, content).</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25881"
|
||||
NAME="AEN25883"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2635,7 +2635,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25906"
|
||||
NAME="AEN25908"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2675,7 +2675,7 @@ dumps the serialization node content (XML or HTML).</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25915"
|
||||
NAME="AEN25917"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2779,7 +2779,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25940"
|
||||
NAME="AEN25942"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2819,7 +2819,7 @@ loads a new document specified by the filename</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25949"
|
||||
NAME="AEN25951"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2923,7 +2923,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25974"
|
||||
NAME="AEN25976"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2969,7 +2969,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25984"
|
||||
NAME="AEN25986"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3073,7 +3073,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26009"
|
||||
NAME="AEN26011"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3113,7 +3113,7 @@ Write the current document to the filename, or it's original name</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26018"
|
||||
NAME="AEN26020"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3217,7 +3217,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26043"
|
||||
NAME="AEN26045"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3258,7 +3258,7 @@ is done against the given DTD.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26052"
|
||||
NAME="AEN26054"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3362,7 +3362,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26077"
|
||||
NAME="AEN26079"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3413,7 +3413,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26088"
|
||||
NAME="AEN26090"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3517,7 +3517,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26113"
|
||||
NAME="AEN26115"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3559,7 +3559,7 @@ The output is compatible with XPath commands.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26122"
|
||||
NAME="AEN26124"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3620,7 +3620,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> a node </TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -3663,7 +3663,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26147"
|
||||
NAME="AEN26149"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3704,7 +3704,7 @@ using a environment similar to a UNIX commandline.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26156"
|
||||
NAME="AEN26158"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-DOCBPARSER"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN20447"
|
||||
NAME="AEN20450"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN20447"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN20450"
|
||||
NAME="AEN20453"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -295,7 +295,7 @@ HREF="libxml-docbparser.html#DOCBPARSERCTXTPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN20487"
|
||||
NAME="AEN20490"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -305,14 +305,14 @@ NAME="AEN20487"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN20490"
|
||||
NAME="AEN20493"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20492"
|
||||
NAME="AEN20495"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -338,7 +338,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20497"
|
||||
NAME="AEN20500"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -364,7 +364,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20502"
|
||||
NAME="AEN20505"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -390,7 +390,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20507"
|
||||
NAME="AEN20510"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -416,7 +416,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20512"
|
||||
NAME="AEN20515"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -442,7 +442,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20517"
|
||||
NAME="AEN20520"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -468,7 +468,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20522"
|
||||
NAME="AEN20525"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -494,7 +494,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20527"
|
||||
NAME="AEN20530"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -520,7 +520,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20532"
|
||||
NAME="AEN20535"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -546,7 +546,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20537"
|
||||
NAME="AEN20540"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -578,7 +578,7 @@ plus SGML entities block of chars out.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20543"
|
||||
NAME="AEN20546"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -722,7 +722,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20576"
|
||||
NAME="AEN20579"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -763,7 +763,7 @@ If sax is NULL, fallback to the default DOM tree building routines.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20585"
|
||||
NAME="AEN20588"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -867,7 +867,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20610"
|
||||
NAME="AEN20613"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -901,7 +901,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20618"
|
||||
NAME="AEN20621"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -971,7 +971,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20635"
|
||||
NAME="AEN20638"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1010,7 +1010,7 @@ If sax is NULL, fallback to the default DOM tree building routines.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20643"
|
||||
NAME="AEN20646"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1114,7 +1114,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20668"
|
||||
NAME="AEN20671"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1147,7 +1147,7 @@ at compile-time.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20675"
|
||||
NAME="AEN20678"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1217,7 +1217,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20692"
|
||||
NAME="AEN20695"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1248,7 +1248,7 @@ document in ctxt->myDoc is not freed.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20699"
|
||||
NAME="AEN20702"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1286,7 +1286,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20708"
|
||||
NAME="AEN20711"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1340,7 +1340,7 @@ and error/warning reports.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20719"
|
||||
NAME="AEN20722"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1478,7 +1478,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20752"
|
||||
NAME="AEN20755"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1511,7 +1511,7 @@ HREF="libxml-docbparser.html#DOCBPARSERCTXTPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20759"
|
||||
NAME="AEN20762"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1615,7 +1615,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20784"
|
||||
NAME="AEN20787"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1648,7 +1648,7 @@ by default if found at compile-time.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20791"
|
||||
NAME="AEN20794"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1718,7 +1718,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20808"
|
||||
NAME="AEN20811"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1749,7 +1749,7 @@ interface).</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20815"
|
||||
NAME="AEN20818"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-ENCODING"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN23697"
|
||||
NAME="AEN23695"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN23697"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN23700"
|
||||
NAME="AEN23698"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -382,7 +382,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN23760"
|
||||
NAME="AEN23758"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -392,14 +392,14 @@ NAME="AEN23760"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN23763"
|
||||
NAME="AEN23761"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23765"
|
||||
NAME="AEN23763"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -465,7 +465,7 @@ support needed.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23772"
|
||||
NAME="AEN23770"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -496,7 +496,7 @@ it to an UTF-8 block of chars out.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN23778"
|
||||
NAME="AEN23776"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -624,7 +624,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23807"
|
||||
NAME="AEN23805"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -657,7 +657,7 @@ in = NULL. If stateful this should also initialize the encoder state</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN23813"
|
||||
NAME="AEN23811"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -785,7 +785,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23842"
|
||||
NAME="AEN23840"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -819,7 +819,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23847"
|
||||
NAME="AEN23845"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -845,7 +845,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23852"
|
||||
NAME="AEN23850"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -876,7 +876,7 @@ NOTE: while public, this function usually doesn't need to be called
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23858"
|
||||
NAME="AEN23856"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -905,7 +905,7 @@ unregisters all the encoding handlers and the aliases.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23864"
|
||||
NAME="AEN23862"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -935,7 +935,7 @@ HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN23871"
|
||||
NAME="AEN23869"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -973,7 +973,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23880"
|
||||
NAME="AEN23878"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1007,7 +1007,7 @@ HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN23888"
|
||||
NAME="AEN23886"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1060,7 +1060,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23901"
|
||||
NAME="AEN23899"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1091,7 +1091,7 @@ HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN23908"
|
||||
NAME="AEN23906"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1144,7 +1144,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23921"
|
||||
NAME="AEN23919"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1183,7 +1183,7 @@ will be overwritten.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN23929"
|
||||
NAME="AEN23927"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1253,7 +1253,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23946"
|
||||
NAME="AEN23944"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1285,7 +1285,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN23953"
|
||||
NAME="AEN23951"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1338,7 +1338,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23966"
|
||||
NAME="AEN23964"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1365,7 +1365,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN23972"
|
||||
NAME="AEN23970"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1418,7 +1418,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23985"
|
||||
NAME="AEN23983"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1446,7 +1446,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN23991"
|
||||
NAME="AEN23989"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1478,7 +1478,7 @@ that the comparison is case insensitive accordingly to the section
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN23998"
|
||||
NAME="AEN23996"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1532,7 +1532,7 @@ if not recognized.</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24011"
|
||||
NAME="AEN24009"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1567,7 +1567,7 @@ Section 4.3.3 Character Encoding in Entities</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24019"
|
||||
NAME="AEN24017"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1620,7 +1620,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24032"
|
||||
NAME="AEN24030"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1652,7 +1652,7 @@ accordingly of the non-normative appendix F of the XML-1.0 recommendation.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24039"
|
||||
NAME="AEN24037"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1723,7 +1723,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24056"
|
||||
NAME="AEN24054"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1771,7 +1771,7 @@ the content will be automatically remapped to a CharRef sequence.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24066"
|
||||
NAME="AEN24064"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1861,7 +1861,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24087"
|
||||
NAME="AEN24085"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1899,7 +1899,7 @@ HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24096"
|
||||
NAME="AEN24094"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1989,7 +1989,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24117"
|
||||
NAME="AEN24115"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2028,7 +2028,7 @@ the very first line, i.e. limit itself to 45 chars.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24126"
|
||||
NAME="AEN24124"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2118,7 +2118,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24147"
|
||||
NAME="AEN24145"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2148,7 +2148,7 @@ HREF="libxml-encoding.html#XMLCHARENCODINGHANDLER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24154"
|
||||
NAME="AEN24152"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2201,7 +2201,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24167"
|
||||
NAME="AEN24165"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2232,7 +2232,7 @@ block of chars out.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24173"
|
||||
NAME="AEN24171"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2359,7 +2359,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24202"
|
||||
NAME="AEN24200"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2390,7 +2390,7 @@ block of chars out.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24208"
|
||||
NAME="AEN24206"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2517,7 +2517,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24237"
|
||||
NAME="AEN24235"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2559,7 +2559,7 @@ routine checks for the 4-byte maximum size, but does not check for
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24245"
|
||||
NAME="AEN24243"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2617,7 +2617,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24259"
|
||||
NAME="AEN24257"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2648,7 +2648,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24266"
|
||||
NAME="AEN24264"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2719,7 +2719,7 @@ the first 'len' characters of ARRAY </TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24283"
|
||||
NAME="AEN24281"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2753,7 +2753,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24291"
|
||||
NAME="AEN24289"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2828,7 +2828,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24309"
|
||||
NAME="AEN24307"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2863,7 +2863,7 @@ character from a string array</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24317"
|
||||
NAME="AEN24315"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2933,7 +2933,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24334"
|
||||
NAME="AEN24332"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2967,7 +2967,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24342"
|
||||
NAME="AEN24340"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3038,7 +3038,7 @@ or -1 if not found</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24359"
|
||||
NAME="AEN24357"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3073,7 +3073,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24367"
|
||||
NAME="AEN24365"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3161,7 +3161,7 @@ or NULL if any problem</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24388"
|
||||
NAME="AEN24386"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3192,7 +3192,7 @@ checking of the content of the string.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24395"
|
||||
NAME="AEN24393"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-ENTITIES"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN7858"
|
||||
NAME="AEN7905"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN7858"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN7861"
|
||||
NAME="AEN7908"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -151,14 +151,10 @@ HREF="libxml-entities.html#XMLENTITYTYPE"
|
||||
>xmlEntityType</A
|
||||
>;
|
||||
struct <A
|
||||
HREF="libxml-entities.html#XMLENTITY"
|
||||
HREF="libxml-tree.html#XMLENTITY"
|
||||
>xmlEntity</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
>xmlEntitiesTablePtr</A
|
||||
>;
|
||||
@ -167,7 +163,7 @@ HREF="libxml-entities.html#XMLINITIALIZEPREDEFINEDENTITIES"
|
||||
>xmlInitializePredefinedEntities</A
|
||||
> (void);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-entities.html#XMLADDDOCENTITY"
|
||||
@ -194,7 +190,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *content);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-entities.html#XMLADDDTDENTITY"
|
||||
@ -221,7 +217,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *content);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-entities.html#XMLGETPREDEFINEDENTITY"
|
||||
@ -231,7 +227,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-entities.html#XMLGETDOCENTITY"
|
||||
@ -245,7 +241,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-entities.html#XMLGETDTDENTITY"
|
||||
@ -259,7 +255,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-entities.html#XMLGETPARAMETERENTITY"
|
||||
@ -357,7 +353,7 @@ HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> buf,
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> ent);
|
||||
void <A
|
||||
@ -371,7 +367,7 @@ HREF="libxml-entities.html#XMLCLEANUPPREDEFINEDENTITIES"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN7924"
|
||||
NAME="AEN7970"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -381,14 +377,14 @@ NAME="AEN7924"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN7927"
|
||||
NAME="AEN7973"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7929"
|
||||
NAME="AEN7975"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -421,7 +417,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7934"
|
||||
NAME="AEN7980"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -440,9 +436,9 @@ CLASS="PROGRAMLISTING"
|
||||
>struct xmlEntity {
|
||||
void *_private; /* application data */
|
||||
xmlElementType type; /* XML_ENTITY_DECL, must be second ! */
|
||||
const xmlChar *name; /* Attribute name */
|
||||
struct _xmlNode *children; /* NULL */
|
||||
struct _xmlNode *last; /* NULL */
|
||||
const xmlChar *name; /* Entity name */
|
||||
struct _xmlNode *children; /* First child link */
|
||||
struct _xmlNode *last; /* Last child link */
|
||||
struct _xmlDtd *parent; /* -> DTD */
|
||||
struct _xmlNode *next; /* next sibling link */
|
||||
struct _xmlNode *prev; /* previous sibling link */
|
||||
@ -467,33 +463,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7939"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLENTITYPTR"
|
||||
></A
|
||||
>>xmlEntityPtr</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>typedef xmlEntity *xmlEntityPtr;</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7944"
|
||||
NAME="AEN7985"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -519,7 +489,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7949"
|
||||
NAME="AEN7990"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -547,7 +517,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN7955"
|
||||
NAME="AEN7996"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -564,7 +534,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlAddDocEntity (<A
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
@ -597,7 +567,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN7967"
|
||||
NAME="AEN8008"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -735,7 +705,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8000"
|
||||
NAME="AEN8041"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -752,7 +722,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlAddDtdEntity (<A
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
@ -785,7 +755,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8012"
|
||||
NAME="AEN8053"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -923,7 +893,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8045"
|
||||
NAME="AEN8086"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -940,7 +910,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlGetPredefinedEntity (const <A
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
@ -956,7 +926,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8053"
|
||||
NAME="AEN8094"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1009,7 +979,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8066"
|
||||
NAME="AEN8107"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1026,7 +996,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlGetDocEntity (<A
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
@ -1048,7 +1018,7 @@ in the predefined entities too.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8075"
|
||||
NAME="AEN8116"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1118,7 +1088,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8092"
|
||||
NAME="AEN8133"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1135,7 +1105,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlGetDtdEntity (<A
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
@ -1150,13 +1120,14 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
></TABLE
|
||||
><P
|
||||
>Do an entity lookup in the DTD entity hash table and
|
||||
returns the corresponding entity, if found.</P
|
||||
returns the corresponding entity, if found.
|
||||
Note: the first argument is the document node, not the DTD node.</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8101"
|
||||
NAME="AEN8142"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1226,7 +1197,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8118"
|
||||
NAME="AEN8159"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1243,7 +1214,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> xmlGetParameterEntity (<A
|
||||
HREF="libxml-tree.html#XMLDOCPTR"
|
||||
@ -1264,7 +1235,7 @@ returns the corresponding parameter entity, if found.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8127"
|
||||
NAME="AEN8168"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1334,7 +1305,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8144"
|
||||
NAME="AEN8185"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1378,7 +1349,7 @@ This routine will issue a warning when encountered.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8155"
|
||||
NAME="AEN8196"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1448,7 +1419,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8172"
|
||||
NAME="AEN8213"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1488,7 +1459,7 @@ must be deallocated.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8181"
|
||||
NAME="AEN8222"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1558,7 +1529,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8198"
|
||||
NAME="AEN8239"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1596,7 +1567,7 @@ this routine is reentrant, and result must be deallocated.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8207"
|
||||
NAME="AEN8248"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1666,7 +1637,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8224"
|
||||
NAME="AEN8265"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1696,7 +1667,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8231"
|
||||
NAME="AEN8272"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1732,7 +1703,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8240"
|
||||
NAME="AEN8281"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1765,7 +1736,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8248"
|
||||
NAME="AEN8289"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1818,7 +1789,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8261"
|
||||
NAME="AEN8302"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1848,7 +1819,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8268"
|
||||
NAME="AEN8309"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1886,7 +1857,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8277"
|
||||
NAME="AEN8318"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1920,7 +1891,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8285"
|
||||
NAME="AEN8326"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1975,7 +1946,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8298"
|
||||
NAME="AEN8339"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1996,7 +1967,7 @@ HREF="libxml-tree.html#XMLBUFFERPTR"
|
||||
>xmlBufferPtr</A
|
||||
> buf,
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> ent);</PRE
|
||||
></TD
|
||||
@ -2009,7 +1980,7 @@ HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN8306"
|
||||
NAME="AEN8347"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2064,7 +2035,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN8319"
|
||||
NAME="AEN8360"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-GLOBALS"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN20217"
|
||||
NAME="AEN20199"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN20217"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN20220"
|
||||
NAME="AEN20202"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -264,7 +264,7 @@ HREF="libxml-parser.html#XMLSUBSTITUTEENTITIESDEFAULTVALUE"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN20251"
|
||||
NAME="AEN20233"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -274,14 +274,14 @@ NAME="AEN20251"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN20254"
|
||||
NAME="AEN20236"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20256"
|
||||
NAME="AEN20238"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -340,7 +340,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20261"
|
||||
NAME="AEN20243"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -366,7 +366,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20266"
|
||||
NAME="AEN20248"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -400,7 +400,7 @@ default values of the library.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20274"
|
||||
NAME="AEN20256"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -438,7 +438,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20283"
|
||||
NAME="AEN20265"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -468,7 +468,7 @@ HREF="MALLOC"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20290"
|
||||
NAME="AEN20272"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -506,7 +506,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20299"
|
||||
NAME="AEN20281"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -536,7 +536,7 @@ HREF="REALLOC"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20306"
|
||||
NAME="AEN20288"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -591,7 +591,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20319"
|
||||
NAME="AEN20301"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -612,12 +612,17 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>The variable holding the libxml <GTKDOCLINK
|
||||
HREF="FREE"
|
||||
>free</GTKDOCLINK
|
||||
>() implementation</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20324"
|
||||
NAME="AEN20308"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -650,7 +655,7 @@ HREF="libxml-parser.html#XMLSTRDUP"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20332"
|
||||
NAME="AEN20316"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -688,7 +693,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20341"
|
||||
NAME="AEN20325"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -709,12 +714,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Default handler for SGML DocBook, builds the DOM tree</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20346"
|
||||
NAME="AEN20331"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -735,12 +742,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Default handler for HTML, builds the DOM tree</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20351"
|
||||
NAME="AEN20337"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -761,12 +770,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting, DEPRECATED.</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20356"
|
||||
NAME="AEN20343"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -787,12 +798,15 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting, default allocation policy for buffers, default is
|
||||
XML_BUFFER_ALLOC_EXACT</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20361"
|
||||
NAME="AEN20349"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -813,12 +827,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting, default buffer size. Default value is BASE_BUFFER_SIZE</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20366"
|
||||
NAME="AEN20355"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -839,12 +855,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Default handler for XML, builds the DOM tree</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20371"
|
||||
NAME="AEN20361"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -865,12 +883,15 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>The default SAX Locator
|
||||
{ getPublicId, getSystemId, getLineNumber, getColumnNumber}</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20376"
|
||||
NAME="AEN20367"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -891,12 +912,15 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting, indicate that the parser should work in validating mode.
|
||||
Disabled by default.</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20381"
|
||||
NAME="AEN20373"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -917,12 +941,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting: function used for generic error callbacks</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20386"
|
||||
NAME="AEN20379"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -943,12 +969,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting passed to generic error callbacks</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20391"
|
||||
NAME="AEN20385"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -969,12 +997,15 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting, indicate that the parser should provide warnings.
|
||||
Activated by default.</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20396"
|
||||
NAME="AEN20391"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -995,12 +1026,15 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting, asking the serializer to indent the output tree by default
|
||||
Disabled by default</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20401"
|
||||
NAME="AEN20397"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1021,12 +1055,18 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting, indicate that the parser should keep all blanks
|
||||
nodes found in the content
|
||||
Activated by default, this is actually needed to have the parser
|
||||
conformant to the XML Recommendation, however the option is kept
|
||||
for some applications since this was libxml1 default behaviour.</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20406"
|
||||
NAME="AEN20403"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1047,12 +1087,17 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting, indicate that the parser should store the line number
|
||||
in the content field of elements in the DOM tree.
|
||||
Disabled by default since this may not be safe for old classes of
|
||||
applicaton.</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20411"
|
||||
NAME="AEN20409"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1073,12 +1118,16 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting, indicate that the parser should load DTD while not
|
||||
validating.
|
||||
Disabled by default.</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20416"
|
||||
NAME="AEN20415"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1099,6 +1148,10 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting, asking the parser to print out debugging informations.
|
||||
while handling entities.
|
||||
Disabled by default</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
@ -1125,12 +1178,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Constant string describing the internal version of the library</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20426"
|
||||
NAME="AEN20427"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1151,12 +1206,15 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting, indicate that the parser be pedantic
|
||||
Disabled by default.</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20431"
|
||||
NAME="AEN20433"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1177,12 +1235,17 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Global setting, asking the serializer to not output empty tags
|
||||
as <empty/> but <empty></empty>. those two forms are undistinguishable
|
||||
once parsed.
|
||||
Disabled by default</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20436"
|
||||
NAME="AEN20439"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-HASH"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN24413"
|
||||
NAME="AEN24411"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN24413"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN24416"
|
||||
NAME="AEN24414"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -170,7 +170,7 @@ HREF="libxml-hash.html#XMLHASHCOPIER"
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
void* (<A
|
||||
void (<A
|
||||
HREF="libxml-hash.html#XMLHASHSCANNER"
|
||||
>*xmlHashScanner</A
|
||||
>) (void *payload,
|
||||
@ -524,7 +524,7 @@ HREF="libxml-hash.html#XMLHASHSCANNERFULL"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN24514"
|
||||
NAME="AEN24512"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -534,14 +534,14 @@ NAME="AEN24514"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN24517"
|
||||
NAME="AEN24515"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24519"
|
||||
NAME="AEN24517"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -567,7 +567,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24524"
|
||||
NAME="AEN24522"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -593,7 +593,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24529"
|
||||
NAME="AEN24527"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -618,11 +618,13 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Callback to free data from a hash</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24535"
|
||||
NAME="AEN24534"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -649,7 +651,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the data in the hash</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -666,7 +668,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the name associated</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -677,7 +679,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24548"
|
||||
NAME="AEN24547"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -702,6 +704,8 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Callback to copy data from a hash</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
@ -733,7 +737,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the data in the hash</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -750,7 +754,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the name associated</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -777,7 +781,7 @@ CELLPADDING="6"
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void* (*xmlHashScanner) (void *payload,
|
||||
>void (*xmlHashScanner) (void *payload,
|
||||
void *data,
|
||||
<A
|
||||
HREF="libxml-tree.html#XMLCHAR"
|
||||
@ -787,11 +791,13 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Callback when scanning data in a hash with the simple scanner</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24573"
|
||||
NAME="AEN24574"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -818,7 +824,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the data in the hash</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -835,7 +841,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> extra scannner data</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -852,7 +858,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the name associated</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -863,7 +869,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24590"
|
||||
NAME="AEN24591"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -897,11 +903,13 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Callback when scanning data in a hash with the full scanner</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24598"
|
||||
NAME="AEN24600"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -928,7 +936,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the data in the hash</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -945,7 +953,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> extra scannner data</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -962,7 +970,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the name associated</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -979,7 +987,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the second name associated</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -996,7 +1004,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the third name associated</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -1007,7 +1015,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24623"
|
||||
NAME="AEN24625"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1037,7 +1045,7 @@ HREF="libxml-hash.html#XMLHASHTABLEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24630"
|
||||
NAME="AEN24632"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1090,7 +1098,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24643"
|
||||
NAME="AEN24645"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1135,7 +1143,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24653"
|
||||
NAME="AEN24655"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1190,7 +1198,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24666"
|
||||
NAME="AEN24668"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1241,7 +1249,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24677"
|
||||
NAME="AEN24679"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1328,7 +1336,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24698"
|
||||
NAME="AEN24700"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1394,7 +1402,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24712"
|
||||
NAME="AEN24714"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1498,7 +1506,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24737"
|
||||
NAME="AEN24739"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1558,7 +1566,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24750"
|
||||
NAME="AEN24752"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1662,7 +1670,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24775"
|
||||
NAME="AEN24777"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1732,7 +1740,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24790"
|
||||
NAME="AEN24792"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1853,7 +1861,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24819"
|
||||
NAME="AEN24821"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1923,7 +1931,7 @@ errors.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24834"
|
||||
NAME="AEN24836"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2044,7 +2052,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24863"
|
||||
NAME="AEN24865"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2123,7 +2131,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24880"
|
||||
NAME="AEN24882"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2261,7 +2269,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24913"
|
||||
NAME="AEN24915"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2316,7 +2324,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24925"
|
||||
NAME="AEN24927"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2403,7 +2411,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24946"
|
||||
NAME="AEN24948"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2467,7 +2475,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN24960"
|
||||
NAME="AEN24962"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2571,7 +2579,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN24985"
|
||||
NAME="AEN24987"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2644,7 +2652,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25001"
|
||||
NAME="AEN25003"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2765,7 +2773,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25030"
|
||||
NAME="AEN25032"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2804,7 +2812,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25039"
|
||||
NAME="AEN25041"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2859,7 +2867,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25052"
|
||||
NAME="AEN25054"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2907,7 +2915,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25063"
|
||||
NAME="AEN25065"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2979,7 +2987,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25080"
|
||||
NAME="AEN25082"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3036,7 +3044,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25093"
|
||||
NAME="AEN25095"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3125,7 +3133,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25114"
|
||||
NAME="AEN25116"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3172,7 +3180,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25125"
|
||||
NAME="AEN25127"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3242,7 +3250,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25142"
|
||||
NAME="AEN25144"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3277,7 +3285,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25150"
|
||||
NAME="AEN25152"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3331,7 +3339,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25163"
|
||||
NAME="AEN25165"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3376,7 +3384,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25173"
|
||||
NAME="AEN25175"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3448,7 +3456,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25190"
|
||||
NAME="AEN25192"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3522,7 +3530,7 @@ the comparison is considered to match.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25206"
|
||||
NAME="AEN25208"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3645,7 +3653,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25235"
|
||||
NAME="AEN25237"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3690,7 +3698,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25245"
|
||||
NAME="AEN25247"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3762,7 +3770,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN25262"
|
||||
NAME="AEN25264"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3836,7 +3844,7 @@ the comparison is considered to match.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN25278"
|
||||
NAME="AEN25280"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-HTMLPARSER"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN10699"
|
||||
NAME="AEN10798"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN10699"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN10702"
|
||||
NAME="AEN10801"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -395,7 +395,7 @@ HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN10766"
|
||||
NAME="AEN10865"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -405,14 +405,14 @@ NAME="AEN10766"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN10769"
|
||||
NAME="AEN10868"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10771"
|
||||
NAME="AEN10870"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -438,7 +438,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10776"
|
||||
NAME="AEN10875"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -464,7 +464,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10781"
|
||||
NAME="AEN10880"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -490,7 +490,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10786"
|
||||
NAME="AEN10885"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -516,7 +516,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10791"
|
||||
NAME="AEN10890"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -542,7 +542,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10796"
|
||||
NAME="AEN10895"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -568,7 +568,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10801"
|
||||
NAME="AEN10900"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -594,7 +594,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10806"
|
||||
NAME="AEN10905"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -620,7 +620,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10811"
|
||||
NAME="AEN10910"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -646,7 +646,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10816"
|
||||
NAME="AEN10915"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -682,7 +682,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10821"
|
||||
NAME="AEN10920"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -708,7 +708,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10826"
|
||||
NAME="AEN10925"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -738,7 +738,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10831"
|
||||
NAME="AEN10930"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -764,7 +764,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10836"
|
||||
NAME="AEN10935"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -797,7 +797,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10844"
|
||||
NAME="AEN10943"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -850,7 +850,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10857"
|
||||
NAME="AEN10956"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -885,7 +885,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10866"
|
||||
NAME="AEN10965"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -938,7 +938,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10879"
|
||||
NAME="AEN10978"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -970,7 +970,7 @@ HREF="libxml-htmlparser.html#HTMLENTITYDESC"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10887"
|
||||
NAME="AEN10986"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1023,7 +1023,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10900"
|
||||
NAME="AEN10999"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1059,7 +1059,7 @@ if a tag is autoclosed by one of it's child</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10908"
|
||||
NAME="AEN11007"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1129,7 +1129,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10925"
|
||||
NAME="AEN11024"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1170,7 +1170,7 @@ given tag.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10934"
|
||||
NAME="AEN11033"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1257,7 +1257,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10955"
|
||||
NAME="AEN11054"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1296,7 +1296,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10965"
|
||||
NAME="AEN11064"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1367,7 +1367,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10982"
|
||||
NAME="AEN11081"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1403,7 +1403,7 @@ HREF="X"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10991"
|
||||
NAME="AEN11090"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1456,7 +1456,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11004"
|
||||
NAME="AEN11103"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1490,7 +1490,7 @@ HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11013"
|
||||
NAME="AEN11112"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1528,7 +1528,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11022"
|
||||
NAME="AEN11121"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1569,7 +1569,7 @@ behavior and return a tree.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11031"
|
||||
NAME="AEN11130"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1674,7 +1674,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11056"
|
||||
NAME="AEN11155"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1708,7 +1708,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11064"
|
||||
NAME="AEN11163"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1778,7 +1778,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11081"
|
||||
NAME="AEN11180"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1817,7 +1817,7 @@ If sax is NULL, fallback to the default DOM tree building routines.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11089"
|
||||
NAME="AEN11188"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1922,7 +1922,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11114"
|
||||
NAME="AEN11213"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1954,7 +1954,7 @@ compressed document is provided by default if found at compile-time.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11121"
|
||||
NAME="AEN11220"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2024,7 +2024,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11138"
|
||||
NAME="AEN11237"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2055,7 +2055,7 @@ plus HTML entities block of chars out.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11144"
|
||||
NAME="AEN11243"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2182,7 +2182,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11173"
|
||||
NAME="AEN11272"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2214,7 +2214,7 @@ plus HTML entities block of chars out.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11179"
|
||||
NAME="AEN11278"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2358,7 +2358,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11212"
|
||||
NAME="AEN11311"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2388,7 +2388,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11219"
|
||||
NAME="AEN11318"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2441,7 +2441,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11232"
|
||||
NAME="AEN11331"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2468,7 +2468,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11238"
|
||||
NAME="AEN11337"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2521,7 +2521,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11251"
|
||||
NAME="AEN11350"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2552,7 +2552,7 @@ document in ctxt->myDoc is not freed.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11258"
|
||||
NAME="AEN11357"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2590,7 +2590,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11267"
|
||||
NAME="AEN11366"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2644,7 +2644,7 @@ and error/warning reports.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11278"
|
||||
NAME="AEN11377"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2782,7 +2782,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11311"
|
||||
NAME="AEN11410"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2815,7 +2815,7 @@ HREF="libxml-htmlparser.html#HTMLPARSERCTXTPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11318"
|
||||
NAME="AEN11417"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-HTMLTREE"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN11348"
|
||||
NAME="AEN11447"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN11348"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN11351"
|
||||
NAME="AEN11450"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -361,7 +361,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN11407"
|
||||
NAME="AEN11506"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -371,14 +371,14 @@ NAME="AEN11407"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN11410"
|
||||
NAME="AEN11509"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11412"
|
||||
NAME="AEN11511"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -407,7 +407,7 @@ the same way as a text node in an XML document.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11418"
|
||||
NAME="AEN11517"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -436,7 +436,7 @@ the same way as an entity reference in an XML document.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11424"
|
||||
NAME="AEN11523"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -465,7 +465,7 @@ the same way as a comment in an XML document.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11430"
|
||||
NAME="AEN11529"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -494,7 +494,7 @@ the same way as a CDATA section in an XML document.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11436"
|
||||
NAME="AEN11535"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -523,7 +523,7 @@ the same way as a processing instruction in an XML document.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11442"
|
||||
NAME="AEN11541"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -560,7 +560,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11451"
|
||||
NAME="AEN11550"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -630,7 +630,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11468"
|
||||
NAME="AEN11567"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -678,7 +678,7 @@ are NULL</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11479"
|
||||
NAME="AEN11578"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -748,7 +748,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11496"
|
||||
NAME="AEN11595"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -781,7 +781,7 @@ HREF="libxml-htmlparser.html#HTMLDOCPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11504"
|
||||
NAME="AEN11603"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -834,7 +834,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11517"
|
||||
NAME="AEN11616"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -870,7 +870,7 @@ the META flag associated.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11525"
|
||||
NAME="AEN11624"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -940,7 +940,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11542"
|
||||
NAME="AEN11641"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -976,7 +976,7 @@ It's up to the caller to free the memory.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11550"
|
||||
NAME="AEN11649"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1048,7 +1048,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11567"
|
||||
NAME="AEN11666"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1082,7 +1082,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11575"
|
||||
NAME="AEN11674"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1152,7 +1152,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11592"
|
||||
NAME="AEN11691"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1189,7 +1189,7 @@ used.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11600"
|
||||
NAME="AEN11699"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1259,7 +1259,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11617"
|
||||
NAME="AEN11716"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1298,7 +1298,7 @@ and formatting returns are added.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11626"
|
||||
NAME="AEN11725"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1370,7 +1370,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11643"
|
||||
NAME="AEN11742"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1409,7 +1409,7 @@ and formatting returns are added.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11652"
|
||||
NAME="AEN11751"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1481,7 +1481,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11669"
|
||||
NAME="AEN11768"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1523,7 +1523,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11679"
|
||||
NAME="AEN11778"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1644,7 +1644,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11708"
|
||||
NAME="AEN11807"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1677,7 +1677,7 @@ and formatting returns/spaces are added.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11715"
|
||||
NAME="AEN11814"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1764,7 +1764,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11736"
|
||||
NAME="AEN11835"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1797,7 +1797,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11743"
|
||||
NAME="AEN11842"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1901,7 +1901,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11768"
|
||||
NAME="AEN11867"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1941,7 +1941,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11777"
|
||||
NAME="AEN11876"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2047,7 +2047,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11802"
|
||||
NAME="AEN11901"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2082,7 +2082,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11810"
|
||||
NAME="AEN11909"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2154,7 +2154,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN11827"
|
||||
NAME="AEN11926"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2190,7 +2190,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN11835"
|
||||
NAME="AEN11934"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2268,7 +2268,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> should formatting spaces been added</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-NANOFTP"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN17565"
|
||||
NAME="AEN17538"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN17565"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN17568"
|
||||
NAME="AEN17541"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -283,7 +283,7 @@ HREF="libxml-nanoftp.html#XMLNANOFTPREAD"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN17597"
|
||||
NAME="AEN17570"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -293,14 +293,14 @@ NAME="AEN17597"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN17600"
|
||||
NAME="AEN17573"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17602"
|
||||
NAME="AEN17575"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -342,7 +342,7 @@ Note that only one of year and day:minute are specified</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17609"
|
||||
NAME="AEN17582"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -567,7 +567,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17662"
|
||||
NAME="AEN17635"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -596,7 +596,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17668"
|
||||
NAME="AEN17641"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -668,7 +668,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17685"
|
||||
NAME="AEN17658"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -698,7 +698,7 @@ and get the hostname</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17691"
|
||||
NAME="AEN17664"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -726,7 +726,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17697"
|
||||
NAME="AEN17670"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -753,7 +753,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17703"
|
||||
NAME="AEN17676"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -791,7 +791,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17712"
|
||||
NAME="AEN17685"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -818,7 +818,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17718"
|
||||
NAME="AEN17691"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -856,7 +856,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17727"
|
||||
NAME="AEN17700"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -884,7 +884,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17733"
|
||||
NAME="AEN17706"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -939,7 +939,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17746"
|
||||
NAME="AEN17719"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -966,7 +966,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17752"
|
||||
NAME="AEN17725"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1004,7 +1004,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17761"
|
||||
NAME="AEN17734"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1031,7 +1031,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17767"
|
||||
NAME="AEN17740"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1084,7 +1084,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17780"
|
||||
NAME="AEN17753"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1111,7 +1111,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17786"
|
||||
NAME="AEN17759"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1164,7 +1164,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17799"
|
||||
NAME="AEN17772"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1191,7 +1191,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17805"
|
||||
NAME="AEN17778"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1244,7 +1244,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17818"
|
||||
NAME="AEN17791"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1274,7 +1274,7 @@ A NULL URL cleans up proxy informations.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17824"
|
||||
NAME="AEN17797"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1312,7 +1312,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17833"
|
||||
NAME="AEN17806"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1345,7 +1345,7 @@ ftp_proxy_password environment variables.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17839"
|
||||
NAME="AEN17812"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1456,7 +1456,7 @@ CLASS="PARAMETER"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17865"
|
||||
NAME="AEN17838"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1488,7 +1488,7 @@ be established.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17871"
|
||||
NAME="AEN17844"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1558,7 +1558,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17888"
|
||||
NAME="AEN17861"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1585,7 +1585,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17894"
|
||||
NAME="AEN17867"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1638,7 +1638,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17907"
|
||||
NAME="AEN17880"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1665,7 +1665,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17913"
|
||||
NAME="AEN17886"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1718,7 +1718,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17926"
|
||||
NAME="AEN17899"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1746,7 +1746,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17932"
|
||||
NAME="AEN17905"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1816,7 +1816,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17949"
|
||||
NAME="AEN17922"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1844,7 +1844,7 @@ passive mode is supported.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17955"
|
||||
NAME="AEN17928"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1897,7 +1897,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17968"
|
||||
NAME="AEN17941"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1924,7 +1924,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17974"
|
||||
NAME="AEN17947"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1977,7 +1977,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17987"
|
||||
NAME="AEN17960"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2011,7 +2011,7 @@ in the callbacks.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17994"
|
||||
NAME="AEN17967"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2115,7 +2115,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18019"
|
||||
NAME="AEN17992"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2143,7 +2143,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18025"
|
||||
NAME="AEN17998"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2213,7 +2213,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18042"
|
||||
NAME="AEN18015"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2247,7 +2247,7 @@ in the callbacks. The last callback has a size of 0 block.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18049"
|
||||
NAME="AEN18022"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2351,7 +2351,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18074"
|
||||
NAME="AEN18047"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2391,7 +2391,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18082"
|
||||
NAME="AEN18055"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-NANOHTTP"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN17259"
|
||||
NAME="AEN17232"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN17259"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN17262"
|
||||
NAME="AEN17235"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -224,7 +224,7 @@ HREF="libxml-nanohttp.html#XMLNANOHTTPCLOSE"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN17278"
|
||||
NAME="AEN17251"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -234,14 +234,14 @@ NAME="AEN17278"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN17281"
|
||||
NAME="AEN17254"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17283"
|
||||
NAME="AEN17256"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -270,7 +270,7 @@ Currently it just checks for proxy informations</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17289"
|
||||
NAME="AEN17262"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -298,7 +298,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17295"
|
||||
NAME="AEN17268"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -328,7 +328,7 @@ A NULL URL cleans up proxy informations.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17301"
|
||||
NAME="AEN17274"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -366,7 +366,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17310"
|
||||
NAME="AEN17283"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -396,7 +396,7 @@ and save it's content in the file.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17316"
|
||||
NAME="AEN17289"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -485,7 +485,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17337"
|
||||
NAME="AEN17310"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -524,7 +524,7 @@ and the input buffer for the request content.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17344"
|
||||
NAME="AEN17317"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -647,7 +647,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17373"
|
||||
NAME="AEN17346"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -687,7 +687,7 @@ and the input buffer for the request content.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17380"
|
||||
NAME="AEN17353"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -827,7 +827,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17413"
|
||||
NAME="AEN17386"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -856,7 +856,7 @@ via HTTP GET.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17419"
|
||||
NAME="AEN17392"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -912,7 +912,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17432"
|
||||
NAME="AEN17405"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -942,7 +942,7 @@ via HTTP GET.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17438"
|
||||
NAME="AEN17411"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1015,7 +1015,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17455"
|
||||
NAME="AEN17428"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1042,7 +1042,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17461"
|
||||
NAME="AEN17434"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1095,7 +1095,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17474"
|
||||
NAME="AEN17447"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1122,7 +1122,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17480"
|
||||
NAME="AEN17453"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1176,7 +1176,7 @@ header.</TD
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17493"
|
||||
NAME="AEN17466"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1216,7 +1216,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17501"
|
||||
NAME="AEN17474"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1304,7 +1304,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17522"
|
||||
NAME="AEN17495"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1333,7 +1333,7 @@ It closes and free the context at the end</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17528"
|
||||
NAME="AEN17501"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1403,7 +1403,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17545"
|
||||
NAME="AEN17518"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1431,7 +1431,7 @@ free all data related to it.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17551"
|
||||
NAME="AEN17524"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -123,7 +123,7 @@ NAME="LIBXML-SAX"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN2823"
|
||||
NAME="AEN2828"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN2823"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN2826"
|
||||
NAME="AEN2831"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -165,7 +165,7 @@ HREF="libxml-sax.html#SETDOCUMENTLOCATOR"
|
||||
>setDocumentLocator</A
|
||||
> (void *ctx,
|
||||
<A
|
||||
HREF="libxml-parser.html#XMLSAXLOCATORPTR"
|
||||
HREF="libxml-tree.html#XMLSAXLOCATORPTR"
|
||||
>xmlSAXLocatorPtr</A
|
||||
> loc);
|
||||
int <A
|
||||
@ -221,7 +221,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *SystemID);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-sax.html#GETENTITY"
|
||||
@ -232,7 +232,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
>xmlChar</A
|
||||
> *name);
|
||||
<A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> <A
|
||||
HREF="libxml-sax.html#GETPARAMETERENTITY"
|
||||
@ -514,11 +514,11 @@ HREF="libxml-parser.html#XMLSAXHANDLER"
|
||||
>xmlSAXHandler</A
|
||||
> *hdlr);
|
||||
void <A
|
||||
HREF="libxml-parser.html#XMLDEFAULTSAXHANDLERINIT"
|
||||
HREF="libxml-sax.html#XMLDEFAULTSAXHANDLERINIT"
|
||||
>xmlDefaultSAXHandlerInit</A
|
||||
> (void);
|
||||
void <A
|
||||
HREF="libxml-parser.html#HTMLDEFAULTSAXHANDLERINIT"
|
||||
HREF="libxml-sax.html#HTMLDEFAULTSAXHANDLERINIT"
|
||||
>htmlDefaultSAXHandlerInit</A
|
||||
> (void);
|
||||
void <A
|
||||
@ -532,7 +532,7 @@ HREF="libxml-sax.html#DOCBDEFAULTSAXHANDLERINIT"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN2924"
|
||||
NAME="AEN2929"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -542,14 +542,14 @@ NAME="AEN2924"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN2927"
|
||||
NAME="AEN2932"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN2929"
|
||||
NAME="AEN2934"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -579,7 +579,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN2936"
|
||||
NAME="AEN2941"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -632,7 +632,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN2949"
|
||||
NAME="AEN2954"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -663,7 +663,7 @@ http://www.sgmlsource.com/dtds/memo.dtd</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN2956"
|
||||
NAME="AEN2961"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -716,7 +716,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN2969"
|
||||
NAME="AEN2974"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -734,7 +734,7 @@ CELLPADDING="6"
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void setDocumentLocator (void *ctx,
|
||||
<A
|
||||
HREF="libxml-parser.html#XMLSAXLOCATORPTR"
|
||||
HREF="libxml-tree.html#XMLSAXLOCATORPTR"
|
||||
>xmlSAXLocatorPtr</A
|
||||
> loc);</PRE
|
||||
></TD
|
||||
@ -748,7 +748,7 @@ Everything is available on the context, so this is useless in our case.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN2976"
|
||||
NAME="AEN2981"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -803,7 +803,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN2989"
|
||||
NAME="AEN2994"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -830,7 +830,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN2995"
|
||||
NAME="AEN3000"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -883,7 +883,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3008"
|
||||
NAME="AEN3013"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -910,7 +910,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3014"
|
||||
NAME="AEN3019"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -963,7 +963,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3027"
|
||||
NAME="AEN3032"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -990,7 +990,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3033"
|
||||
NAME="AEN3038"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1043,7 +1043,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3046"
|
||||
NAME="AEN3051"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1070,7 +1070,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3052"
|
||||
NAME="AEN3057"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1123,7 +1123,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3065"
|
||||
NAME="AEN3070"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1150,7 +1150,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3071"
|
||||
NAME="AEN3076"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1203,7 +1203,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3084"
|
||||
NAME="AEN3089"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1242,7 +1242,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3093"
|
||||
NAME="AEN3098"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1331,7 +1331,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3114"
|
||||
NAME="AEN3119"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1370,7 +1370,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3123"
|
||||
NAME="AEN3128"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1459,7 +1459,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3144"
|
||||
NAME="AEN3149"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1476,7 +1476,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> getEntity (void *ctx,
|
||||
const <A
|
||||
@ -1493,7 +1493,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3152"
|
||||
NAME="AEN3157"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1563,7 +1563,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3169"
|
||||
NAME="AEN3174"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1580,7 +1580,7 @@ CELLPADDING="6"
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
><A
|
||||
HREF="libxml-entities.html#XMLENTITYPTR"
|
||||
HREF="libxml-tree.html#XMLENTITYPTR"
|
||||
>xmlEntityPtr</A
|
||||
> getParameterEntity (void *ctx,
|
||||
const <A
|
||||
@ -1597,7 +1597,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3177"
|
||||
NAME="AEN3182"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1667,7 +1667,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3194"
|
||||
NAME="AEN3199"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1715,7 +1715,7 @@ HREF="libxml-parser.html#XMLSETEXTERNALENTITYLOADER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3205"
|
||||
NAME="AEN3210"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1802,7 +1802,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3226"
|
||||
NAME="AEN3231"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1846,7 +1846,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3236"
|
||||
NAME="AEN3241"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1969,7 +1969,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3265"
|
||||
NAME="AEN3270"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2014,7 +2014,7 @@ HREF="libxml-tree.html#XMLENUMERATIONPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3275"
|
||||
NAME="AEN3280"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2154,7 +2154,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3308"
|
||||
NAME="AEN3313"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2190,7 +2190,7 @@ HREF="libxml-tree.html#XMLELEMENTCONTENTPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3316"
|
||||
NAME="AEN3321"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2279,7 +2279,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3337"
|
||||
NAME="AEN3342"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2318,7 +2318,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3346"
|
||||
NAME="AEN3351"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2407,7 +2407,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3367"
|
||||
NAME="AEN3372"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2450,7 +2450,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3377"
|
||||
NAME="AEN3382"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2556,7 +2556,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3402"
|
||||
NAME="AEN3407"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2583,7 +2583,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3408"
|
||||
NAME="AEN3413"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2621,7 +2621,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3417"
|
||||
NAME="AEN3422"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2648,7 +2648,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3423"
|
||||
NAME="AEN3428"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2686,7 +2686,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3432"
|
||||
NAME="AEN3437"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2724,7 +2724,7 @@ the element.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3440"
|
||||
NAME="AEN3445"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2796,7 +2796,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3457"
|
||||
NAME="AEN3462"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2831,7 +2831,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3465"
|
||||
NAME="AEN3470"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2903,7 +2903,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3482"
|
||||
NAME="AEN3487"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2934,7 +2934,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3489"
|
||||
NAME="AEN3494"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2989,7 +2989,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3502"
|
||||
NAME="AEN3507"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3020,7 +3020,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3509"
|
||||
NAME="AEN3514"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3075,7 +3075,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3522"
|
||||
NAME="AEN3527"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3107,7 +3107,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3529"
|
||||
NAME="AEN3534"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3179,7 +3179,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3546"
|
||||
NAME="AEN3551"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3212,7 +3212,7 @@ UNUSED: by default the DOM building will use characters</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3553"
|
||||
NAME="AEN3558"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3284,7 +3284,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3570"
|
||||
NAME="AEN3575"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3319,7 +3319,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3578"
|
||||
NAME="AEN3583"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3391,7 +3391,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3595"
|
||||
NAME="AEN3600"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3426,7 +3426,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3603"
|
||||
NAME="AEN3608"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3498,7 +3498,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3620"
|
||||
NAME="AEN3625"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3529,7 +3529,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3627"
|
||||
NAME="AEN3632"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3584,7 +3584,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3640"
|
||||
NAME="AEN3645"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3614,7 +3614,7 @@ HREF="libxml-tree.html#XMLNSPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3647"
|
||||
NAME="AEN3652"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3667,7 +3667,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3660"
|
||||
NAME="AEN3665"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3699,7 +3699,7 @@ one read upon parsing.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3667"
|
||||
NAME="AEN3672"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3769,7 +3769,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3684"
|
||||
NAME="AEN3689"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3804,7 +3804,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3692"
|
||||
NAME="AEN3697"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3876,7 +3876,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3709"
|
||||
NAME="AEN3714"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3907,7 +3907,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3716"
|
||||
NAME="AEN3721"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3962,7 +3962,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3729"
|
||||
NAME="AEN3734"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3994,7 +3994,7 @@ HREF="libxml-tree.html#XMLCHAR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3736"
|
||||
NAME="AEN3741"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -4066,7 +4066,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3753"
|
||||
NAME="AEN3758"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -4091,11 +4091,13 @@ HREF="libxml-parser.html#XMLSAXHANDLER"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Initialize the default XML SAX handler</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3759"
|
||||
NAME="AEN3765"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -4122,7 +4124,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the SAX handler</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -4139,7 +4141,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> flag if non-zero sets the handler warning procedure</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -4150,7 +4152,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3772"
|
||||
NAME="AEN3778"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -4174,11 +4176,13 @@ HREF="libxml-parser.html#XMLSAXHANDLER"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Initialize the default HTML SAX handler</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3778"
|
||||
NAME="AEN3785"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -4205,7 +4209,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the SAX handler</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -4216,7 +4220,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3787"
|
||||
NAME="AEN3794"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -4240,11 +4244,13 @@ HREF="libxml-parser.html#XMLSAXHANDLER"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Initialize the default DocBook SAX handler</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN3793"
|
||||
NAME="AEN3801"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -4271,7 +4277,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the SAX handler</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -4282,7 +4288,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3802"
|
||||
NAME="AEN3810"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -4310,7 +4316,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3808"
|
||||
NAME="AEN3816"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -4338,7 +4344,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN3814"
|
||||
NAME="AEN3822"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-THREADS"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN19944"
|
||||
NAME="AEN19926"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN19944"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN19947"
|
||||
NAME="AEN19929"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -154,6 +154,14 @@ typedef <A
|
||||
HREF="libxml-threads.html#XMLMUTEXPTR"
|
||||
>xmlMutexPtr</A
|
||||
>;
|
||||
struct <A
|
||||
HREF="libxml-threads.html#XMLRMUTEX"
|
||||
>xmlRMutex</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="libxml-threads.html#XMLRMUTEXPTR"
|
||||
>xmlRMutexPtr</A
|
||||
>;
|
||||
<A
|
||||
HREF="libxml-threads.html#XMLMUTEXPTR"
|
||||
>xmlMutexPtr</A
|
||||
@ -182,14 +190,6 @@ HREF="libxml-threads.html#XMLFREEMUTEX"
|
||||
HREF="libxml-threads.html#XMLMUTEXPTR"
|
||||
>xmlMutexPtr</A
|
||||
> tok);
|
||||
struct <A
|
||||
HREF="libxml-threads.html#XMLRMUTEX"
|
||||
>xmlRMutex</A
|
||||
>;
|
||||
typedef <A
|
||||
HREF="libxml-threads.html#XMLRMUTEXPTR"
|
||||
>xmlRMutexPtr</A
|
||||
>;
|
||||
<A
|
||||
HREF="libxml-threads.html#XMLRMUTEXPTR"
|
||||
>xmlRMutexPtr</A
|
||||
@ -256,7 +256,7 @@ HREF="libxml-threads.html#XMLGETGLOBALSTATE"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN19978"
|
||||
NAME="AEN19960"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -266,14 +266,14 @@ NAME="AEN19978"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN19981"
|
||||
NAME="AEN19963"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19983"
|
||||
NAME="AEN19965"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -299,7 +299,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19988"
|
||||
NAME="AEN19970"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -331,7 +331,59 @@ synchronizing access to data.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19995"
|
||||
NAME="AEN19977"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLRMUTEX"
|
||||
></A
|
||||
>>struct xmlRMutex</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>struct xmlRMutex;</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19982"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLRMUTEXPTR"
|
||||
></A
|
||||
>>xmlRMutexPtr</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>typedef xmlRMutex *xmlRMutexPtr;</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19987"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -359,7 +411,7 @@ HREF="libxml-threads.html#XMLMUTEXPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20001"
|
||||
NAME="AEN19993"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -395,7 +447,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20010"
|
||||
NAME="AEN20002"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -428,7 +480,7 @@ HREF="libxml-threads.html#XMLMUTEXLOCK"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20018"
|
||||
NAME="AEN20010"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -466,7 +518,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20027"
|
||||
NAME="AEN20019"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -499,7 +551,7 @@ HREF="libxml-threads.html#XMLMUTEXUNLOCK"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20035"
|
||||
NAME="AEN20027"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -537,7 +589,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20044"
|
||||
NAME="AEN20036"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -571,7 +623,7 @@ struct.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20052"
|
||||
NAME="AEN20044"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -609,59 +661,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20061"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLRMUTEX"
|
||||
></A
|
||||
>>struct xmlRMutex</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>struct xmlRMutex;</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20066"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="XMLRMUTEXPTR"
|
||||
></A
|
||||
>>xmlRMutexPtr</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>typedef xmlRMutex *xmlRMutexPtr;</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20071"
|
||||
NAME="AEN20053"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -689,7 +689,7 @@ HREF="libxml-threads.html#XMLRMUTEXPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20077"
|
||||
NAME="AEN20059"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -725,7 +725,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20086"
|
||||
NAME="AEN20068"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -758,7 +758,7 @@ HREF="libxml-threads.html#XMLRMUTEXLOCK"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20094"
|
||||
NAME="AEN20076"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -796,7 +796,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20103"
|
||||
NAME="AEN20085"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -829,7 +829,7 @@ HREF="libxml-threads.html#XMLRMUTEXUNLOCK"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20111"
|
||||
NAME="AEN20093"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -867,7 +867,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20120"
|
||||
NAME="AEN20102"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -895,7 +895,7 @@ HREF="libxml-threads.html#XMLRMUTEXPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20126"
|
||||
NAME="AEN20108"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -933,7 +933,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20135"
|
||||
NAME="AEN20117"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -965,7 +965,7 @@ data of the libxml2 library.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20142"
|
||||
NAME="AEN20124"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -997,7 +997,7 @@ library.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20149"
|
||||
NAME="AEN20131"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1029,7 +1029,7 @@ library.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20156"
|
||||
NAME="AEN20138"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1059,7 +1059,7 @@ HREF="libxml-threads.html#XMLGETTHREADID"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20163"
|
||||
NAME="AEN20145"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1095,7 +1095,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20172"
|
||||
NAME="AEN20154"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1125,7 +1125,7 @@ HREF="libxml-threads.html#XMLISMAINTHREAD"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20179"
|
||||
NAME="AEN20161"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1161,7 +1161,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20188"
|
||||
NAME="AEN20170"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1193,7 +1193,7 @@ data of the libxml2 library once processing has ended.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN20195"
|
||||
NAME="AEN20177"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1226,7 +1226,7 @@ HREF="libxml-threads.html#XMLGETGLOBALSTATE"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN20203"
|
||||
NAME="AEN20185"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -123,7 +123,7 @@ NAME="LIBXML-URI"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN10178"
|
||||
NAME="AEN10275"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN10178"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN10181"
|
||||
NAME="AEN10278"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -259,7 +259,7 @@ HREF="libxml-uri.html#XMLURIPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN10213"
|
||||
NAME="AEN10310"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -269,14 +269,14 @@ NAME="AEN10213"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN10216"
|
||||
NAME="AEN10313"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10218"
|
||||
NAME="AEN10315"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -316,7 +316,7 @@ as described in RFC 2396 but separated for further processing</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10224"
|
||||
NAME="AEN10321"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -342,7 +342,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10229"
|
||||
NAME="AEN10326"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -372,7 +372,7 @@ HREF="libxml-uri.html#XMLURIPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10236"
|
||||
NAME="AEN10333"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -408,7 +408,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10245"
|
||||
NAME="AEN10342"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -450,7 +450,7 @@ RFC 2396</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10255"
|
||||
NAME="AEN10352"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -521,7 +521,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10272"
|
||||
NAME="AEN10369"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -553,7 +553,7 @@ HREF="libxml-uri.html#XMLURIPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10280"
|
||||
NAME="AEN10377"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -606,7 +606,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10293"
|
||||
NAME="AEN10390"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -645,7 +645,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10302"
|
||||
NAME="AEN10399"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -715,7 +715,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10319"
|
||||
NAME="AEN10416"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -748,7 +748,7 @@ HREF="libxml-uri.html#XMLURIPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10327"
|
||||
NAME="AEN10424"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -801,7 +801,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10340"
|
||||
NAME="AEN10437"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -840,7 +840,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10349"
|
||||
NAME="AEN10446"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -895,7 +895,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10362"
|
||||
NAME="AEN10459"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -933,7 +933,7 @@ and the characters in the exception list.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10371"
|
||||
NAME="AEN10468"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1003,7 +1003,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10388"
|
||||
NAME="AEN10485"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1036,7 +1036,7 @@ CLASS="LITERAL"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10395"
|
||||
NAME="AEN10492"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1123,7 +1123,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10416"
|
||||
NAME="AEN10513"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1153,7 +1153,7 @@ Section 5.2, steps 6.c through 6.g.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10423"
|
||||
NAME="AEN10520"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1206,7 +1206,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10436"
|
||||
NAME="AEN10533"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1241,7 +1241,7 @@ based it's impossible to be sure.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10444"
|
||||
NAME="AEN10541"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1299,7 +1299,7 @@ according to RFC2396.
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10457"
|
||||
NAME="AEN10554"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1329,7 +1329,7 @@ HREF="libxml-uri.html#XMLURIPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10464"
|
||||
NAME="AEN10561"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -123,7 +123,7 @@ NAME="LIBXML-XINCLUDE"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN17220"
|
||||
NAME="AEN17193"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN17220"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN17223"
|
||||
NAME="AEN17196"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -160,7 +160,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN17228"
|
||||
NAME="AEN17201"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -170,14 +170,14 @@ NAME="AEN17228"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN17231"
|
||||
NAME="AEN17204"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17233"
|
||||
NAME="AEN17206"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -212,7 +212,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17241"
|
||||
NAME="AEN17214"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-XMLERROR"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN10478"
|
||||
NAME="AEN10575"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN10478"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN10481"
|
||||
NAME="AEN10578"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -216,7 +216,7 @@ HREF="libxml-tree.html#XMLPARSERINPUTPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN10498"
|
||||
NAME="AEN10595"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -226,14 +226,14 @@ NAME="AEN10498"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN10501"
|
||||
NAME="AEN10598"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10503"
|
||||
NAME="AEN10600"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -388,7 +388,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10508"
|
||||
NAME="AEN10605"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -411,11 +411,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Signature of the function to use when there is an error and
|
||||
no parsing or validity context available</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10513"
|
||||
NAME="AEN10611"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -442,7 +445,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> a parsing context</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -459,7 +462,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the message</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -476,7 +479,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the extra arguments of the varags to format the message</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -487,7 +490,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10530"
|
||||
NAME="AEN10628"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -549,7 +552,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10542"
|
||||
NAME="AEN10640"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -604,7 +607,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10555"
|
||||
NAME="AEN10653"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -628,11 +631,13 @@ HREF="libxml-xmlerror.html#XMLGENERICERRORFUNC"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Set or reset (if NULL) the default handler for generic errors</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10561"
|
||||
NAME="AEN10660"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -659,7 +664,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the handler</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -670,7 +675,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10570"
|
||||
NAME="AEN10669"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -700,7 +705,7 @@ extra parameters.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10576"
|
||||
NAME="AEN10675"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -772,7 +777,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10593"
|
||||
NAME="AEN10692"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -802,7 +807,7 @@ extra parameters.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10599"
|
||||
NAME="AEN10698"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -874,7 +879,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10616"
|
||||
NAME="AEN10715"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -904,7 +909,7 @@ line, position and extra parameters.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10622"
|
||||
NAME="AEN10721"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -976,7 +981,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10639"
|
||||
NAME="AEN10738"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1006,7 +1011,7 @@ position and extra parameters.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10645"
|
||||
NAME="AEN10744"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1078,7 +1083,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10662"
|
||||
NAME="AEN10761"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1108,7 +1113,7 @@ HREF="libxml-tree.html#XMLPARSERINPUTPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10669"
|
||||
NAME="AEN10768"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1146,7 +1151,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN10678"
|
||||
NAME="AEN10777"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1176,7 +1181,7 @@ HREF="libxml-tree.html#XMLPARSERINPUTPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN10685"
|
||||
NAME="AEN10784"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -123,7 +123,7 @@ NAME="LIBXML-XMLIO"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN18108"
|
||||
NAME="AEN18081"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN18108"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN18111"
|
||||
NAME="AEN18084"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -505,7 +505,7 @@ HREF="libxml-tree.html#XMLPARSERCTXTPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN18202"
|
||||
NAME="AEN18175"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -515,14 +515,14 @@ NAME="AEN18202"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN18205"
|
||||
NAME="AEN18178"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18207"
|
||||
NAME="AEN18180"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -543,11 +543,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Callback used in the I/O Input API to detect if the current handler
|
||||
can provide input fonctionnalities for this resource.</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18212"
|
||||
NAME="AEN18186"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -574,7 +577,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the filename or URI</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -589,7 +592,7 @@ CLASS="EMPHASIS"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
>1 if yes and 0 if another Input module should be used</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -600,7 +603,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18225"
|
||||
NAME="AEN18199"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -621,11 +624,13 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Callback used in the I/O Input API to open the resource</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18230"
|
||||
NAME="AEN18205"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -652,7 +657,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the filename or URI</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -663,7 +668,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18239"
|
||||
NAME="AEN18214"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -686,11 +691,13 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Callback used in the I/O Input API to read the resource</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18244"
|
||||
NAME="AEN18220"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -717,7 +724,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> an Input context</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -734,7 +741,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the buffer to store data read</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -751,7 +758,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the length of the buffer in bytes</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -766,7 +773,7 @@ CLASS="EMPHASIS"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
>the number of bytes read or -1 in case of error</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -777,7 +784,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18265"
|
||||
NAME="AEN18241"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -798,11 +805,13 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Callback used in the I/O Input API to close the resource</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18270"
|
||||
NAME="AEN18247"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -829,7 +838,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> an Input context</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -844,7 +853,7 @@ CLASS="EMPHASIS"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
>0 or -1 in case of error</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -855,7 +864,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18283"
|
||||
NAME="AEN18260"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -890,7 +899,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18288"
|
||||
NAME="AEN18265"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -911,11 +920,14 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Callback used in the I/O Output API to detect if the current handler
|
||||
can provide output fonctionnalities for this resource.</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18293"
|
||||
NAME="AEN18271"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -942,7 +954,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the filename or URI</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -957,7 +969,7 @@ CLASS="EMPHASIS"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
>1 if yes and 0 if another Output module should be used</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -968,7 +980,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18306"
|
||||
NAME="AEN18284"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -989,11 +1001,13 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Callback used in the I/O Output API to open the resource</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18311"
|
||||
NAME="AEN18290"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1020,7 +1034,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the filename or URI</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -1031,7 +1045,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18320"
|
||||
NAME="AEN18299"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1054,11 +1068,13 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Callback used in the I/O Output API to write to the resource</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18325"
|
||||
NAME="AEN18305"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1085,7 +1101,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> an Output context</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -1102,7 +1118,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the buffer of data to write</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -1119,7 +1135,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the length of the buffer in bytes</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -1134,7 +1150,7 @@ CLASS="EMPHASIS"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
>the number of bytes written or -1 in case of error</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -1145,7 +1161,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18346"
|
||||
NAME="AEN18326"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1166,11 +1182,13 @@ CLASS="PROGRAMLISTING"
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Callback used in the I/O Output API to close the resource</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18351"
|
||||
NAME="AEN18332"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1197,7 +1215,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> an Output context</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -1212,7 +1230,7 @@ CLASS="EMPHASIS"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
>0 or -1 in case of error</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -1223,7 +1241,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18364"
|
||||
NAME="AEN18345"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1259,7 +1277,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18369"
|
||||
NAME="AEN18350"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1288,7 +1306,7 @@ compiled-in I/O.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18375"
|
||||
NAME="AEN18356"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1317,7 +1335,7 @@ compiled-in I/O callbacks.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18381"
|
||||
NAME="AEN18362"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1346,7 +1364,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18387"
|
||||
NAME="AEN18368"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1380,7 +1398,7 @@ HREF="libxml-encoding.html#XMLCHARENCODING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18395"
|
||||
NAME="AEN18376"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1433,7 +1451,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18408"
|
||||
NAME="AEN18389"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1471,7 +1489,7 @@ HREF="libxml-xmlio.html#XMLPARSERINPUTBUFFERCREATEFILENAME"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18417"
|
||||
NAME="AEN18398"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1541,7 +1559,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18434"
|
||||
NAME="AEN18415"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1580,7 +1598,7 @@ Do an encoding check if enc == XML_CHAR_ENCODING_NONE</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18442"
|
||||
NAME="AEN18423"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1650,7 +1668,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18459"
|
||||
NAME="AEN18440"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1689,7 +1707,7 @@ buffered C I/O</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18468"
|
||||
NAME="AEN18449"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1759,7 +1777,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18485"
|
||||
NAME="AEN18466"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1795,7 +1813,7 @@ from a file descriptor</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18493"
|
||||
NAME="AEN18474"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1865,7 +1883,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18510"
|
||||
NAME="AEN18491"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1902,7 +1920,7 @@ from a memory area.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18518"
|
||||
NAME="AEN18499"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1989,7 +2007,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18539"
|
||||
NAME="AEN18520"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2033,7 +2051,7 @@ from an I/O handler</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18549"
|
||||
NAME="AEN18530"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2137,7 +2155,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18574"
|
||||
NAME="AEN18555"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2170,7 +2188,7 @@ This routine handle the I18N transcoding to internal UTF-8</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18581"
|
||||
NAME="AEN18562"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2241,7 +2259,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18598"
|
||||
NAME="AEN18579"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2277,7 +2295,7 @@ This routine is used when operating the parser in normal (pull) mode</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18606"
|
||||
NAME="AEN18587"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2348,7 +2366,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18623"
|
||||
NAME="AEN18604"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2382,7 +2400,7 @@ This is used when operating the parser in progressive (push) mode.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18630"
|
||||
NAME="AEN18611"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2470,7 +2488,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18651"
|
||||
NAME="AEN18632"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2500,7 +2518,7 @@ HREF="libxml-tree.html#XMLPARSERINPUTBUFFERPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18658"
|
||||
NAME="AEN18639"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2538,7 +2556,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18667"
|
||||
NAME="AEN18648"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2565,7 +2583,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18673"
|
||||
NAME="AEN18654"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2618,7 +2636,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18686"
|
||||
NAME="AEN18667"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2660,7 +2678,7 @@ HREF="libxml-xmlio.html#XMLINPUTCLOSECALLBACK"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18696"
|
||||
NAME="AEN18677"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2764,7 +2782,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18721"
|
||||
NAME="AEN18702"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2793,7 +2811,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18727"
|
||||
NAME="AEN18708"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2826,7 +2844,7 @@ HREF="libxml-encoding.html#XMLCHARENCODINGHANDLERPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18735"
|
||||
NAME="AEN18716"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2879,7 +2897,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18748"
|
||||
NAME="AEN18729"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2920,7 +2938,7 @@ TODO: currently if compression is set, the library only support
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18756"
|
||||
NAME="AEN18737"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3007,7 +3025,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18777"
|
||||
NAME="AEN18758"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3046,7 +3064,7 @@ buffered C I/O</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18786"
|
||||
NAME="AEN18767"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3116,7 +3134,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18803"
|
||||
NAME="AEN18784"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3151,7 +3169,7 @@ to a file descriptor</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18811"
|
||||
NAME="AEN18792"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3221,7 +3239,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18828"
|
||||
NAME="AEN18809"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3264,7 +3282,7 @@ to an I/O handler</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18838"
|
||||
NAME="AEN18819"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3342,7 +3360,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the charset encoding if known</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -3368,7 +3386,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18863"
|
||||
NAME="AEN18844"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3403,7 +3421,7 @@ or delayed writes.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18870"
|
||||
NAME="AEN18851"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3491,7 +3509,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18891"
|
||||
NAME="AEN18872"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3525,7 +3543,7 @@ or delayed writes.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18898"
|
||||
NAME="AEN18879"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3596,7 +3614,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18915"
|
||||
NAME="AEN18896"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3626,7 +3644,7 @@ HREF="libxml-tree.html#XMLOUTPUTBUFFERPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18922"
|
||||
NAME="AEN18903"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3679,7 +3697,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18935"
|
||||
NAME="AEN18916"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3710,7 +3728,7 @@ and free up all the associated resources</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18942"
|
||||
NAME="AEN18923"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3763,7 +3781,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18955"
|
||||
NAME="AEN18936"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3805,7 +3823,7 @@ HREF="libxml-xmlio.html#XMLOUTPUTCLOSECALLBACK"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18965"
|
||||
NAME="AEN18946"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3909,7 +3927,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN18990"
|
||||
NAME="AEN18971"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -3938,7 +3956,7 @@ request. Non-static as is called from the output buffer creation routine.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN18996"
|
||||
NAME="AEN18977"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -3993,7 +4011,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19009"
|
||||
NAME="AEN18990"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -4023,7 +4041,7 @@ method instead.</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN19015"
|
||||
NAME="AEN18996"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -4060,7 +4078,7 @@ allowing local catalog accesses for resolution.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN19023"
|
||||
NAME="AEN19004"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -111,7 +111,7 @@ NAME="LIBXML-XMLMEMORY"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN26182"
|
||||
NAME="AEN26184"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -119,7 +119,7 @@ NAME="AEN26182"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN26185"
|
||||
NAME="AEN26187"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -138,33 +138,29 @@ CLASS="SYNOPSIS"
|
||||
HREF="libxml-xmlmemory.html#DEBUG-MEMORY-CAPS"
|
||||
>DEBUG_MEMORY</A
|
||||
>
|
||||
#define <A
|
||||
HREF="libxml-xmlmemory.html#MEM-LIST-CAPS"
|
||||
>MEM_LIST</A
|
||||
>
|
||||
void (<A
|
||||
HREF="libxml-xmlmemory.html#XMLFREEFUNC"
|
||||
>*xmlFreeFunc</A
|
||||
>) (void*);
|
||||
>) (void *mem);
|
||||
void* (<A
|
||||
HREF="libxml-xmlmemory.html#XMLMALLOCFUNC"
|
||||
>*xmlMallocFunc</A
|
||||
>) (<GTKDOCLINK
|
||||
HREF="SIZE-T"
|
||||
>size_t</GTKDOCLINK
|
||||
>);
|
||||
> size);
|
||||
void* (<A
|
||||
HREF="libxml-xmlmemory.html#XMLREALLOCFUNC"
|
||||
>*xmlReallocFunc</A
|
||||
>) (void*,
|
||||
>) (void *mem,
|
||||
<GTKDOCLINK
|
||||
HREF="SIZE-T"
|
||||
>size_t</GTKDOCLINK
|
||||
>);
|
||||
> size);
|
||||
char* (<A
|
||||
HREF="libxml-xmlmemory.html#XMLSTRDUPFUNC"
|
||||
>*xmlStrdupFunc</A
|
||||
>) (const char*);
|
||||
>) (const char *str);
|
||||
int <A
|
||||
HREF="libxml-xmlmemory.html#XMLMEMSETUP"
|
||||
>xmlMemSetup</A
|
||||
@ -274,7 +270,7 @@ HREF="libxml-xmlmemory.html#XMLMEMSTRDUPLOC"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN26221"
|
||||
NAME="AEN26222"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -284,14 +280,14 @@ NAME="AEN26221"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN26224"
|
||||
NAME="AEN26225"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26226"
|
||||
NAME="AEN26227"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -322,35 +318,7 @@ libxml i.e. if libxml has been configured with --with-debug-mem too</P
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26232"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
NAME="MEM-LIST-CAPS"
|
||||
></A
|
||||
>>MEM_LIST</H3
|
||||
><TABLE
|
||||
BORDER="0"
|
||||
BGCOLOR="#D6E8FF"
|
||||
WIDTH="100%"
|
||||
CELLPADDING="6"
|
||||
><TR
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>#define MEM_LIST /* keep a list of all the allocated memory blocks */</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>keep track of all allocated blocks for error reporting</P
|
||||
><P
|
||||
></P
|
||||
></DIV
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26238"
|
||||
NAME="AEN26233"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -366,16 +334,21 @@ CELLPADDING="6"
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void (*xmlFreeFunc) (void*);</PRE
|
||||
>void (*xmlFreeFunc) (void *mem);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Signature for a <GTKDOCLINK
|
||||
HREF="FREE"
|
||||
>free</GTKDOCLINK
|
||||
>() implementation</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26243"
|
||||
NAME="AEN26240"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -395,14 +368,14 @@ VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>Param1</I
|
||||
>mem</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> an already allocated block of memory</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -413,7 +386,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26252"
|
||||
NAME="AEN26249"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -432,16 +405,21 @@ CLASS="PROGRAMLISTING"
|
||||
>void* (*xmlMallocFunc) (<GTKDOCLINK
|
||||
HREF="SIZE-T"
|
||||
>size_t</GTKDOCLINK
|
||||
>);</PRE
|
||||
> size);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Signature for a <GTKDOCLINK
|
||||
HREF="MALLOC"
|
||||
>malloc</GTKDOCLINK
|
||||
>() implementation</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26258"
|
||||
NAME="AEN26257"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -461,14 +439,14 @@ VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>Param1</I
|
||||
>size</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the size requested in bytes</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -479,7 +457,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26267"
|
||||
NAME="AEN26266"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -495,20 +473,25 @@ CELLPADDING="6"
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>void* (*xmlReallocFunc) (void*,
|
||||
>void* (*xmlReallocFunc) (void *mem,
|
||||
<GTKDOCLINK
|
||||
HREF="SIZE-T"
|
||||
>size_t</GTKDOCLINK
|
||||
>);</PRE
|
||||
> size);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Signature for a <GTKDOCLINK
|
||||
HREF="REALLOC"
|
||||
>realloc</GTKDOCLINK
|
||||
>() implementation</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26273"
|
||||
NAME="AEN26274"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -528,14 +511,14 @@ VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>Param1</I
|
||||
>mem</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> an already allocated block of memory</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -545,14 +528,14 @@ VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>Param2</I
|
||||
>size</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the new size requested in bytes</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -563,7 +546,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26286"
|
||||
NAME="AEN26287"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -579,16 +562,21 @@ CELLPADDING="6"
|
||||
><TD
|
||||
><PRE
|
||||
CLASS="PROGRAMLISTING"
|
||||
>char* (*xmlStrdupFunc) (const char*);</PRE
|
||||
>char* (*xmlStrdupFunc) (const char *str);</PRE
|
||||
></TD
|
||||
></TR
|
||||
></TABLE
|
||||
><P
|
||||
>Signature for an <GTKDOCLINK
|
||||
HREF="STRDUP"
|
||||
>strdup</GTKDOCLINK
|
||||
>() implementation</P
|
||||
><P
|
||||
></P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26291"
|
||||
NAME="AEN26294"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -608,14 +596,14 @@ VALIGN="TOP"
|
||||
><TT
|
||||
CLASS="PARAMETER"
|
||||
><I
|
||||
>Param1</I
|
||||
>str</I
|
||||
></TT
|
||||
> :</TD
|
||||
><TD
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> a zero terminated string</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
@ -630,7 +618,7 @@ CLASS="EMPHASIS"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
>the copy of the string or NULL in case of error</TD
|
||||
></TR
|
||||
></TBODY
|
||||
></TABLE
|
||||
@ -641,7 +629,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26304"
|
||||
NAME="AEN26307"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -687,7 +675,7 @@ done ?</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26315"
|
||||
NAME="AEN26318"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -803,7 +791,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26344"
|
||||
NAME="AEN26347"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -845,7 +833,7 @@ HREF="libxml-xmlmemory.html#XMLSTRDUPFUNC"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26354"
|
||||
NAME="AEN26357"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -961,7 +949,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26383"
|
||||
NAME="AEN26386"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -988,7 +976,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26389"
|
||||
NAME="AEN26392"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1024,7 +1012,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26398"
|
||||
NAME="AEN26401"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1051,7 +1039,7 @@ CLASS="PROGRAMLISTING"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26404"
|
||||
NAME="AEN26407"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1087,7 +1075,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26413"
|
||||
NAME="AEN26416"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1117,7 +1105,7 @@ HREF="FILE-CAPS"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26420"
|
||||
NAME="AEN26423"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1156,7 +1144,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26429"
|
||||
NAME="AEN26432"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1193,7 +1181,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26437"
|
||||
NAME="AEN26440"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1248,7 +1236,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26450"
|
||||
NAME="AEN26453"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1276,7 +1264,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26456"
|
||||
NAME="AEN26459"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1306,7 +1294,7 @@ HREF="MALLOC"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26463"
|
||||
NAME="AEN26466"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1344,7 +1332,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26472"
|
||||
NAME="AEN26475"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1374,7 +1362,7 @@ HREF="REALLOC"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26479"
|
||||
NAME="AEN26482"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1429,7 +1417,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26492"
|
||||
NAME="AEN26495"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1462,7 +1450,7 @@ HREF="libxml-parser.html#XMLSTRDUP"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26500"
|
||||
NAME="AEN26503"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1500,7 +1488,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26509"
|
||||
NAME="AEN26512"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1535,7 +1523,7 @@ HREF="MALLOC"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26517"
|
||||
NAME="AEN26520"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1607,7 +1595,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26534"
|
||||
NAME="AEN26537"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1643,7 +1631,7 @@ HREF="REALLOC"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26542"
|
||||
NAME="AEN26545"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1732,7 +1720,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN26563"
|
||||
NAME="AEN26566"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1764,7 +1752,7 @@ HREF="STRDUP"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN26570"
|
||||
NAME="AEN26573"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1791,7 +1779,7 @@ CLASS="PARAMETER"
|
||||
WIDTH="80%"
|
||||
ALIGN="LEFT"
|
||||
VALIGN="TOP"
|
||||
> </TD
|
||||
> the initial string pointer</TD
|
||||
></TR
|
||||
><TR
|
||||
><TD
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -123,7 +123,7 @@ NAME="LIBXML-XPOINTER"
|
||||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN16619"
|
||||
NAME="AEN16592"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
@ -131,7 +131,7 @@ NAME="AEN16619"
|
||||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN16622"
|
||||
NAME="AEN16595"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
@ -411,7 +411,7 @@ HREF="libxml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN16697"
|
||||
NAME="AEN16670"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
@ -421,14 +421,14 @@ NAME="AEN16697"
|
||||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN16700"
|
||||
NAME="AEN16673"
|
||||
></A
|
||||
><H2
|
||||
>Details</H2
|
||||
><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16702"
|
||||
NAME="AEN16675"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -458,7 +458,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16707"
|
||||
NAME="AEN16680"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -484,7 +484,7 @@ CLASS="PROGRAMLISTING"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16712"
|
||||
NAME="AEN16685"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -522,7 +522,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN16721"
|
||||
NAME="AEN16694"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -575,7 +575,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16734"
|
||||
NAME="AEN16707"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -605,7 +605,7 @@ HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN16741"
|
||||
NAME="AEN16714"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -643,7 +643,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16750"
|
||||
NAME="AEN16723"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -690,7 +690,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN16761"
|
||||
NAME="AEN16734"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -760,7 +760,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16778"
|
||||
NAME="AEN16751"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -799,7 +799,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN16787"
|
||||
NAME="AEN16760"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -903,7 +903,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16812"
|
||||
NAME="AEN16785"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -940,7 +940,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN16821"
|
||||
NAME="AEN16794"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1010,7 +1010,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16838"
|
||||
NAME="AEN16811"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1047,7 +1047,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN16847"
|
||||
NAME="AEN16820"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1117,7 +1117,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16864"
|
||||
NAME="AEN16837"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1154,7 +1154,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN16873"
|
||||
NAME="AEN16846"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1224,7 +1224,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16890"
|
||||
NAME="AEN16863"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1261,7 +1261,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN16899"
|
||||
NAME="AEN16872"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1331,7 +1331,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16916"
|
||||
NAME="AEN16889"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1380,7 +1380,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN16927"
|
||||
NAME="AEN16900"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1450,7 +1450,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16944"
|
||||
NAME="AEN16917"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1490,7 +1490,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN16953"
|
||||
NAME="AEN16926"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1543,7 +1543,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16966"
|
||||
NAME="AEN16939"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1580,7 +1580,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN16975"
|
||||
NAME="AEN16948"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1650,7 +1650,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN16992"
|
||||
NAME="AEN16965"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1683,7 +1683,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17000"
|
||||
NAME="AEN16973"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1736,7 +1736,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17013"
|
||||
NAME="AEN16986"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1776,7 +1776,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17022"
|
||||
NAME="AEN16995"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1831,7 +1831,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17035"
|
||||
NAME="AEN17008"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1869,7 +1869,7 @@ CLASS="PARAMETER"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17044"
|
||||
NAME="AEN17017"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -1922,7 +1922,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17057"
|
||||
NAME="AEN17030"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -1956,7 +1956,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17065"
|
||||
NAME="AEN17038"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2011,7 +2011,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17078"
|
||||
NAME="AEN17051"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2042,7 +2042,7 @@ HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17085"
|
||||
NAME="AEN17058"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2097,7 +2097,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17098"
|
||||
NAME="AEN17071"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2138,7 +2138,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17108"
|
||||
NAME="AEN17081"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2226,7 +2226,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17129"
|
||||
NAME="AEN17102"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2263,7 +2263,7 @@ HREF="libxml-xpath.html#XMLXPATHCONTEXTPTR"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17138"
|
||||
NAME="AEN17111"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2334,7 +2334,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17155"
|
||||
NAME="AEN17128"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2368,7 +2368,7 @@ HREF="TO"
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17163"
|
||||
NAME="AEN17136"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2423,7 +2423,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17176"
|
||||
NAME="AEN17149"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2457,7 +2457,7 @@ This will drop Attributes and Namespace declarations.</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17184"
|
||||
NAME="AEN17157"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
@ -2511,7 +2511,7 @@ VALIGN="TOP"
|
||||
><HR><DIV
|
||||
CLASS="REFSECT2"
|
||||
><A
|
||||
NAME="AEN17197"
|
||||
NAME="AEN17170"
|
||||
></A
|
||||
><H3
|
||||
><A
|
||||
@ -2548,7 +2548,7 @@ a Location Set instead of a node set</P
|
||||
><DIV
|
||||
CLASS="INFORMALTABLE"
|
||||
><A
|
||||
NAME="AEN17206"
|
||||
NAME="AEN17179"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -94,6 +94,12 @@ you want to test those</p>
|
||||
<li>(seeems working but delayed from release) parsing/import of Docbook
|
||||
SGML docs</li>
|
||||
</ul>
|
||||
<h3>2.4.16: Feb 20 2002</h3>
|
||||
<ul>
|
||||
<li>a lot of bug fixes, most of them were triggered by the XML Testsuite
|
||||
from OASIS and W3C. Compliance has been significantly improved.</li>
|
||||
<li>a couple of portability fixes too.</li>
|
||||
</ul>
|
||||
<h3>2.4.15: Feb 11 2002</h3>
|
||||
<ul>
|
||||
<li>Fixed the Makefiles, especially the python module ones</li>
|
||||
|
@ -32,6 +32,8 @@ index = {}
|
||||
|
||||
|
||||
def indexString(id, str):
|
||||
if str == None:
|
||||
return
|
||||
str = string.replace(str, "'", ' ')
|
||||
str = string.replace(str, '"', ' ')
|
||||
str = string.replace(str, "/", ' ')
|
||||
@ -798,7 +800,11 @@ def link(id):
|
||||
target = string.upper(ids[id])
|
||||
else:
|
||||
target = string.upper(id)
|
||||
file = 'html/libxml-' + string.lower(hash[id]) + '.html';
|
||||
if hash.has_key(id):
|
||||
module = string.lower(hash[id])
|
||||
else:
|
||||
module = 'index'
|
||||
file = 'html/libxml-' + module + '.html';
|
||||
return file + '#' + target
|
||||
|
||||
print "Saving XML crossreferences libxml2-refs.xml"
|
||||
|
@ -550,6 +550,13 @@ you want to test those</p>
|
||||
SGML docs</li>
|
||||
</ul>
|
||||
|
||||
<h3>2.4.16: Feb 20 2002</h3>
|
||||
<ul>
|
||||
<li>a lot of bug fixes, most of them were triggered by the XML Testsuite
|
||||
from OASIS and W3C. Compliance has been significantly improved.</li>
|
||||
<li>a couple of portability fixes too.</li>
|
||||
</ul>
|
||||
|
||||
<h3>2.4.15: Feb 11 2002</h3>
|
||||
<ul>
|
||||
<li>Fixed the Makefiles, especially the python module ones</li>
|
||||
@ -2216,6 +2223,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
} </pre>
|
||||
|
@ -237,6 +237,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
} </pre>
|
||||
|
@ -27,21 +27,21 @@ extern void xmlCheckVersion(int version);
|
||||
*
|
||||
* the version string like "1.2.3"
|
||||
*/
|
||||
#define LIBXML_DOTTED_VERSION "2.4.15"
|
||||
#define LIBXML_DOTTED_VERSION "2.4.16"
|
||||
|
||||
/**
|
||||
* LIBXML_VERSION:
|
||||
*
|
||||
* the version number: 1.2.3 value is 1002003
|
||||
*/
|
||||
#define LIBXML_VERSION 20415
|
||||
#define LIBXML_VERSION 20416
|
||||
|
||||
/**
|
||||
* LIBXML_VERSION_STRING:
|
||||
*
|
||||
* the version number string, 1.2.3 value is "1002003"
|
||||
*/
|
||||
#define LIBXML_VERSION_STRING "20415"
|
||||
#define LIBXML_VERSION_STRING "20416"
|
||||
|
||||
/**
|
||||
* LIBXML_TEST_VERSION:
|
||||
@ -49,7 +49,7 @@ extern void xmlCheckVersion(int version);
|
||||
* Macro to check that the libxml version in use is compatible with
|
||||
* the version the software has been compiled against
|
||||
*/
|
||||
#define LIBXML_TEST_VERSION xmlCheckVersion(20415);
|
||||
#define LIBXML_TEST_VERSION xmlCheckVersion(20416);
|
||||
|
||||
#if 0
|
||||
/**
|
||||
|
@ -78,8 +78,6 @@ nanoHTTPScanProxy()
|
||||
# functions from module parser
|
||||
cleanupParser()
|
||||
createDocParserCtxt()
|
||||
defaultSAXHandlerInit()
|
||||
htmlDefaultSAXHandlerInit()
|
||||
initParser()
|
||||
keepBlanksDefault()
|
||||
lineNumbersDefault()
|
||||
@ -329,7 +327,7 @@ Class xmlDoc(xmlNode)
|
||||
# functions from module xinclude
|
||||
xincludeProcess()
|
||||
|
||||
# functions from module xpathInternals
|
||||
# functions from module xpath
|
||||
xpathNewContext()
|
||||
|
||||
|
||||
@ -434,6 +432,7 @@ Class parserCtxt()
|
||||
|
||||
# functions from module parser
|
||||
clearParserCtxt()
|
||||
freeParserCtxt()
|
||||
initParserCtxt()
|
||||
parseChunk()
|
||||
parseDocument()
|
||||
@ -442,7 +441,6 @@ Class parserCtxt()
|
||||
|
||||
# functions from module parserInternals
|
||||
decodeEntities()
|
||||
freeParserCtxt()
|
||||
namespaceParseNCName()
|
||||
namespaceParseNSDef()
|
||||
nextChar()
|
||||
@ -523,9 +521,9 @@ Class xpathContext()
|
||||
# functions from module xpath
|
||||
xpathEval()
|
||||
xpathEvalExpression()
|
||||
xpathFreeContext()
|
||||
|
||||
# functions from module xpathInternals
|
||||
xpathFreeContext()
|
||||
xpathNewParserContext()
|
||||
xpathNsLookup()
|
||||
xpathRegisterAllFunctions()
|
||||
|
10
xpath.c
10
xpath.c
@ -4425,7 +4425,15 @@ xmlXPathDivValues(xmlXPathParserContextPtr ctxt) {
|
||||
|
||||
CAST_TO_NUMBER;
|
||||
CHECK_TYPE(XPATH_NUMBER);
|
||||
ctxt->value->floatval /= val;
|
||||
if (val == 0) {
|
||||
if (ctxt->value->floatval == 0)
|
||||
ctxt->value->floatval = xmlXPathNAN;
|
||||
else if (ctxt->value->floatval > 0)
|
||||
ctxt->value->floatval = xmlXPathPINF;
|
||||
else if (ctxt->value->floatval < 0)
|
||||
ctxt->value->floatval = xmlXPathNINF;
|
||||
} else
|
||||
ctxt->value->floatval /= val;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user