mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Release of libxml2-2.8.0
- Makefile.am: don't package .git - configure.in : update to new release - doc/xml.html: added the new release - doc/* testapi.c: regenerated
This commit is contained in:
parent
22030ef888
commit
c943f708f1
@ -1152,14 +1152,14 @@ cleanup:
|
||||
|
||||
dist-hook: cleanup libxml2.spec
|
||||
-cp libxml2.spec $(distdir)
|
||||
(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn win32 macos vms VxWorks bakefile test result) | (cd $(distdir); tar xf -)
|
||||
(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn --exclude .git win32 macos vms VxWorks bakefile test result) | (cd $(distdir); tar xf -)
|
||||
|
||||
dist-source: distdir
|
||||
$(AMTAR) -chof - --exclude Tests --exclude test --exclude result $(distdir) | GZIP=$(GZIP_ENV) gzip -c >`echo "$(distdir)" | sed "s+libxml2+libxml2-sources+"`.tar.gz
|
||||
|
||||
dist-test: distdir
|
||||
(mkdir -p $(distdir))
|
||||
(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn xstc/Tests) | (cd $(distdir); tar xf -)
|
||||
(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn --exclude .git xstc/Tests) | (cd $(distdir); tar xf -)
|
||||
tar -cf - $(distdir)/test $(distdir)/result $(distdir)/xstc/Tests $(distdir)/Makefile.tests $(distdir)/README $(distdir)/README.tests $(distdir)/AUTHORS $(distdir)/testapi.c $(distdir)/runtest.c $(distdir)/runsuite.c | GZIP=$(GZIP_ENV) gzip -c >`echo "$(distdir)" | sed "s+libxml2+libxml2-tests+"`.tar.gz
|
||||
@(rm -rf $(distdir)/xstc/Test)
|
||||
|
||||
|
@ -6,8 +6,8 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
LIBXML_MAJOR_VERSION=2
|
||||
LIBXML_MINOR_VERSION=7
|
||||
LIBXML_MICRO_VERSION=8
|
||||
LIBXML_MINOR_VERSION=8
|
||||
LIBXML_MICRO_VERSION=0
|
||||
LIBXML_MICRO_VERSION_SUFFIX=
|
||||
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION$LIBXML_MICRO_VERSION_SUFFIX
|
||||
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
|
||||
|
@ -72,6 +72,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlschemastypes.html#xmlSchemaValueGetNext">xmlSchemaValueGetNext</a><br />
|
||||
</dd><dt>Activation</dt><dd><a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetSchema">xmlTextReaderSetSchema</a><br />
|
||||
|
@ -144,6 +144,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlautomata.html#xmlAutomataNewTransition2">xmlAutomataNewTransition2</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetSchema">xmlTextReaderSetSchema</a><br />
|
||||
@ -267,6 +268,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#xmlReconciliateNs">xmlReconciliateNs</a><br />
|
||||
<a href="html/libxml-tree.html#xmlSaveFileTo">xmlSaveFileTo</a><br />
|
||||
<a href="html/libxml-tree.html#xmlSaveFormatFileTo">xmlSaveFormatFileTo</a><br />
|
||||
<a href="html/libxml-tree.html#xmlUnlinkNode">xmlUnlinkNode</a><br />
|
||||
<a href="html/libxml-valid.html#xmlValidGetValidElements">xmlValidGetValidElements</a><br />
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathNextFollowing">xmlXPathNextFollowing</a><br />
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathStringFunction">xmlXPathStringFunction</a><br />
|
||||
@ -392,6 +394,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#xmlDOMWrapReconcileNamespaces">xmlDOMWrapReconcileNamespaces</a><br />
|
||||
<a href="html/libxml-xmlmemory.html#xmlFreeFunc">xmlFreeFunc</a><br />
|
||||
<a href="html/libxml-xmlmemory.html#xmlGcMemSetup">xmlGcMemSetup</a><br />
|
||||
<a href="html/libxml-dict.html#xmlInitializeDict">xmlInitializeDict</a><br />
|
||||
<a href="html/libxml-xmlmemory.html#xmlMemSetup">xmlMemSetup</a><br />
|
||||
<a href="html/libxml-encoding.html#xmlParseCharEncoding">xmlParseCharEncoding</a><br />
|
||||
<a href="html/libxml-parserInternals.html#xmlParseNotationType">xmlParseNotationType</a><br />
|
||||
@ -467,6 +470,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-schemasInternals.html#XML_SCHEMAS_ANYATTR_SKIP">XML_SCHEMAS_ANYATTR_SKIP</a><br />
|
||||
<a href="html/libxml-schemasInternals.html#XML_SCHEMAS_ANYATTR_STRICT">XML_SCHEMAS_ANYATTR_STRICT</a><br />
|
||||
<a href="html/libxml-schemasInternals.html#XML_SCHEMAS_ELEM_NSDEFAULT">XML_SCHEMAS_ELEM_NSDEFAULT</a><br />
|
||||
<a href="html/libxml-dict.html#xmlDictCleanup">xmlDictCleanup</a><br />
|
||||
<a href="html/libxml-parserInternals.html#xmlNamespaceParseNCName">xmlNamespaceParseNCName</a><br />
|
||||
<a href="html/libxml-parserInternals.html#xmlNamespaceParseNSDef">xmlNamespaceParseNSDef</a><br />
|
||||
<a href="html/libxml-parserInternals.html#xmlNamespaceParseQName">xmlNamespaceParseQName</a><br />
|
||||
@ -621,6 +625,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd><dt>autoreference</dt><dd><a href="html/libxml-tree.html#_xmlDoc">_xmlDoc</a><br />
|
||||
</dd><dt>avoid</dt><dd><a href="html/libxml-parser.html#xmlCleanupParser">xmlCleanupParser</a><br />
|
||||
<a href="html/libxml-threads.html#xmlCleanupThreads">xmlCleanupThreads</a><br />
|
||||
<a href="html/libxml-tree.html#xmlGetBufferAllocationScheme">xmlGetBufferAllocationScheme</a><br />
|
||||
</dd><dt>avoiding</dt><dd><a href="html/libxml-xmlreader.html#xmlTextReaderNext">xmlTextReaderNext</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderNextSibling">xmlTextReaderNextSibling</a><br />
|
||||
</dd><dt>aware</dt><dd><a href="html/libxml-tree.html#xmlGetProp">xmlGetProp</a><br />
|
||||
|
@ -37,7 +37,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="APIchunk27.html">w-w</a>
|
||||
<a href="APIchunk28.html">x-x</a>
|
||||
<a href="APIchunk29.html">y-z</a>
|
||||
</h2><h2>Letter b:</h2><dl><dt>back</dt><dd><a href="html/libxml-tree.html#xmlChildElementCount">xmlChildElementCount</a><br />
|
||||
</h2><h2>Letter b:</h2><dl><dt>back</dt><dd><a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-tree.html#xmlChildElementCount">xmlChildElementCount</a><br />
|
||||
<a href="html/libxml-parserInternals.html#xmlEntityReferenceFunc">xmlEntityReferenceFunc</a><br />
|
||||
<a href="html/libxml-tree.html#xmlFirstElementChild">xmlFirstElementChild</a><br />
|
||||
<a href="html/libxml-parser.html#xmlKeepBlanksDefault">xmlKeepBlanksDefault</a><br />
|
||||
@ -104,6 +105,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlmemory.html#xmlMemSetup">xmlMemSetup</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetParserProp">xmlTextReaderSetParserProp</a><br />
|
||||
@ -247,6 +249,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlIO.html#xmlParserInputBufferPush">xmlParserInputBufferPush</a><br />
|
||||
<a href="html/libxml-xmlIO.html#xmlParserInputBufferRead">xmlParserInputBufferRead</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderGetRemainder">xmlTextReaderGetRemainder</a><br />
|
||||
</dd><dt>buffers</dt><dd><a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
</dd><dt>builded</dt><dd><a href="html/libxml-schemasInternals.html#XML_SCHEMAS_ATTRGROUP_GLOBAL">XML_SCHEMAS_ATTRGROUP_GLOBAL</a><br />
|
||||
<a href="html/libxml-schemasInternals.html#XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED">XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED</a><br />
|
||||
</dd><dt>building</dt><dd><a href="html/libxml-parserInternals.html#XML_MAX_TEXT_LENGTH">XML_MAX_TEXT_LENGTH</a><br />
|
||||
|
@ -642,7 +642,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathSubstringBeforeFunction">xmlXPathSubstringBeforeFunction</a><br />
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathTrailing">xmlXPathTrailing</a><br />
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathTrailingSorted">xmlXPathTrailingSorted</a><br />
|
||||
</dd><dt>contained</dt><dd><a href="html/libxml-xmlstring.html#xmlGetUTF8Char">xmlGetUTF8Char</a><br />
|
||||
</dd><dt>contained</dt><dd><a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-xmlstring.html#xmlGetUTF8Char">xmlGetUTF8Char</a><br />
|
||||
<a href="html/libxml-tree.html#xmlNodeListGetRawString">xmlNodeListGetRawString</a><br />
|
||||
<a href="html/libxml-tree.html#xmlNodeListGetString">xmlNodeListGetString</a><br />
|
||||
<a href="html/libxml-parserInternals.html#xmlParseElementChildrenContentDecl">xmlParseElementChildrenContentDecl</a><br />
|
||||
@ -802,6 +803,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderByteConsumed">xmlTextReaderByteConsumed</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetSchema">xmlTextReaderSetSchema</a><br />
|
||||
|
@ -45,6 +45,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd><dt>de-coupled</dt><dd><a href="html/libxml-valid.html#xmlValidateDtd">xmlValidateDtd</a><br />
|
||||
</dd><dt>deactivated</dt><dd><a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetSchema">xmlTextReaderSetSchema</a><br />
|
||||
@ -385,6 +386,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-dict.html#xmlDictCreateSub">xmlDictCreateSub</a><br />
|
||||
<a href="html/libxml-dict.html#xmlDictReference">xmlDictReference</a><br />
|
||||
<a href="html/libxml-hash.html#xmlHashCreateDict">xmlHashCreateDict</a><br />
|
||||
<a href="html/libxml-dict.html#xmlInitializeDict">xmlInitializeDict</a><br />
|
||||
<a href="html/libxml-pattern.html#xmlPatterncompile">xmlPatterncompile</a><br />
|
||||
<a href="html/libxml-pattern.html#xmlStreamPush">xmlStreamPush</a><br />
|
||||
<a href="html/libxml-pattern.html#xmlStreamPushAttr">xmlStreamPushAttr</a><br />
|
||||
@ -473,6 +475,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-schemasInternals.html#XML_SCHEMAS_ELEM_BLOCK_RESTRICTION">XML_SCHEMAS_ELEM_BLOCK_RESTRICTION</a><br />
|
||||
<a href="html/libxml-schemasInternals.html#XML_SCHEMAS_ELEM_BLOCK_SUBSTITUTION">XML_SCHEMAS_ELEM_BLOCK_SUBSTITUTION</a><br />
|
||||
</dd><dt>discard</dt><dd><a href="html/libxml-parser.html#xmlParserInputRead">xmlParserInputRead</a><br />
|
||||
<a href="html/libxml-tree.html#xmlUnlinkNode">xmlUnlinkNode</a><br />
|
||||
</dd><dt>discarded</dt><dd><a href="html/libxml-globals.html#xmlDeregisterNodeFunc">xmlDeregisterNodeFunc</a><br />
|
||||
</dd><dt>discarding</dt><dd><a href="html/libxml-parserInternals.html#xmlParseAttValue">xmlParseAttValue</a><br />
|
||||
<a href="html/libxml-valid.html#xmlValidCtxtNormalizeAttributeValue">xmlValidCtxtNormalizeAttributeValue</a><br />
|
||||
@ -520,6 +523,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpath.html#xmlXPathOrderDocElems">xmlXPathOrderDocElems</a><br />
|
||||
</dd><dt>doesn</dt><dd><a href="html/libxml-HTMLparser.html#_htmlElemDesc">_htmlElemDesc</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#htmlElementAllowedHere">htmlElementAllowedHere</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-parserInternals.html#xmlCheckLanguageID">xmlCheckLanguageID</a><br />
|
||||
<a href="html/libxml-parser.html#xmlCleanupParser">xmlCleanupParser</a><br />
|
||||
<a href="html/libxml-entities.html#xmlCreateEntitiesTable">xmlCreateEntitiesTable</a><br />
|
||||
@ -575,6 +579,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpointer.html#xmlXPtrLocationSetCreate">xmlXPtrLocationSetCreate</a><br />
|
||||
</dd><dt>double-hyphen</dt><dd><a href="html/libxml-parserInternals.html#xmlParseComment">xmlParseComment</a><br />
|
||||
</dd><dt>double-quotes</dt><dd><a href="html/libxml-tree.html#xmlBufferWriteQuotedString">xmlBufferWriteQuotedString</a><br />
|
||||
</dd><dt>doubleit</dt><dd><a href="html/libxml-tree.html#xmlGetBufferAllocationScheme">xmlGetBufferAllocationScheme</a><br />
|
||||
</dd><dt>doublequotes</dt><dd><a href="html/libxml-parserInternals.html#xmlParseQuotedString">xmlParseQuotedString</a><br />
|
||||
</dd><dt>doubt</dt><dd><a href="html/libxml-parser.html#xmlCleanupParser">xmlCleanupParser</a><br />
|
||||
<a href="html/libxml-threads.html#xmlCleanupThreads">xmlCleanupThreads</a><br />
|
||||
|
@ -127,6 +127,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderGetParserProp">xmlTextReaderGetParserProp</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderGetRemainder">xmlTextReaderGetRemainder</a><br />
|
||||
<a href="html/libxml-valid.html#xmlValidateNotationDecl">xmlValidateNotationDecl</a><br />
|
||||
</dd><dt>gie</dt><dd><a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
</dd><dt>gif</dt><dd><a href="html/libxml-uri.html#xmlBuildRelativeURI">xmlBuildRelativeURI</a><br />
|
||||
</dd><dt>give</dt><dd><a href="html/libxml-parser.html#_xmlParserInput">_xmlParserInput</a><br />
|
||||
<a href="html/libxml-schemasInternals.html#_xmlSchema">_xmlSchema</a><br />
|
||||
|
@ -68,6 +68,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlIO.html#xmlOutputBufferWriteString">xmlOutputBufferWriteString</a><br />
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathStringFunction">xmlXPathStringFunction</a><br />
|
||||
</dd><dt>immutable</dt><dd><a href="html/libxml-tree.html#xmlBufferCreateStatic">xmlBufferCreateStatic</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-xmlIO.html#xmlParserInputBufferCreateStatic">xmlParserInputBufferCreateStatic</a><br />
|
||||
</dd><dt>implementation</dt><dd><a href="html/libxml-xmlmemory.html#xmlFreeFunc">xmlFreeFunc</a><br />
|
||||
<a href="html/libxml-xmlmemory.html#xmlMallocFunc">xmlMallocFunc</a><br />
|
||||
@ -362,6 +363,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpointer.html#xmlXPtrLocationSetRemove">xmlXPtrLocationSetRemove</a><br />
|
||||
</dd><dt>initialisation</dt><dd><a href="html/libxml-globals.html#xmlInitGlobals">xmlInitGlobals</a><br />
|
||||
</dd><dt>initialization</dt><dd><a href="html/libxml-catalog.html#xmlInitializeCatalog">xmlInitializeCatalog</a><br />
|
||||
<a href="html/libxml-dict.html#xmlInitializeDict">xmlInitializeDict</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlLoadCatalog">xmlLoadCatalog</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlLoadCatalogs">xmlLoadCatalogs</a><br />
|
||||
<a href="html/libxml-SAX2.html#xmlSAXDefaultVersion">xmlSAXDefaultVersion</a><br />
|
||||
|
@ -61,6 +61,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd></dl><h2>Letter k:</h2><dl><dt>keep</dt><dd><a href="html/libxml-xmlregexp.html#xmlExpNewOr">xmlExpNewOr</a><br />
|
||||
<a href="html/libxml-xmlregexp.html#xmlExpNewRange">xmlExpNewRange</a><br />
|
||||
<a href="html/libxml-xmlregexp.html#xmlExpNewSeq">xmlExpNewSeq</a><br />
|
||||
<a href="html/libxml-tree.html#xmlGetBufferAllocationScheme">xmlGetBufferAllocationScheme</a><br />
|
||||
<a href="html/libxml-uri.html#xmlParseURIRaw">xmlParseURIRaw</a><br />
|
||||
<a href="html/libxml-parser.html#xmlParserInputGrow">xmlParserInputGrow</a><br />
|
||||
<a href="html/libxml-parser.html#xmlSubstituteEntitiesDefault">xmlSubstituteEntitiesDefault</a><br />
|
||||
@ -100,7 +101,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlIO.html#xmlParserInputBufferCreateIO">xmlParserInputBufferCreateIO</a><br />
|
||||
<a href="html/libxml-xmlIO.html#xmlParserInputBufferCreateMem">xmlParserInputBufferCreateMem</a><br />
|
||||
<a href="html/libxml-xmlIO.html#xmlParserInputBufferCreateStatic">xmlParserInputBufferCreateStatic</a><br />
|
||||
</dd></dl><h2>Letter l:</h2><dl><dt>labeled</dt><dd><a href="html/libxml-parser.html#xmlParseCtxtExternalEntity">xmlParseCtxtExternalEntity</a><br />
|
||||
</dd></dl><h2>Letter l:</h2><dl><dt>label</dt><dd><a href="html/libxml-parser.html#_xmlParserCtxt">_xmlParserCtxt</a><br />
|
||||
</dd><dt>labeled</dt><dd><a href="html/libxml-parser.html#xmlParseCtxtExternalEntity">xmlParseCtxtExternalEntity</a><br />
|
||||
<a href="html/libxml-parser.html#xmlParseExtParsedEnt">xmlParseExtParsedEnt</a><br />
|
||||
<a href="html/libxml-parser.html#xmlParseExternalEntity">xmlParseExternalEntity</a><br />
|
||||
</dd><dt>lack</dt><dd><a href="html/libxml-encoding.html#xmlCharEncodingInputFunc">xmlCharEncodingInputFunc</a><br />
|
||||
@ -122,6 +124,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlregexp.html#xmlExpSubsume">xmlExpSubsume</a><br />
|
||||
</dd><dt>large</dt><dd><a href="html/libxml-parser.html#_xmlParserCtxt">_xmlParserCtxt</a><br />
|
||||
<a href="html/libxml-parser.html#_xmlParserInput">_xmlParserInput</a><br />
|
||||
<a href="html/libxml-tree.html#xmlGetBufferAllocationScheme">xmlGetBufferAllocationScheme</a><br />
|
||||
</dd><dt>largest</dt><dd><a href="html/libxml-xpathInternals.html#xmlXPathFloorFunction">xmlXPathFloorFunction</a><br />
|
||||
</dd><dt>later</dt><dd><a href="html/libxml-hash.html#xmlHashAddEntry">xmlHashAddEntry</a><br />
|
||||
<a href="html/libxml-hash.html#xmlHashAddEntry2">xmlHashAddEntry2</a><br />
|
||||
@ -160,6 +163,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-threads.html#xmlCleanupThreads">xmlCleanupThreads</a><br />
|
||||
</dd><dt>least</dt><dd><a href="html/libxml-encoding.html#xmlDetectCharEncoding">xmlDetectCharEncoding</a><br />
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathStringFunction">xmlXPathStringFunction</a><br />
|
||||
</dd><dt>led</dt><dd><a href="html/libxml-dict.html#xmlInitializeDict">xmlInitializeDict</a><br />
|
||||
</dd><dt>left</dt><dd><a href="html/libxml-xmlregexp.html#xmlExpNewOr">xmlExpNewOr</a><br />
|
||||
<a href="html/libxml-xmlregexp.html#xmlExpNewSeq">xmlExpNewSeq</a><br />
|
||||
<a href="html/libxml-xmlmemory.html#xmlMemDisplayLast">xmlMemDisplayLast</a><br />
|
||||
@ -235,6 +239,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlmemory.html#xmlCleanupMemory">xmlCleanupMemory</a><br />
|
||||
<a href="html/libxml-parser.html#xmlCleanupParser">xmlCleanupParser</a><br />
|
||||
<a href="html/libxml-threads.html#xmlCleanupThreads">xmlCleanupThreads</a><br />
|
||||
<a href="html/libxml-dict.html#xmlDictCleanup">xmlDictCleanup</a><br />
|
||||
<a href="html/libxml-parser.html#xmlHasFeature">xmlHasFeature</a><br />
|
||||
<a href="html/libxml-threads.html#xmlInitThreads">xmlInitThreads</a><br />
|
||||
<a href="html/libxml-globals.html#xmlInitializeGlobalState">xmlInitializeGlobalState</a><br />
|
||||
@ -294,7 +299,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-valid.html#xmlValidityErrorFunc">xmlValidityErrorFunc</a><br />
|
||||
<a href="html/libxml-valid.html#xmlValidityWarningFunc">xmlValidityWarningFunc</a><br />
|
||||
</dd><dt>likely</dt><dd><a href="html/libxml-threads.html#xmlGetThreadId">xmlGetThreadId</a><br />
|
||||
</dd><dt>limit</dt><dd><a href="html/libxml-encoding.html#xmlCharEncFirstLine">xmlCharEncFirstLine</a><br />
|
||||
</dd><dt>limit</dt><dd><a href="html/libxml-xpath.html#_xmlXPathParserContext">_xmlXPathParserContext</a><br />
|
||||
<a href="html/libxml-encoding.html#xmlCharEncFirstLine">xmlCharEncFirstLine</a><br />
|
||||
<a href="html/libxml-parserInternals.html#xmlDecodeEntities">xmlDecodeEntities</a><br />
|
||||
<a href="html/libxml-pattern.html#xmlPatternMaxDepth">xmlPatternMaxDepth</a><br />
|
||||
</dd><dt>limitation</dt><dd><a href="html/libxml-parserInternals.html#XML_MAX_TEXT_LENGTH">XML_MAX_TEXT_LENGTH</a><br />
|
||||
|
@ -323,6 +323,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd><dt>mutex</dt><dd><a href="html/libxml-dict.html#xmlDictCleanup">xmlDictCleanup</a><br />
|
||||
<a href="html/libxml-threads.html#xmlFreeMutex">xmlFreeMutex</a><br />
|
||||
<a href="html/libxml-threads.html#xmlFreeRMutex">xmlFreeRMutex</a><br />
|
||||
<a href="html/libxml-dict.html#xmlInitializeDict">xmlInitializeDict</a><br />
|
||||
<a href="html/libxml-threads.html#xmlMutexLock">xmlMutexLock</a><br />
|
||||
<a href="html/libxml-threads.html#xmlMutexUnlock">xmlMutexUnlock</a><br />
|
||||
<a href="html/libxml-threads.html#xmlNewMutex">xmlNewMutex</a><br />
|
||||
|
@ -224,7 +224,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlerror.html#xmlSetStructuredErrorFunc">xmlSetStructuredErrorFunc</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderReadInnerXml">xmlTextReaderReadInnerXml</a><br />
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathBooleanFunction">xmlXPathBooleanFunction</a><br />
|
||||
</dd><dt>normal</dt><dd><a href="html/libxml-encoding.html#xmlInitCharEncodingHandlers">xmlInitCharEncodingHandlers</a><br />
|
||||
</dd><dt>normal</dt><dd><a href="html/libxml-tree.html#xmlGetBufferAllocationScheme">xmlGetBufferAllocationScheme</a><br />
|
||||
<a href="html/libxml-encoding.html#xmlInitCharEncodingHandlers">xmlInitCharEncodingHandlers</a><br />
|
||||
<a href="html/libxml-xmlIO.html#xmlParserInputBufferGrow">xmlParserInputBufferGrow</a><br />
|
||||
</dd><dt>normalization</dt><dd><a href="html/libxml-uri.html#xmlNormalizeURIPath">xmlNormalizeURIPath</a><br />
|
||||
<a href="html/libxml-parserInternals.html#xmlParseSDDecl">xmlParseSDDecl</a><br />
|
||||
|
@ -135,6 +135,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-entities.html#xmlEncodeEntities">xmlEncodeEntities</a><br />
|
||||
<a href="html/libxml-parser.html#xmlInitParser">xmlInitParser</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlInitializeCatalog">xmlInitializeCatalog</a><br />
|
||||
<a href="html/libxml-dict.html#xmlInitializeDict">xmlInitializeDict</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlLoadCatalog">xmlLoadCatalog</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlLoadCatalogs">xmlLoadCatalogs</a><br />
|
||||
<a href="html/libxml-parserInternals.html#xmlParseAttributeType">xmlParseAttributeType</a><br />
|
||||
@ -247,6 +248,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlschemas.html#xmlSchemaSetValidOptions">xmlSchemaSetValidOptions</a><br />
|
||||
<a href="html/libxml-xmlschemas.html#xmlSchemaValidCtxtGetOptions">xmlSchemaValidCtxtGetOptions</a><br />
|
||||
<a href="html/libxml-xmlschemas.html#xmlSchemaValidateFile">xmlSchemaValidateFile</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetup">xmlTextReaderSetup</a><br />
|
||||
<a href="html/libxml-xpath.html#xmlXPathContextSetCache">xmlXPathContextSetCache</a><br />
|
||||
|
@ -129,6 +129,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-debugXML.html#xmlShellValidate">xmlShellValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
</dd><dt>pathological</dt><dd><a href="html/libxml-tree.html#xmlGetBufferAllocationScheme">xmlGetBufferAllocationScheme</a><br />
|
||||
</dd><dt>pattern</dt><dd><a href="html/libxml-schemasInternals.html#XML_SCHEMAS_TYPE_NORMVALUENEEDED">XML_SCHEMAS_TYPE_NORMVALUENEEDED</a><br />
|
||||
<a href="html/libxml-pattern.html#xmlPatternFromRoot">xmlPatternFromRoot</a><br />
|
||||
<a href="html/libxml-pattern.html#xmlPatternGetStreamCtxt">xmlPatternGetStreamCtxt</a><br />
|
||||
@ -223,6 +224,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlregexp.html#xmlRegExecNextValues">xmlRegExecNextValues</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetSchema">xmlTextReaderSetSchema</a><br />
|
||||
@ -292,6 +294,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathEvaluatePredicateResult">xmlXPathEvaluatePredicateResult</a><br />
|
||||
<a href="html/libxml-xpointer.html#xmlXPtrEvalRangePredicate">xmlXPtrEvalRangePredicate</a><br />
|
||||
</dd><dt>preferably</dt><dd><a href="html/libxml-catalog.html#xmlInitializeCatalog">xmlInitializeCatalog</a><br />
|
||||
<a href="html/libxml-dict.html#xmlInitializeDict">xmlInitializeDict</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlLoadCatalog">xmlLoadCatalog</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlLoadCatalogs">xmlLoadCatalogs</a><br />
|
||||
<a href="html/libxml-tree.html#xmlNewPI">xmlNewPI</a><br />
|
||||
@ -348,6 +351,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-HTMLparser.html#htmlHandleOmittedElem">htmlHandleOmittedElem</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#htmlParseElement">htmlParseElement</a><br />
|
||||
<a href="html/libxml-tree.html#xmlAddPrevSibling">xmlAddPrevSibling</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlCatalogSetDebug">xmlCatalogSetDebug</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlCatalogSetDefaultPrefer">xmlCatalogSetDefaultPrefer</a><br />
|
||||
<a href="html/libxml-globals.html#xmlDeregisterNodeDefault">xmlDeregisterNodeDefault</a><br />
|
||||
@ -424,6 +428,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-SAX2.html#xmlSAX2StartElement">xmlSAX2StartElement</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetSchema">xmlTextReaderSetSchema</a><br />
|
||||
|
@ -454,6 +454,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#xmlNewTextChild">xmlNewTextChild</a><br />
|
||||
<a href="html/libxml-uri.html#xmlURIEscapeStr">xmlURIEscapeStr</a><br />
|
||||
</dd><dt>reset</dt><dd><a href="html/libxml-xmlerror.html#initGenericErrorDefaultFunc">initGenericErrorDefaultFunc</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-parser.html#xmlCtxtReadFd">xmlCtxtReadFd</a><br />
|
||||
<a href="html/libxml-tree.html#xmlNodeSetBase">xmlNodeSetBase</a><br />
|
||||
<a href="html/libxml-tree.html#xmlNodeSetName">xmlNodeSetName</a><br />
|
||||
|
@ -40,6 +40,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</h2><h2>Letter s:</h2><dl><dt>s390</dt><dd><a href="html/libxml-hash.html#XML_CAST_FPTR">XML_CAST_FPTR</a><br />
|
||||
</dd><dt>safe</dt><dd><a href="html/libxml-xmlstring.html#BAD_CAST">BAD_CAST</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlInitializeCatalog">xmlInitializeCatalog</a><br />
|
||||
<a href="html/libxml-dict.html#xmlInitializeDict">xmlInitializeDict</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlLoadCatalog">xmlLoadCatalog</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlLoadCatalogs">xmlLoadCatalogs</a><br />
|
||||
</dd><dt>safety</dt><dd><a href="html/libxml-parserInternals.html#XML_MAX_TEXT_LENGTH">XML_MAX_TEXT_LENGTH</a><br />
|
||||
@ -135,6 +136,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlschemas.html#xmlSchemaValidateFile">xmlSchemaValidateFile</a><br />
|
||||
<a href="html/libxml-xmlschemas.html#xmlSchemaValidateStream">xmlSchemaValidateStream</a><br />
|
||||
<a href="html/libxml-schematron.html#xmlSchematronNewMemParserCtxt">xmlSchematronNewMemParserCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
</dd><dt>schematron</dt><dd><a href="html/libxml-schematron.html#xmlSchematronValidateDoc">xmlSchematronValidateDoc</a><br />
|
||||
@ -412,6 +415,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parserInternals.html#xmlSkipBlankChars">xmlSkipBlankChars</a><br />
|
||||
</dd><dt>slot</dt><dd><a href="html/libxml-xpath.html#xmlXPathContextSetCache">xmlXPathContextSetCache</a><br />
|
||||
</dd><dt>slots</dt><dd><a href="html/libxml-xpath.html#xmlXPathContextSetCache">xmlXPathContextSetCache</a><br />
|
||||
</dd><dt>small</dt><dd><a href="html/libxml-tree.html#xmlGetBufferAllocationScheme">xmlGetBufferAllocationScheme</a><br />
|
||||
</dd><dt>smaller</dt><dd><a href="html/libxml-uri.html#xmlURIUnescapeString">xmlURIUnescapeString</a><br />
|
||||
</dd><dt>smallest</dt><dd><a href="html/libxml-xpathInternals.html#xmlXPathCeilingFunction">xmlXPathCeilingFunction</a><br />
|
||||
</dd><dt>socket</dt><dd><a href="html/libxml-nanoftp.html#INVALID_SOCKET">INVALID_SOCKET</a><br />
|
||||
@ -635,6 +639,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd><dt>startup</dt><dd><a href="html/libxml-SAX.html#setDocumentLocator">setDocumentLocator</a><br />
|
||||
<a href="html/libxml-parser.html#setDocumentLocatorSAXFunc">setDocumentLocatorSAXFunc</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlInitializeCatalog">xmlInitializeCatalog</a><br />
|
||||
<a href="html/libxml-dict.html#xmlInitializeDict">xmlInitializeDict</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlLoadCatalog">xmlLoadCatalog</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlLoadCatalogs">xmlLoadCatalogs</a><br />
|
||||
<a href="html/libxml-SAX2.html#xmlSAX2SetDocumentLocator">xmlSAX2SetDocumentLocator</a><br />
|
||||
@ -733,6 +738,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlregexp.html#xmlExpGetLanguage">xmlExpGetLanguage</a><br />
|
||||
<a href="html/libxml-xmlregexp.html#xmlExpGetStart">xmlExpGetStart</a><br />
|
||||
<a href="html/libxml-xmlregexp.html#xmlExpParse">xmlExpParse</a><br />
|
||||
<a href="html/libxml-tree.html#xmlGetBufferAllocationScheme">xmlGetBufferAllocationScheme</a><br />
|
||||
<a href="html/libxml-parser.html#xmlGetFeaturesList">xmlGetFeaturesList</a><br />
|
||||
<a href="html/libxml-pattern.html#xmlPatterncompile">xmlPatterncompile</a><br />
|
||||
<a href="html/libxml-xmlregexp.html#xmlRegExecErrInfo">xmlRegExecErrInfo</a><br />
|
||||
@ -936,7 +942,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#xmlNodeSetContentLen">xmlNodeSetContentLen</a><br />
|
||||
<a href="html/libxml-xmlstring.html#xmlStrcat">xmlStrcat</a><br />
|
||||
<a href="html/libxml-xmlstring.html#xmlStrdup">xmlStrdup</a><br />
|
||||
</dd><dt>sure</dt><dd><a href="html/libxml-xmlsave.html#xmlSaveClose">xmlSaveClose</a><br />
|
||||
</dd><dt>sure</dt><dd><a href="html/libxml-dict.html#xmlDictCleanup">xmlDictCleanup</a><br />
|
||||
<a href="html/libxml-xmlsave.html#xmlSaveClose">xmlSaveClose</a><br />
|
||||
<a href="html/libxml-xmlsave.html#xmlSaveFlush">xmlSaveFlush</a><br />
|
||||
<a href="html/libxml-uri.html#xmlURIEscape">xmlURIEscape</a><br />
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathNodeSetAddUnique">xmlXPathNodeSetAddUnique</a><br />
|
||||
|
@ -138,6 +138,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlstring.html#xmlCheckUTF8">xmlCheckUTF8</a><br />
|
||||
<a href="html/libxml-parserInternals.html#xmlParseSDDecl">xmlParseSDDecl</a><br />
|
||||
</dd><dt>they</dt><dd><a href="html/libxml-HTMLparser.html#_htmlElemDesc">_htmlElemDesc</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-parser.html#xmlCreatePushParserCtxt">xmlCreatePushParserCtxt</a><br />
|
||||
<a href="html/libxml-xmlstring.html#xmlStrEqual">xmlStrEqual</a><br />
|
||||
<a href="html/libxml-xmlstring.html#xmlStrQEqual">xmlStrQEqual</a><br />
|
||||
@ -169,6 +170,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-threads.html#xmlGetThreadId">xmlGetThreadId</a><br />
|
||||
<a href="html/libxml-threads.html#xmlInitThreads">xmlInitThreads</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlInitializeCatalog">xmlInitializeCatalog</a><br />
|
||||
<a href="html/libxml-dict.html#xmlInitializeDict">xmlInitializeDict</a><br />
|
||||
<a href="html/libxml-threads.html#xmlIsMainThread">xmlIsMainThread</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlLoadCatalog">xmlLoadCatalog</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlLoadCatalogs">xmlLoadCatalogs</a><br />
|
||||
@ -184,6 +186,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathNextAncestor">xmlXPathNextAncestor</a><br />
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathNextAncestorOrSelf">xmlXPathNextAncestorOrSelf</a><br />
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathNextDescendantOrSelf">xmlXPathNextDescendantOrSelf</a><br />
|
||||
</dd><dt>tight</dt><dd><a href="html/libxml-tree.html#xmlGetBufferAllocationScheme">xmlGetBufferAllocationScheme</a><br />
|
||||
</dd><dt>time</dt><dd><a href="html/libxml-xmlregexp.html#xmlExpExpDerive">xmlExpExpDerive</a><br />
|
||||
<a href="html/libxml-xpath.html#xmlXPathAxisFunc">xmlXPathAxisFunc</a><br />
|
||||
</dd><dt>title</dt><dd><a href="html/libxml-xlink.html#xlinkSimpleLinkFunk">xlinkSimpleLinkFunk</a><br />
|
||||
|
@ -93,6 +93,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlunicode.html#xmlUCSIsCat">xmlUCSIsCat</a><br />
|
||||
</dd><dt>unless</dt><dd><a href="html/libxml-HTMLparser.html#htmlSAXParseDoc">htmlSAXParseDoc</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#htmlSAXParseFile">htmlSAXParseFile</a><br />
|
||||
<a href="html/libxml-dict.html#xmlDictCleanup">xmlDictCleanup</a><br />
|
||||
<a href="html/libxml-xmlregexp.html#xmlExpNewOr">xmlExpNewOr</a><br />
|
||||
<a href="html/libxml-xmlregexp.html#xmlExpNewRange">xmlExpNewRange</a><br />
|
||||
<a href="html/libxml-xmlregexp.html#xmlExpNewSeq">xmlExpNewSeq</a><br />
|
||||
@ -104,6 +105,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathNextNamespace">xmlXPathNextNamespace</a><br />
|
||||
</dd><dt>unliked</dt><dd><a href="html/libxml-tree.html#xmlDOMWrapAdoptNode">xmlDOMWrapAdoptNode</a><br />
|
||||
</dd><dt>unlink</dt><dd><a href="html/libxml-tree.html#xmlFreeNode">xmlFreeNode</a><br />
|
||||
<a href="html/libxml-tree.html#xmlUnlinkNode">xmlUnlinkNode</a><br />
|
||||
</dd><dt>unlinked</dt><dd><a href="html/libxml-tree.html#xmlAddNextSibling">xmlAddNextSibling</a><br />
|
||||
<a href="html/libxml-tree.html#xmlAddPrevSibling">xmlAddPrevSibling</a><br />
|
||||
<a href="html/libxml-tree.html#xmlAddSibling">xmlAddSibling</a><br />
|
||||
|
@ -254,7 +254,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd><dt>word</dt><dd><a href="html/libxml-HTMLparser.html#_htmlElemDesc">_htmlElemDesc</a><br />
|
||||
</dd><dt>words</dt><dd><a href="html/libxml-xpathInternals.html#xmlXPathNormalizeFunction">xmlXPathNormalizeFunction</a><br />
|
||||
<a href="html/libxml-xpathInternals.html#xmlXPathStringLengthFunction">xmlXPathStringLengthFunction</a><br />
|
||||
</dd><dt>work</dt><dd><a href="html/libxml-tree.html#xmlNodeGetBase">xmlNodeGetBase</a><br />
|
||||
</dd><dt>work</dt><dd><a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-tree.html#xmlNodeGetBase">xmlNodeGetBase</a><br />
|
||||
<a href="html/libxml-pattern.html#xmlPatternStreamable">xmlPatternStreamable</a><br />
|
||||
<a href="html/libxml-tree.html#xmlRemoveProp">xmlRemoveProp</a><br />
|
||||
<a href="html/libxml-parser.html#xmlSAXParseDoc">xmlSAXParseDoc</a><br />
|
||||
|
@ -206,6 +206,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd><dt>xmlFreeDoc</dt><dd><a href="html/libxml-xmlreader.html#xmlTextReaderCurrentDoc">xmlTextReaderCurrentDoc</a><br />
|
||||
</dd><dt>xmlFreeDocElementContent</dt><dd><a href="html/libxml-valid.html#xmlFreeElementContent">xmlFreeElementContent</a><br />
|
||||
</dd><dt>xmlFreeMutex</dt><dd><a href="html/libxml-threads.html#xmlFreeMutex">xmlFreeMutex</a><br />
|
||||
</dd><dt>xmlFreeNode</dt><dd><a href="html/libxml-tree.html#xmlUnlinkNode">xmlUnlinkNode</a><br />
|
||||
</dd><dt>xmlFreeStreamCtxt</dt><dd><a href="html/libxml-pattern.html#xmlPatternGetStreamCtxt">xmlPatternGetStreamCtxt</a><br />
|
||||
</dd><dt>xmlGetGlobalState</dt><dd><a href="html/libxml-threads.html#xmlGetGlobalState">xmlGetGlobalState</a><br />
|
||||
</dd><dt>xmlGetNoNsProp</dt><dd><a href="html/libxml-tree.html#xmlGetProp">xmlGetProp</a><br />
|
||||
|
@ -57,6 +57,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlsave.html#xmlSaveTree">xmlSaveTree</a><br />
|
||||
<a href="html/libxml-xmlschemastypes.html#xmlSchemaGetCanonValue">xmlSchemaGetCanonValue</a><br />
|
||||
<a href="html/libxml-xmlschemastypes.html#xmlSchemaGetCanonValueWhtsp">xmlSchemaGetCanonValueWhtsp</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
</dd><dt>you</dt><dd><a href="html/libxml-tree.html#xmlDOMWrapAdoptNode">xmlDOMWrapAdoptNode</a><br />
|
||||
<a href="html/libxml-tree.html#xmlDOMWrapCloneNode">xmlDOMWrapCloneNode</a><br />
|
||||
|
@ -113,6 +113,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlschemastypes.html#xmlSchemaGetPredefinedType">xmlSchemaGetPredefinedType</a><br />
|
||||
</dd><dt>Loose</dt><dd><a href="html/libxml-HTMLparser.html#_htmlElemDesc">_htmlElemDesc</a><br />
|
||||
</dd><dt>LowSurrogates</dt><dd><a href="html/libxml-xmlunicode.html#xmlUCSIsLowSurrogates">xmlUCSIsLowSurrogates</a><br />
|
||||
</dd><dt>Lzma</dt><dd><a href="html/libxml-xmlversion.html#LIBXML_LZMA_ENABLED">LIBXML_LZMA_ENABLED</a><br />
|
||||
</dd></dl><h2>Letter M:</h2><dl><dt>META</dt><dd><a href="html/libxml-HTMLtree.html#htmlSetMetaEncoding">htmlSetMetaEncoding</a><br />
|
||||
</dd><dt>MODIFIER</dt><dd><a href="html/libxml-HTMLparser.html#_htmlElemDesc">_htmlElemDesc</a><br />
|
||||
</dd><dt>MULT</dt><dd><a href="html/libxml-tree.html#_xmlElementContent">_xmlElementContent</a><br />
|
||||
|
@ -156,7 +156,8 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</dd><dt>Plug</dt><dd><a href="html/libxml-xmlschemas.html#xmlSchemaSAXPlug">xmlSchemaSAXPlug</a><br />
|
||||
</dd><dt>Pointer</dt><dd><a href="html/libxml-xmlstring.html#xmlCheckUTF8">xmlCheckUTF8</a><br />
|
||||
</dd><dt>Points</dt><dd><a href="html/libxml-xpointer.html#xmlXPtrNewRangePoints">xmlXPtrNewRangePoints</a><br />
|
||||
</dd><dt>Pop</dt><dd><a href="html/libxml-relaxng.html#xmlRelaxNGValidatePopElement">xmlRelaxNGValidatePopElement</a><br />
|
||||
</dd><dt>Pop</dt><dd><a href="html/libxml-xpath.html#_xmlXPathParserContext">_xmlXPathParserContext</a><br />
|
||||
<a href="html/libxml-relaxng.html#xmlRelaxNGValidatePopElement">xmlRelaxNGValidatePopElement</a><br />
|
||||
<a href="html/libxml-valid.html#xmlValidatePopElement">xmlValidatePopElement</a><br />
|
||||
</dd><dt>Pops</dt><dd><a href="html/libxml-parserInternals.html#inputPop">inputPop</a><br />
|
||||
<a href="html/libxml-parserInternals.html#namePop">namePop</a><br />
|
||||
|
@ -93,6 +93,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderGetParserProp">xmlTextReaderGetParserProp</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetSchema">xmlTextReaderSetSchema</a><br />
|
||||
@ -194,11 +195,13 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-relaxng.html#xmlRelaxParserSetFlag">xmlRelaxParserSetFlag</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
</dd><dt>RelaxNGs</dt><dd><a href="html/libxml-relaxng.html#xmlRelaxNGNewDocParserCtxt">xmlRelaxNGNewDocParserCtxt</a><br />
|
||||
<a href="html/libxml-relaxng.html#xmlRelaxNGNewMemParserCtxt">xmlRelaxNGNewMemParserCtxt</a><br />
|
||||
<a href="html/libxml-relaxng.html#xmlRelaxNGNewParserCtxt">xmlRelaxNGNewParserCtxt</a><br />
|
||||
<a href="html/libxml-relaxng.html#xmlRelaxNGNewValidCtxt">xmlRelaxNGNewValidCtxt</a><br />
|
||||
</dd><dt>Remove</dt><dd><a href="html/libxml-catalog.html#xmlACatalogRemove">xmlACatalogRemove</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferShrink">xmlBufferShrink</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlCatalogRemove">xmlCatalogRemove</a><br />
|
||||
<a href="html/libxml-list.html#xmlListClear">xmlListClear</a><br />
|
||||
|
@ -250,6 +250,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-pattern.html#xmlPatternGetStreamCtxt">xmlPatternGetStreamCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetSchema">xmlTextReaderSetSchema</a><br />
|
||||
|
@ -181,6 +181,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#xmlSetBufferAllocationScheme">xmlSetBufferAllocationScheme</a><br />
|
||||
</dd><dt>XML_BUFFER_ALLOC_EXACT</dt><dd><a href="html/libxml-tree.html#xmlGetBufferAllocationScheme">xmlGetBufferAllocationScheme</a><br />
|
||||
<a href="html/libxml-tree.html#xmlSetBufferAllocationScheme">xmlSetBufferAllocationScheme</a><br />
|
||||
</dd><dt>XML_BUFFER_ALLOC_HYBRID</dt><dd><a href="html/libxml-tree.html#xmlGetBufferAllocationScheme">xmlGetBufferAllocationScheme</a><br />
|
||||
</dd><dt>XML_CAST_FPTR</dt><dd><a href="html/libxml-hash.html#XML_CAST_FPTR">XML_CAST_FPTR</a><br />
|
||||
</dd><dt>XML_CATA_PREFER_PUBLIC</dt><dd><a href="html/libxml-catalog.html#xmlCatalogSetDefaultPrefer">xmlCatalogSetDefaultPrefer</a><br />
|
||||
</dd><dt>XML_CATA_PREFER_SYSTEM</dt><dd><a href="html/libxml-catalog.html#xmlCatalogSetDefaultPrefer">xmlCatalogSetDefaultPrefer</a><br />
|
||||
|
@ -173,6 +173,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-catalog.html#xmlACatalogResolvePublic">xmlACatalogResolvePublic</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlACatalogResolveSystem">xmlACatalogResolveSystem</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlACatalogResolveURI">xmlACatalogResolveURI</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBuildQName">xmlBuildQName</a><br />
|
||||
<a href="html/libxml-uri.html#xmlBuildRelativeURI">xmlBuildRelativeURI</a><br />
|
||||
<a href="html/libxml-uri.html#xmlBuildURI">xmlBuildURI</a><br />
|
||||
|
@ -28,6 +28,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-HTMLparser.html#HTML_INVALID">HTML_INVALID</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#HTML_NA">HTML_NA</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#HTML_PARSE_COMPACT">HTML_PARSE_COMPACT</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#HTML_PARSE_IGNORE_ENC">HTML_PARSE_IGNORE_ENC</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#HTML_PARSE_NOBLANKS">HTML_PARSE_NOBLANKS</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#HTML_PARSE_NODEFDTD">HTML_PARSE_NODEFDTD</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#HTML_PARSE_NOERROR">HTML_PARSE_NOERROR</a><br />
|
||||
@ -336,6 +337,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-dict.html#xmlDictQLookup">xmlDictQLookup</a><br />
|
||||
<a href="html/libxml-dict.html#xmlDictReference">xmlDictReference</a><br />
|
||||
<a href="html/libxml-dict.html#xmlDictSize">xmlDictSize</a><br />
|
||||
<a href="html/libxml-dict.html#xmlInitializeDict">xmlInitializeDict</a><br />
|
||||
</p><h2><a name="encoding" id="encoding">Module encoding</a>:</h2><p><a href="html/libxml-encoding.html#UTF8Toisolat1">UTF8Toisolat1</a><br />
|
||||
<a href="html/libxml-encoding.html#XML_CHAR_ENCODING_2022_JP">XML_CHAR_ENCODING_2022_JP</a><br />
|
||||
<a href="html/libxml-encoding.html#XML_CHAR_ENCODING_8859_1">XML_CHAR_ENCODING_8859_1</a><br />
|
||||
@ -614,6 +616,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#XML_PARSE_DTDLOAD">XML_PARSE_DTDLOAD</a><br />
|
||||
<a href="html/libxml-parser.html#XML_PARSE_DTDVALID">XML_PARSE_DTDVALID</a><br />
|
||||
<a href="html/libxml-parser.html#XML_PARSE_HUGE">XML_PARSE_HUGE</a><br />
|
||||
<a href="html/libxml-parser.html#XML_PARSE_IGNORE_ENC">XML_PARSE_IGNORE_ENC</a><br />
|
||||
<a href="html/libxml-parser.html#XML_PARSE_NOBASEFIX">XML_PARSE_NOBASEFIX</a><br />
|
||||
<a href="html/libxml-parser.html#XML_PARSE_NOBLANKS">XML_PARSE_NOBLANKS</a><br />
|
||||
<a href="html/libxml-parser.html#XML_PARSE_NOCDATA">XML_PARSE_NOCDATA</a><br />
|
||||
@ -1301,6 +1304,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#XML_ATTRIBUTE_REQUIRED">XML_ATTRIBUTE_REQUIRED</a><br />
|
||||
<a href="html/libxml-tree.html#XML_BUFFER_ALLOC_DOUBLEIT">XML_BUFFER_ALLOC_DOUBLEIT</a><br />
|
||||
<a href="html/libxml-tree.html#XML_BUFFER_ALLOC_EXACT">XML_BUFFER_ALLOC_EXACT</a><br />
|
||||
<a href="html/libxml-tree.html#XML_BUFFER_ALLOC_HYBRID">XML_BUFFER_ALLOC_HYBRID</a><br />
|
||||
<a href="html/libxml-tree.html#XML_BUFFER_ALLOC_IMMUTABLE">XML_BUFFER_ALLOC_IMMUTABLE</a><br />
|
||||
<a href="html/libxml-tree.html#XML_BUFFER_ALLOC_IO">XML_BUFFER_ALLOC_IO</a><br />
|
||||
<a href="html/libxml-tree.html#XML_CDATA_SECTION_NODE">XML_CDATA_SECTION_NODE</a><br />
|
||||
@ -1384,6 +1388,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#xmlBufferCreate">xmlBufferCreate</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferCreateSize">xmlBufferCreateSize</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferCreateStatic">xmlBufferCreateStatic</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDump">xmlBufferDump</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferEmpty">xmlBufferEmpty</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferFree">xmlBufferFree</a><br />
|
||||
@ -2760,6 +2765,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderReadString">xmlTextReaderReadString</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetErrorHandler">xmlTextReaderSetErrorHandler</a><br />
|
||||
@ -3159,6 +3165,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_ICU_ENABLED">LIBXML_ICU_ENABLED</a><br />
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_ISO8859X_ENABLED">LIBXML_ISO8859X_ENABLED</a><br />
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_LEGACY_ENABLED">LIBXML_LEGACY_ENABLED</a><br />
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_LZMA_ENABLED">LIBXML_LZMA_ENABLED</a><br />
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_MODULES_ENABLED">LIBXML_MODULES_ENABLED</a><br />
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_MODULE_EXTENSION">LIBXML_MODULE_EXTENSION</a><br />
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_OUTPUT_ENABLED">LIBXML_OUTPUT_ENABLED</a><br />
|
||||
@ -3289,6 +3296,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpath.html#XPATH_NUMBER_ERROR">XPATH_NUMBER_ERROR</a><br />
|
||||
<a href="html/libxml-xpath.html#XPATH_POINT">XPATH_POINT</a><br />
|
||||
<a href="html/libxml-xpath.html#XPATH_RANGE">XPATH_RANGE</a><br />
|
||||
<a href="html/libxml-xpath.html#XPATH_STACK_ERROR">XPATH_STACK_ERROR</a><br />
|
||||
<a href="html/libxml-xpath.html#XPATH_START_LITERAL_ERROR">XPATH_START_LITERAL_ERROR</a><br />
|
||||
<a href="html/libxml-xpath.html#XPATH_STRING">XPATH_STRING</a><br />
|
||||
<a href="html/libxml-xpath.html#XPATH_UNCLOSED_ERROR">XPATH_UNCLOSED_ERROR</a><br />
|
||||
|
@ -950,6 +950,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#xmlBufferAddHead">xmlBufferAddHead</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferCCat">xmlBufferCCat</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferCat">xmlBufferCat</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDump">xmlBufferDump</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferEmpty">xmlBufferEmpty</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferFree">xmlBufferFree</a><br />
|
||||
@ -1845,6 +1846,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-relaxng.html#xmlRelaxNGValidatePopElement">xmlRelaxNGValidatePopElement</a><br />
|
||||
<a href="html/libxml-relaxng.html#xmlRelaxNGValidatePushCData">xmlRelaxNGValidatePushCData</a><br />
|
||||
<a href="html/libxml-relaxng.html#xmlRelaxNGValidatePushElement">xmlRelaxNGValidatePushElement</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
</p><h2>Type xmlRelaxNGValidityErrorFunc:</h2><p><a href="html/libxml-relaxng.html#xmlRelaxNGSetParserErrors">xmlRelaxNGSetParserErrors</a><br />
|
||||
<a href="html/libxml-relaxng.html#xmlRelaxNGSetValidErrors">xmlRelaxNGSetValidErrors</a><br />
|
||||
</p><h2>Type xmlRelaxNGValidityErrorFunc *:</h2><p><a href="html/libxml-relaxng.html#xmlRelaxNGGetParserErrors">xmlRelaxNGGetParserErrors</a><br />
|
||||
@ -2070,6 +2072,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderReadString">xmlTextReaderReadString</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetErrorHandler">xmlTextReaderSetErrorHandler</a><br />
|
||||
|
@ -26,6 +26,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-HTMLparser.html#HTML_INVALID">HTML_INVALID</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#HTML_NA">HTML_NA</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#HTML_PARSE_COMPACT">HTML_PARSE_COMPACT</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#HTML_PARSE_IGNORE_ENC">HTML_PARSE_IGNORE_ENC</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#HTML_PARSE_NOBLANKS">HTML_PARSE_NOBLANKS</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#HTML_PARSE_NODEFDTD">HTML_PARSE_NODEFDTD</a><br />
|
||||
<a href="html/libxml-HTMLparser.html#HTML_PARSE_NOERROR">HTML_PARSE_NOERROR</a><br />
|
||||
@ -78,6 +79,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_ICU_ENABLED">LIBXML_ICU_ENABLED</a><br />
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_ISO8859X_ENABLED">LIBXML_ISO8859X_ENABLED</a><br />
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_LEGACY_ENABLED">LIBXML_LEGACY_ENABLED</a><br />
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_LZMA_ENABLED">LIBXML_LZMA_ENABLED</a><br />
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_MODULES_ENABLED">LIBXML_MODULES_ENABLED</a><br />
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_MODULE_EXTENSION">LIBXML_MODULE_EXTENSION</a><br />
|
||||
<a href="html/libxml-xmlversion.html#LIBXML_OUTPUT_ENABLED">LIBXML_OUTPUT_ENABLED</a><br />
|
||||
@ -152,6 +154,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#XML_ATTRIBUTE_REQUIRED">XML_ATTRIBUTE_REQUIRED</a><br />
|
||||
<a href="html/libxml-tree.html#XML_BUFFER_ALLOC_DOUBLEIT">XML_BUFFER_ALLOC_DOUBLEIT</a><br />
|
||||
<a href="html/libxml-tree.html#XML_BUFFER_ALLOC_EXACT">XML_BUFFER_ALLOC_EXACT</a><br />
|
||||
<a href="html/libxml-tree.html#XML_BUFFER_ALLOC_HYBRID">XML_BUFFER_ALLOC_HYBRID</a><br />
|
||||
<a href="html/libxml-tree.html#XML_BUFFER_ALLOC_IMMUTABLE">XML_BUFFER_ALLOC_IMMUTABLE</a><br />
|
||||
<a href="html/libxml-tree.html#XML_BUFFER_ALLOC_IO">XML_BUFFER_ALLOC_IO</a><br />
|
||||
<a href="html/libxml-c14n.html#XML_C14N_1_0">XML_C14N_1_0</a><br />
|
||||
@ -589,6 +592,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#XML_PARSE_DTDLOAD">XML_PARSE_DTDLOAD</a><br />
|
||||
<a href="html/libxml-parser.html#XML_PARSE_DTDVALID">XML_PARSE_DTDVALID</a><br />
|
||||
<a href="html/libxml-parser.html#XML_PARSE_HUGE">XML_PARSE_HUGE</a><br />
|
||||
<a href="html/libxml-parser.html#XML_PARSE_IGNORE_ENC">XML_PARSE_IGNORE_ENC</a><br />
|
||||
<a href="html/libxml-parser.html#XML_PARSE_NOBASEFIX">XML_PARSE_NOBASEFIX</a><br />
|
||||
<a href="html/libxml-parser.html#XML_PARSE_NOBLANKS">XML_PARSE_NOBLANKS</a><br />
|
||||
<a href="html/libxml-parser.html#XML_PARSE_NOCDATA">XML_PARSE_NOCDATA</a><br />
|
||||
@ -1431,6 +1435,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xpath.html#XPATH_NUMBER_ERROR">XPATH_NUMBER_ERROR</a><br />
|
||||
<a href="html/libxml-xpath.html#XPATH_POINT">XPATH_POINT</a><br />
|
||||
<a href="html/libxml-xpath.html#XPATH_RANGE">XPATH_RANGE</a><br />
|
||||
<a href="html/libxml-xpath.html#XPATH_STACK_ERROR">XPATH_STACK_ERROR</a><br />
|
||||
<a href="html/libxml-xpath.html#XPATH_START_LITERAL_ERROR">XPATH_START_LITERAL_ERROR</a><br />
|
||||
<a href="html/libxml-xpath.html#XPATH_STRING">XPATH_STRING</a><br />
|
||||
<a href="html/libxml-xpath.html#XPATH_UNCLOSED_ERROR">XPATH_UNCLOSED_ERROR</a><br />
|
||||
@ -1767,6 +1772,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-tree.html#xmlBufferCreate">xmlBufferCreate</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferCreateSize">xmlBufferCreateSize</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferCreateStatic">xmlBufferCreateStatic</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDetach">xmlBufferDetach</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferDump">xmlBufferDump</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferEmpty">xmlBufferEmpty</a><br />
|
||||
<a href="html/libxml-tree.html#xmlBufferFree">xmlBufferFree</a><br />
|
||||
@ -2148,6 +2154,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-parser.html#xmlInitParserCtxt">xmlInitParserCtxt</a><br />
|
||||
<a href="html/libxml-threads.html#xmlInitThreads">xmlInitThreads</a><br />
|
||||
<a href="html/libxml-catalog.html#xmlInitializeCatalog">xmlInitializeCatalog</a><br />
|
||||
<a href="html/libxml-dict.html#xmlInitializeDict">xmlInitializeDict</a><br />
|
||||
<a href="html/libxml-globals.html#xmlInitializeGlobalState">xmlInitializeGlobalState</a><br />
|
||||
<a href="html/libxml-entities.html#xmlInitializePredefinedEntities">xmlInitializePredefinedEntities</a><br />
|
||||
<a href="html/libxml-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a><br />
|
||||
@ -2987,6 +2994,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderReadString">xmlTextReaderReadString</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema">xmlTextReaderRelaxNGSetSchema</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate">xmlTextReaderRelaxNGValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidate">xmlTextReaderSchemaValidate</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt">xmlTextReaderSchemaValidateCtxt</a><br />
|
||||
<a href="html/libxml-xmlreader.html#xmlTextReaderSetErrorHandler">xmlTextReaderSetErrorHandler</a><br />
|
||||
|
@ -191,7 +191,8 @@ int <a href="#htmlCtxtUseOptions">htmlCtxtUseOptions</a> (<a href="libxml2-HTML
|
||||
<a name="HTML_PARSE_NOBLANKS">HTML_PARSE_NOBLANKS</a> = 256 /* remove blank nodes */
|
||||
<a name="HTML_PARSE_NONET">HTML_PARSE_NONET</a> = 2048 /* Forbid network access */
|
||||
<a name="HTML_PARSE_NOIMPLIED">HTML_PARSE_NOIMPLIED</a> = 8192 /* Do not add implied html/body... elements */
|
||||
<a name="HTML_PARSE_COMPACT">HTML_PARSE_COMPACT</a> = 65536 /* compact small text nodes */
|
||||
<a name="HTML_PARSE_COMPACT">HTML_PARSE_COMPACT</a> = 65536 /* compact small text nodes */
|
||||
<a name="HTML_PARSE_IGNORE_ENC">HTML_PARSE_IGNORE_ENC</a> = 2097152 /* ignore internal document encoding hint */
|
||||
};
|
||||
</pre><p/>
|
||||
</div>
|
||||
|
@ -51,6 +51,7 @@ int <a href="#xmlDictSize">xmlDictSize</a> (<a href="libxml2-dict.html#xmlDict
|
||||
const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlDictExists">xmlDictExists</a> (<a href="libxml2-dict.html#xmlDictPtr">xmlDictPtr</a> dict, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br/> int len);
|
||||
int <a href="#xmlDictOwns">xmlDictOwns</a> (<a href="libxml2-dict.html#xmlDictPtr">xmlDictPtr</a> dict, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str);
|
||||
const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlDictQLookup">xmlDictQLookup</a> (<a href="libxml2-dict.html#xmlDictPtr">xmlDictPtr</a> dict, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * prefix, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name);
|
||||
int <a href="#xmlInitializeDict">xmlInitializeDict</a> (void);
|
||||
<a href="libxml2-dict.html#xmlDictPtr">xmlDictPtr</a> <a href="#xmlDictCreateSub">xmlDictCreateSub</a> (<a href="libxml2-dict.html#xmlDictPtr">xmlDictPtr</a> sub);
|
||||
void <a href="#xmlDictFree">xmlDictFree</a> (<a href="libxml2-dict.html#xmlDictPtr">xmlDictPtr</a> dict);
|
||||
const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlDictLookup">xmlDictLookup</a> (<a href="libxml2-dict.html#xmlDictPtr">xmlDictPtr</a> dict, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br/> int len);
|
||||
@ -74,7 +75,7 @@ The content of this structure is not made public by the API.
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlDictCleanup"/>xmlDictCleanup ()</h3><pre class="programlisting">void xmlDictCleanup (void)<br/>
|
||||
</pre><p>Free the dictionary mutex.</p>
|
||||
</pre><p>Free the dictionary mutex. Do not call unless sure the library is not in use anymore !</p>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlDictCreate"/>xmlDictCreate ()</h3><pre class="programlisting"><a href="libxml2-dict.html#xmlDictPtr">xmlDictPtr</a> xmlDictCreate (void)<br/>
|
||||
@ -113,6 +114,10 @@ The content of this structure is not made public by the API.
|
||||
</pre><p>Query the number of elements installed in the hash @dict.</p>
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>dict</tt></i>:</span></td><td>the dictionnary</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of elements in the dictionnary or -1 in case of error</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlInitializeDict"/>xmlInitializeDict ()</h3><pre class="programlisting">int xmlInitializeDict (void)<br/>
|
||||
</pre><p>Do the dictionary mutex initialization. this function is not thread safe, initialization should preferably be done once at startup</p>
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 if initialization was already done, and 1 if that call led to the initialization</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -308,7 +308,8 @@ void <a href="#xmlSetExternalEntityLoader">xmlSetExternalEntityLoader</a> (<a hr
|
||||
<a name="XML_PARSE_OLD10">XML_PARSE_OLD10</a> = 131072 /* parse using XML-1.0 before update 5 */
|
||||
<a name="XML_PARSE_NOBASEFIX">XML_PARSE_NOBASEFIX</a> = 262144 /* do not fixup XINCLUDE xml:base uris */
|
||||
<a name="XML_PARSE_HUGE">XML_PARSE_HUGE</a> = 524288 /* relax any hardcoded limit from the parser */
|
||||
<a name="XML_PARSE_OLDSAX">XML_PARSE_OLDSAX</a> = 1048576 /* parse using SAX2 interface from before 2.7.0 */
|
||||
<a name="XML_PARSE_OLDSAX">XML_PARSE_OLDSAX</a> = 1048576 /* parse using SAX2 interface before 2.7.0 */
|
||||
<a name="XML_PARSE_IGNORE_ENC">XML_PARSE_IGNORE_ENC</a> = 2097152 /* ignore internal document encoding hint */
|
||||
};
|
||||
</pre><p/>
|
||||
</div>
|
||||
|
@ -412,7 +412,7 @@ void <a href="#xmlParseEntityDecl">xmlParseEntityDecl</a> (<a href="libxml2-tre
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>an XML parser context</td></tr><tr><td><span class="term"><i><tt>filename</tt></i>:</span></td><td>the filename to use as entity</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the new input stream or NULL in case of error</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlNewInputStream"/>xmlNewInputStream ()</h3><pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> xmlNewInputStream (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt)<br/>
|
||||
</pre><p>Create a new input stream structure</p>
|
||||
</pre><p>Create a new input stream structure.</p>
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>an XML parser context</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the new input stream or NULL</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlNewStringInputStream"/>xmlNewStringInputStream ()</h3><pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> xmlNewStringInputStream (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * buffer)<br/>
|
||||
|
@ -111,6 +111,7 @@ void <a href="#xmlBufferWriteCHAR">xmlBufferWriteCHAR</a> (<a href="libxml2-tre
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlNodeGetBase">xmlNodeGetBase</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> cur);
|
||||
void <a href="#xmlBufferEmpty">xmlBufferEmpty</a> (<a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> buf);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlBuildQName">xmlBuildQName</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ncname, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * prefix, <br/> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * memory, <br/> int len);
|
||||
int <a href="#xmlValidateNMToken">xmlValidateNMToken</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value, <br/> int space);
|
||||
int <a href="#xmlSaveFormatFileEnc">xmlSaveFormatFileEnc</a> (const char * filename, <br/> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> cur, <br/> const char * encoding, <br/> int format);
|
||||
<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> <a href="#xmlAddSibling">xmlAddSibling</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> cur, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> elem);
|
||||
<a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> <a href="#xmlBufferCreate">xmlBufferCreate</a> (void);
|
||||
@ -205,7 +206,7 @@ int <a href="#xmlGetDocCompressMode">xmlGetDocCompressMode</a> (<a href="libxml
|
||||
void <a href="#xmlFreeNode">xmlFreeNode</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> cur);
|
||||
<a href="libxml2-tree.html#xmlAttrPtr">xmlAttrPtr</a> <a href="#xmlNewNsProp">xmlNewNsProp</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br/> <a href="libxml2-tree.html#xmlNsPtr">xmlNsPtr</a> ns, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value);
|
||||
void <a href="#xmlDOMWrapFreeCtxt">xmlDOMWrapFreeCtxt</a> (<a href="libxml2-tree.html#xmlDOMWrapCtxtPtr">xmlDOMWrapCtxtPtr</a> ctxt);
|
||||
int <a href="#xmlValidateNMToken">xmlValidateNMToken</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value, <br/> int space);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlBufferDetach">xmlBufferDetach</a> (<a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> buf);
|
||||
void <a href="#xmlBufferSetAllocationScheme">xmlBufferSetAllocationScheme</a> (<a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> buf, <br/> <a href="libxml2-tree.html#xmlBufferAllocationScheme">xmlBufferAllocationScheme</a> scheme);
|
||||
<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> <a href="#xmlNewChild">xmlNewChild</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> parent, <br/> <a href="libxml2-tree.html#xmlNsPtr">xmlNsPtr</a> ns, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * content);
|
||||
<a href="libxml2-tree.html#xmlNsPtr">xmlNsPtr</a> <a href="#xmlSearchNs">xmlSearchNs</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * nameSpace);
|
||||
@ -384,7 +385,8 @@ void <a href="#xmlFreeNsList">xmlFreeNsList</a> (<a href="libxml2-tree.html#xm
|
||||
<a name="XML_BUFFER_ALLOC_DOUBLEIT">XML_BUFFER_ALLOC_DOUBLEIT</a> = 1 /* double each time one need to grow */
|
||||
<a name="XML_BUFFER_ALLOC_EXACT">XML_BUFFER_ALLOC_EXACT</a> = 2 /* grow only to the minimal size */
|
||||
<a name="XML_BUFFER_ALLOC_IMMUTABLE">XML_BUFFER_ALLOC_IMMUTABLE</a> = 3 /* immutable buffer */
|
||||
<a name="XML_BUFFER_ALLOC_IO">XML_BUFFER_ALLOC_IO</a> = 4 /* special allocation scheme used for I/O */
|
||||
<a name="XML_BUFFER_ALLOC_IO">XML_BUFFER_ALLOC_IO</a> = 4 /* special allocation scheme used for I/O */
|
||||
<a name="XML_BUFFER_ALLOC_HYBRID">XML_BUFFER_ALLOC_HYBRID</a> = 5 /* exact up to a threshold, and doubleit thereafter */
|
||||
};
|
||||
</pre><p/>
|
||||
</div>
|
||||
@ -786,6 +788,7 @@ void <a href="#xmlFreeNsList">xmlFreeNsList</a> (<a href="libxml2-tree.html#xm
|
||||
int nodeInfoNr : Depth of the parsing stack
|
||||
int nodeInfoMax : Max depth of the parsing stack
|
||||
<a href="libxml2-parser.html#xmlParserNodeInfo">xmlParserNodeInfo</a> * nodeInfoTab : array of nodeInfos
|
||||
int input_id : we need to label inputs
|
||||
} xmlParserCtxt;
|
||||
</pre><p/>
|
||||
</div>
|
||||
@ -963,6 +966,10 @@ void <a href="#xmlFreeNsList">xmlFreeNsList</a> (<a href="libxml2-tree.html#xm
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlBufferCreateStatic"/>xmlBufferCreateStatic ()</h3><pre class="programlisting"><a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> xmlBufferCreateStatic (void * mem, <br/> size_t size)<br/>
|
||||
</pre><p>routine to create an XML buffer from an immutable memory area. The area won't be modified nor copied, and is expected to be present until the end of the buffer lifetime.</p>
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>mem</tt></i>:</span></td><td>the memory area</td></tr><tr><td><span class="term"><i><tt>size</tt></i>:</span></td><td>the size in byte</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the new structure.</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlBufferDetach"/>xmlBufferDetach ()</h3><pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlBufferDetach (<a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> buf)<br/>
|
||||
</pre><p>Remove the string contained in a buffer and gie it back to the caller. The buffer is reset to an empty content. This doesn't work with immutable buffers as they can't be reset.</p>
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>buf</tt></i>:</span></td><td>the buffer</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the previous string contained by the buffer.</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlBufferDump"/>xmlBufferDump ()</h3><pre class="programlisting">int xmlBufferDump (FILE * file, <br/> <a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> buf)<br/>
|
||||
</pre><p>Dumps an XML buffer to a FILE *.</p>
|
||||
@ -1157,7 +1164,7 @@ void <a href="#xmlFreeNsList">xmlFreeNsList</a> (<a href="libxml2-tree.html#xm
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>cur</tt></i>:</span></td><td>the first property in the list</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlGetBufferAllocationScheme"/>xmlGetBufferAllocationScheme ()</h3><pre class="programlisting"><a href="libxml2-tree.html#xmlBufferAllocationScheme">xmlBufferAllocationScheme</a> xmlGetBufferAllocationScheme (void)<br/>
|
||||
</pre><p>Types are <a href="libxml2-tree.html#XML_BUFFER_ALLOC_EXACT">XML_BUFFER_ALLOC_EXACT</a> - use exact sizes, keeps memory usage down <a href="libxml2-tree.html#XML_BUFFER_ALLOC_DOUBLEIT">XML_BUFFER_ALLOC_DOUBLEIT</a> - double buffer when extra needed, improves performance</p>
|
||||
</pre><p>Types are <a href="libxml2-tree.html#XML_BUFFER_ALLOC_EXACT">XML_BUFFER_ALLOC_EXACT</a> - use exact sizes, keeps memory usage down <a href="libxml2-tree.html#XML_BUFFER_ALLOC_DOUBLEIT">XML_BUFFER_ALLOC_DOUBLEIT</a> - double buffer when extra needed, improves performance <a href="libxml2-tree.html#XML_BUFFER_ALLOC_HYBRID">XML_BUFFER_ALLOC_HYBRID</a> - use exact sizes on small strings to keep memory usage tight in normal usage, and doubleit on large strings to avoid pathological performance.</p>
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the current allocation scheme</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlGetCompressMode"/>xmlGetCompressMode ()</h3><pre class="programlisting">int xmlGetCompressMode (void)<br/>
|
||||
@ -1509,7 +1516,7 @@ void <a href="#xmlFreeNsList">xmlFreeNsList</a> (<a href="libxml2-tree.html#xm
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>first</tt></i>:</span></td><td>the first text node</td></tr><tr><td><span class="term"><i><tt>second</tt></i>:</span></td><td>the second text node being merged</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the first text node augmented</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlUnlinkNode"/>xmlUnlinkNode ()</h3><pre class="programlisting">void xmlUnlinkNode (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> cur)<br/>
|
||||
</pre><p>Unlink a node from it's current context, the node is not freed</p>
|
||||
</pre><p>Unlink a node from it's current context, the node is not freed If one need to free the node, use xmlFreeNode() routine after the unlink to discard it.</p>
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>cur</tt></i>:</span></td><td>the node</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlUnsetNsProp"/>xmlUnsetNsProp ()</h3><pre class="programlisting">int xmlUnsetNsProp (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br/> <a href="libxml2-tree.html#xmlNsPtr">xmlNsPtr</a> ns, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name)<br/>
|
||||
|
@ -101,6 +101,7 @@ int <a href="#xmlIsRef">xmlIsRef</a> (<a href="libxml2-tree.html#xmlDocPtr">xm
|
||||
<a href="libxml2-tree.html#xmlElementContentPtr">xmlElementContentPtr</a> <a href="#xmlCopyDocElementContent">xmlCopyDocElementContent</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br/> <a href="libxml2-tree.html#xmlElementContentPtr">xmlElementContentPtr</a> cur);
|
||||
<a href="libxml2-tree.html#xmlIDPtr">xmlIDPtr</a> <a href="#xmlAddID">xmlAddID</a> (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br/> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value, <br/> <a href="libxml2-tree.html#xmlAttrPtr">xmlAttrPtr</a> attr);
|
||||
void <a href="#xmlFreeRefTable">xmlFreeRefTable</a> (<a href="libxml2-valid.html#xmlRefTablePtr">xmlRefTablePtr</a> table);
|
||||
int <a href="#xmlValidateNamesValue">xmlValidateNamesValue</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value);
|
||||
int <a href="#xmlRemoveID">xmlRemoveID</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br/> <a href="libxml2-tree.html#xmlAttrPtr">xmlAttrPtr</a> attr);
|
||||
void <a href="#xmlFreeElementTable">xmlFreeElementTable</a> (<a href="libxml2-valid.html#xmlElementTablePtr">xmlElementTablePtr</a> table);
|
||||
void <a href="#xmlFreeIDTable">xmlFreeIDTable</a> (<a href="libxml2-valid.html#xmlIDTablePtr">xmlIDTablePtr</a> table);
|
||||
@ -112,7 +113,6 @@ int <a href="#xmlRemoveRef">xmlRemoveRef</a> (<a href="libxml2-tree.html#xmlDo
|
||||
typedef void <a href="#xmlValidityWarningFunc">xmlValidityWarningFunc</a> (void * ctx, <br/> const char * msg, <br/> ... ...);
|
||||
int <a href="#xmlValidatePopElement">xmlValidatePopElement</a> (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br/> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br/> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> elem, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * qname);
|
||||
void <a href="#xmlFreeEnumeration">xmlFreeEnumeration</a> (<a href="libxml2-tree.html#xmlEnumerationPtr">xmlEnumerationPtr</a> cur);
|
||||
int <a href="#xmlValidateNamesValue">xmlValidateNamesValue</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value);
|
||||
<a href="libxml2-tree.html#xmlEnumerationPtr">xmlEnumerationPtr</a> <a href="#xmlCopyEnumeration">xmlCopyEnumeration</a> (<a href="libxml2-tree.html#xmlEnumerationPtr">xmlEnumerationPtr</a> cur);
|
||||
<a href="libxml2-tree.html#xmlAttributePtr">xmlAttributePtr</a> <a href="#xmlGetDtdAttrDesc">xmlGetDtdAttrDesc</a> (<a href="libxml2-tree.html#xmlDtdPtr">xmlDtdPtr</a> dtd, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * elem, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name);
|
||||
int <a href="#xmlValidateDtd">xmlValidateDtd</a> (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br/> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br/> <a href="libxml2-tree.html#xmlDtdPtr">xmlDtdPtr</a> dtd);
|
||||
|
@ -107,6 +107,7 @@ int <a href="#xmlTextReaderAttributeCount">xmlTextReaderAttributeCount</a> (<a h
|
||||
int <a href="#xmlTextReaderMoveToElement">xmlTextReaderMoveToElement</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader);
|
||||
<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> <a href="#xmlReaderForIO">xmlReaderForIO</a> (<a href="libxml2-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> ioread, <br/> <a href="libxml2-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> ioclose, <br/> void * ioctx, <br/> const char * URL, <br/> const char * encoding, <br/> int options);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlTextReaderReadOuterXml">xmlTextReaderReadOuterXml</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader);
|
||||
int <a href="#xmlTextReaderRelaxNGValidateCtxt">xmlTextReaderRelaxNGValidateCtxt</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader, <br/> <a href="libxml2-relaxng.html#xmlRelaxNGValidCtxtPtr">xmlRelaxNGValidCtxtPtr</a> ctxt, <br/> int options);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlTextReaderPrefix">xmlTextReaderPrefix</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader);
|
||||
int <a href="#xmlTextReaderReadAttributeValue">xmlTextReaderReadAttributeValue</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader);
|
||||
int <a href="#xmlTextReaderNextSibling">xmlTextReaderNextSibling</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader);
|
||||
@ -511,8 +512,12 @@ The content of this structure is not made public by the API.
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>reader</tt></i>:</span></td><td>the <a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> used</td></tr><tr><td><span class="term"><i><tt>schema</tt></i>:</span></td><td>a precompiled RelaxNG schema</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case the RelaxNG validation could be (des)activated and -1 in case of error.</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlTextReaderRelaxNGValidate"/>xmlTextReaderRelaxNGValidate ()</h3><pre class="programlisting">int xmlTextReaderRelaxNGValidate (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader, <br/> const char * rng)<br/>
|
||||
</pre><p>Use RelaxNG to validate the document as it is processed. Activation is only possible before the first Read(). if @rng is NULL, then RelaxNG validation is deactivated.</p>
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>reader</tt></i>:</span></td><td>the <a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> used</td></tr><tr><td><span class="term"><i><tt>rng</tt></i>:</span></td><td>the path to a RelaxNG schema or NULL</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case the RelaxNG validation could be (de)activated and -1 in case of error.</td></tr></tbody></table></div></div>
|
||||
</pre><p>Use RelaxNG schema to validate the document as it is processed. Activation is only possible before the first Read(). If @rng is NULL, then RelaxNG schema validation is deactivated.</p>
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>reader</tt></i>:</span></td><td>the <a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> used</td></tr><tr><td><span class="term"><i><tt>rng</tt></i>:</span></td><td>the path to a RelaxNG schema or NULL</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case the schemas validation could be (de)activated and -1 in case of error.</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlTextReaderRelaxNGValidateCtxt"/>xmlTextReaderRelaxNGValidateCtxt ()</h3><pre class="programlisting">int xmlTextReaderRelaxNGValidateCtxt (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader, <br/> <a href="libxml2-relaxng.html#xmlRelaxNGValidCtxtPtr">xmlRelaxNGValidCtxtPtr</a> ctxt, <br/> int options)<br/>
|
||||
</pre><p>Use RelaxNG schema context to validate the document as it is processed. Activation is only possible before the first Read(). If @ctxt is NULL, then RelaxNG schema validation is deactivated.</p>
|
||||
<div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>reader</tt></i>:</span></td><td>the <a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> used</td></tr><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>the RelaxNG schema validation context or NULL</td></tr><tr><td><span class="term"><i><tt>options</tt></i>:</span></td><td>options (not used yet)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case the schemas validation could be (de)activated and -1 in case of error.</td></tr></tbody></table></div></div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xmlTextReaderSchemaValidate"/>xmlTextReaderSchemaValidate ()</h3><pre class="programlisting">int xmlTextReaderSchemaValidate (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader, <br/> const char * xsd)<br/>
|
||||
</pre><p>Use W3C XSD schema to validate the document as it is processed. Activation is only possible before the first Read(). If @xsd is NULL, then XML Schema validation is deactivated.</p>
|
||||
|
@ -46,6 +46,7 @@
|
||||
<pre class="synopsis">#define <a href="#LIBXML_VERSION_EXTRA">LIBXML_VERSION_EXTRA</a>;
|
||||
#define <a href="#LIBXML_MODULES_ENABLED">LIBXML_MODULES_ENABLED</a>;
|
||||
#define <a href="#LIBXML_LEGACY_ENABLED">LIBXML_LEGACY_ENABLED</a>;
|
||||
#define <a href="#LIBXML_LZMA_ENABLED">LIBXML_LZMA_ENABLED</a>;
|
||||
#define <a href="#LIBXML_READER_ENABLED">LIBXML_READER_ENABLED</a>;
|
||||
#define <a href="#LIBXML_THREAD_ENABLED">LIBXML_THREAD_ENABLED</a>;
|
||||
#define <a href="#LIBXML_DOTTED_VERSION">LIBXML_DOTTED_VERSION</a>;
|
||||
@ -170,6 +171,10 @@ void <a href="#xmlCheckVersion">xmlCheckVersion</a> (int version);
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="LIBXML_LEGACY_ENABLED">Macro </a>LIBXML_LEGACY_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_LEGACY_ENABLED">LIBXML_LEGACY_ENABLED</a>;
|
||||
</pre><p>Whether the deprecated APIs are compiled in for compatibility</p>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="LIBXML_LZMA_ENABLED">Macro </a>LIBXML_LZMA_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_LZMA_ENABLED">LIBXML_LZMA_ENABLED</a>;
|
||||
</pre><p>Whether the Lzma support is compiled in</p>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="LIBXML_MODULES_ENABLED">Macro </a>LIBXML_MODULES_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_MODULES_ENABLED">LIBXML_MODULES_ENABLED</a>;
|
||||
|
@ -245,6 +245,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="XPATH_ENCODING_ERROR">XPATH_ENCODING_ERROR</a> = 20
|
||||
<a name="XPATH_INVALID_CHAR_ERROR">XPATH_INVALID_CHAR_ERROR</a> = 21
|
||||
<a name="XPATH_INVALID_CTXT">XPATH_INVALID_CTXT</a> = 22
|
||||
<a name="XPATH_STACK_ERROR">XPATH_STACK_ERROR</a> = 23
|
||||
};
|
||||
</pre><p/>
|
||||
</div>
|
||||
@ -305,6 +306,7 @@ The content of this structure is not made public by the API.
|
||||
<a href="libxml2-xpath.html#xmlXPathCompExprPtr">xmlXPathCompExprPtr</a> comp : the precompiled expression
|
||||
int xptr : it this an XPointer expression
|
||||
<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> ancestor : used for walking preceding axis
|
||||
int valueFrame : used to limit Pop on the stack
|
||||
} xmlXPathParserContext;
|
||||
</pre><p/>
|
||||
</div>
|
||||
|
62
doc/devhelp/libxml2-xzlib.html
Normal file
62
doc/devhelp/libxml2-xzlib.html
Normal file
@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<title>xzlib: </title>
|
||||
<meta name="generator" content="Libxml2 devhelp stylesheet"/>
|
||||
<link rel="start" href="index.html" title="libxml2 Reference Manual"/>
|
||||
<link rel="up" href="general.html" title="API"/>
|
||||
<link rel="stylesheet" href="style.css" type="text/css"/>
|
||||
<link rel="chapter" href="general.html" title="API"/>
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||||
<tr valign="middle">
|
||||
<td>
|
||||
<a accesskey="p" href="libxml2-xpointer.html">
|
||||
<img src="left.png" width="24" height="24" border="0" alt="Prev"/>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a accesskey="u" href="general.html">
|
||||
<img src="up.png" width="24" height="24" border="0" alt="Up"/>
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a accesskey="h" href="index.html">
|
||||
<img src="home.png" width="24" height="24" border="0" alt="Home"/>
|
||||
</a>
|
||||
</td>
|
||||
<th width="100%" align="center">libxml2 Reference Manual</th>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>
|
||||
<span class="refentrytitle">xzlib</span>
|
||||
</h2>
|
||||
<p>xzlib - </p>
|
||||
<p/>
|
||||
<p>Author(s): </p>
|
||||
<div class="refsynopsisdiv">
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">#define <a href="#LIBXML2_XZLIB_H">LIBXML2_XZLIB_H</a>;
|
||||
typedef void * <a href="#xzFile">xzFile</a>;
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<h2>Description</h2>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<div class="refsect2" lang="en"><h3><a name="LIBXML2_XZLIB_H">Macro </a>LIBXML2_XZLIB_H</h3><pre class="programlisting">#define <a href="#LIBXML2_XZLIB_H">LIBXML2_XZLIB_H</a>;
|
||||
</pre><p/>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="refsect2" lang="en"><h3><a name="xzFile">Typedef </a>xzFile</h3><pre class="programlisting">void * xzFile;
|
||||
</pre><p/>
|
||||
</div>
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -109,6 +109,7 @@
|
||||
<function name="LIBXML_ICU_ENABLED" link="libxml2-xmlversion.html#LIBXML_ICU_ENABLED"/>
|
||||
<function name="LIBXML_ISO8859X_ENABLED" link="libxml2-xmlversion.html#LIBXML_ISO8859X_ENABLED"/>
|
||||
<function name="LIBXML_LEGACY_ENABLED" link="libxml2-xmlversion.html#LIBXML_LEGACY_ENABLED"/>
|
||||
<function name="LIBXML_LZMA_ENABLED" link="libxml2-xmlversion.html#LIBXML_LZMA_ENABLED"/>
|
||||
<function name="LIBXML_MODULES_ENABLED" link="libxml2-xmlversion.html#LIBXML_MODULES_ENABLED"/>
|
||||
<function name="LIBXML_MODULE_EXTENSION" link="libxml2-xmlversion.html#LIBXML_MODULE_EXTENSION"/>
|
||||
<function name="LIBXML_OUTPUT_ENABLED" link="libxml2-xmlversion.html#LIBXML_OUTPUT_ENABLED"/>
|
||||
@ -307,6 +308,7 @@
|
||||
<function name="HTML_INVALID" link="libxml2-HTMLparser.html#HTML_INVALID"/>
|
||||
<function name="HTML_NA" link="libxml2-HTMLparser.html#HTML_NA"/>
|
||||
<function name="HTML_PARSE_COMPACT" link="libxml2-HTMLparser.html#HTML_PARSE_COMPACT"/>
|
||||
<function name="HTML_PARSE_IGNORE_ENC" link="libxml2-HTMLparser.html#HTML_PARSE_IGNORE_ENC"/>
|
||||
<function name="HTML_PARSE_NOBLANKS" link="libxml2-HTMLparser.html#HTML_PARSE_NOBLANKS"/>
|
||||
<function name="HTML_PARSE_NODEFDTD" link="libxml2-HTMLparser.html#HTML_PARSE_NODEFDTD"/>
|
||||
<function name="HTML_PARSE_NOERROR" link="libxml2-HTMLparser.html#HTML_PARSE_NOERROR"/>
|
||||
@ -346,6 +348,7 @@
|
||||
<function name="XML_ATTRIBUTE_REQUIRED" link="libxml2-tree.html#XML_ATTRIBUTE_REQUIRED"/>
|
||||
<function name="XML_BUFFER_ALLOC_DOUBLEIT" link="libxml2-tree.html#XML_BUFFER_ALLOC_DOUBLEIT"/>
|
||||
<function name="XML_BUFFER_ALLOC_EXACT" link="libxml2-tree.html#XML_BUFFER_ALLOC_EXACT"/>
|
||||
<function name="XML_BUFFER_ALLOC_HYBRID" link="libxml2-tree.html#XML_BUFFER_ALLOC_HYBRID"/>
|
||||
<function name="XML_BUFFER_ALLOC_IMMUTABLE" link="libxml2-tree.html#XML_BUFFER_ALLOC_IMMUTABLE"/>
|
||||
<function name="XML_BUFFER_ALLOC_IO" link="libxml2-tree.html#XML_BUFFER_ALLOC_IO"/>
|
||||
<function name="XML_C14N_1_0" link="libxml2-c14n.html#XML_C14N_1_0"/>
|
||||
@ -770,6 +773,7 @@
|
||||
<function name="XML_PARSE_DTDLOAD" link="libxml2-parser.html#XML_PARSE_DTDLOAD"/>
|
||||
<function name="XML_PARSE_DTDVALID" link="libxml2-parser.html#XML_PARSE_DTDVALID"/>
|
||||
<function name="XML_PARSE_HUGE" link="libxml2-parser.html#XML_PARSE_HUGE"/>
|
||||
<function name="XML_PARSE_IGNORE_ENC" link="libxml2-parser.html#XML_PARSE_IGNORE_ENC"/>
|
||||
<function name="XML_PARSE_NOBASEFIX" link="libxml2-parser.html#XML_PARSE_NOBASEFIX"/>
|
||||
<function name="XML_PARSE_NOBLANKS" link="libxml2-parser.html#XML_PARSE_NOBLANKS"/>
|
||||
<function name="XML_PARSE_NOCDATA" link="libxml2-parser.html#XML_PARSE_NOCDATA"/>
|
||||
@ -1434,6 +1438,7 @@
|
||||
<function name="XML_WITH_ICU" link="libxml2-parser.html#XML_WITH_ICU"/>
|
||||
<function name="XML_WITH_ISO8859X" link="libxml2-parser.html#XML_WITH_ISO8859X"/>
|
||||
<function name="XML_WITH_LEGACY" link="libxml2-parser.html#XML_WITH_LEGACY"/>
|
||||
<function name="XML_WITH_LZMA" link="libxml2-parser.html#XML_WITH_LZMA"/>
|
||||
<function name="XML_WITH_MODULES" link="libxml2-parser.html#XML_WITH_MODULES"/>
|
||||
<function name="XML_WITH_NONE" link="libxml2-parser.html#XML_WITH_NONE"/>
|
||||
<function name="XML_WITH_OUTPUT" link="libxml2-parser.html#XML_WITH_OUTPUT"/>
|
||||
@ -1453,7 +1458,6 @@
|
||||
<function name="XML_WITH_XPATH" link="libxml2-parser.html#XML_WITH_XPATH"/>
|
||||
<function name="XML_WITH_XPTR" link="libxml2-parser.html#XML_WITH_XPTR"/>
|
||||
<function name="XML_WITH_ZLIB" link="libxml2-parser.html#XML_WITH_ZLIB"/>
|
||||
<function name="XML_WITH_LZMA" link="libxml2-parser.html#XML_WITH_LZMA"/>
|
||||
<function name="XML_XINCLUDE_BUILD_FAILED" link="libxml2-xmlerror.html#XML_XINCLUDE_BUILD_FAILED"/>
|
||||
<function name="XML_XINCLUDE_DEPRECATED_NS" link="libxml2-xmlerror.html#XML_XINCLUDE_DEPRECATED_NS"/>
|
||||
<function name="XML_XINCLUDE_END" link="libxml2-tree.html#XML_XINCLUDE_END"/>
|
||||
@ -1520,6 +1524,7 @@
|
||||
<function name="XPATH_NUMBER_ERROR" link="libxml2-xpath.html#XPATH_NUMBER_ERROR"/>
|
||||
<function name="XPATH_POINT" link="libxml2-xpath.html#XPATH_POINT"/>
|
||||
<function name="XPATH_RANGE" link="libxml2-xpath.html#XPATH_RANGE"/>
|
||||
<function name="XPATH_STACK_ERROR" link="libxml2-xpath.html#XPATH_STACK_ERROR"/>
|
||||
<function name="XPATH_START_LITERAL_ERROR" link="libxml2-xpath.html#XPATH_START_LITERAL_ERROR"/>
|
||||
<function name="XPATH_STRING" link="libxml2-xpath.html#XPATH_STRING"/>
|
||||
<function name="XPATH_UNCLOSED_ERROR" link="libxml2-xpath.html#XPATH_UNCLOSED_ERROR"/>
|
||||
@ -2100,6 +2105,7 @@
|
||||
<function name="xmlBufferCreate ()" link="libxml2-tree.html#xmlBufferCreate"/>
|
||||
<function name="xmlBufferCreateSize ()" link="libxml2-tree.html#xmlBufferCreateSize"/>
|
||||
<function name="xmlBufferCreateStatic ()" link="libxml2-tree.html#xmlBufferCreateStatic"/>
|
||||
<function name="xmlBufferDetach ()" link="libxml2-tree.html#xmlBufferDetach"/>
|
||||
<function name="xmlBufferDump ()" link="libxml2-tree.html#xmlBufferDump"/>
|
||||
<function name="xmlBufferEmpty ()" link="libxml2-tree.html#xmlBufferEmpty"/>
|
||||
<function name="xmlBufferFree ()" link="libxml2-tree.html#xmlBufferFree"/>
|
||||
@ -2397,6 +2403,7 @@
|
||||
<function name="xmlInitParserCtxt ()" link="libxml2-parser.html#xmlInitParserCtxt"/>
|
||||
<function name="xmlInitThreads ()" link="libxml2-threads.html#xmlInitThreads"/>
|
||||
<function name="xmlInitializeCatalog ()" link="libxml2-catalog.html#xmlInitializeCatalog"/>
|
||||
<function name="xmlInitializeDict ()" link="libxml2-dict.html#xmlInitializeDict"/>
|
||||
<function name="xmlInitializeGlobalState ()" link="libxml2-globals.html#xmlInitializeGlobalState"/>
|
||||
<function name="xmlInitializePredefinedEntities ()" link="libxml2-entities.html#xmlInitializePredefinedEntities"/>
|
||||
<function name="xmlIsBaseChar ()" link="libxml2-chvalid.html#xmlIsBaseChar"/>
|
||||
@ -3037,6 +3044,7 @@
|
||||
<function name="xmlTextReaderReadString ()" link="libxml2-xmlreader.html#xmlTextReaderReadString"/>
|
||||
<function name="xmlTextReaderRelaxNGSetSchema ()" link="libxml2-xmlreader.html#xmlTextReaderRelaxNGSetSchema"/>
|
||||
<function name="xmlTextReaderRelaxNGValidate ()" link="libxml2-xmlreader.html#xmlTextReaderRelaxNGValidate"/>
|
||||
<function name="xmlTextReaderRelaxNGValidateCtxt ()" link="libxml2-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt"/>
|
||||
<function name="xmlTextReaderSchemaValidate ()" link="libxml2-xmlreader.html#xmlTextReaderSchemaValidate"/>
|
||||
<function name="xmlTextReaderSchemaValidateCtxt ()" link="libxml2-xmlreader.html#xmlTextReaderSchemaValidateCtxt"/>
|
||||
<function name="xmlTextReaderSetErrorHandler ()" link="libxml2-xmlreader.html#xmlTextReaderSetErrorHandler"/>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
16
doc/html/libxml-xzlib.html
Normal file
16
doc/html/libxml-xzlib.html
Normal file
File diff suppressed because one or more lines are too long
@ -39,10 +39,11 @@
|
||||
<exports symbol='HTML_VALID' type='enum'/>
|
||||
<exports symbol='HTML_PARSE_NOBLANKS' type='enum'/>
|
||||
<exports symbol='HTML_PARSE_NODEFDTD' type='enum'/>
|
||||
<exports symbol='HTML_PARSE_RECOVER' type='enum'/>
|
||||
<exports symbol='HTML_DEPRECATED' type='enum'/>
|
||||
<exports symbol='HTML_PARSE_NOERROR' type='enum'/>
|
||||
<exports symbol='HTML_PARSE_PEDANTIC' type='enum'/>
|
||||
<exports symbol='HTML_PARSE_RECOVER' type='enum'/>
|
||||
<exports symbol='HTML_PARSE_IGNORE_ENC' type='enum'/>
|
||||
<exports symbol='HTML_PARSE_NOIMPLIED' type='enum'/>
|
||||
<exports symbol='HTML_PARSE_NOWARNING' type='enum'/>
|
||||
<exports symbol='htmlParserNodeInfo' type='typedef'/>
|
||||
@ -377,6 +378,7 @@
|
||||
<exports symbol='xmlDictExists' type='function'/>
|
||||
<exports symbol='xmlDictOwns' type='function'/>
|
||||
<exports symbol='xmlDictQLookup' type='function'/>
|
||||
<exports symbol='xmlInitializeDict' type='function'/>
|
||||
<exports symbol='xmlDictCreateSub' type='function'/>
|
||||
<exports symbol='xmlDictFree' type='function'/>
|
||||
<exports symbol='xmlDictLookup' type='function'/>
|
||||
@ -691,7 +693,7 @@
|
||||
<exports symbol='XML_WITH_XPATH' type='enum'/>
|
||||
<exports symbol='XML_WITH_HTML' type='enum'/>
|
||||
<exports symbol='XML_PARSE_OLDSAX' type='enum'/>
|
||||
<exports symbol='XML_WITH_WRITER' type='enum'/>
|
||||
<exports symbol='XML_WITH_LZMA' type='enum'/>
|
||||
<exports symbol='XML_WITH_ICU' type='enum'/>
|
||||
<exports symbol='XML_WITH_C14N' type='enum'/>
|
||||
<exports symbol='XML_PARSE_PUSH_DOM' type='enum'/>
|
||||
@ -701,6 +703,7 @@
|
||||
<exports symbol='XML_PARSER_EPILOG' type='enum'/>
|
||||
<exports symbol='XML_PARSER_END_TAG' type='enum'/>
|
||||
<exports symbol='XML_WITH_DEBUG' type='enum'/>
|
||||
<exports symbol='XML_WITH_READER' type='enum'/>
|
||||
<exports symbol='XML_PARSE_DTDVALID' type='enum'/>
|
||||
<exports symbol='XML_PARSE_DOM' type='enum'/>
|
||||
<exports symbol='XML_PARSER_ATTRIBUTE_VALUE' type='enum'/>
|
||||
@ -713,7 +716,7 @@
|
||||
<exports symbol='XML_PARSER_CDATA_SECTION' type='enum'/>
|
||||
<exports symbol='XML_WITH_LEGACY' type='enum'/>
|
||||
<exports symbol='XML_PARSE_XINCLUDE' type='enum'/>
|
||||
<exports symbol='XML_PARSE_NOXINCNODE' type='enum'/>
|
||||
<exports symbol='XML_PARSE_NOCDATA' type='enum'/>
|
||||
<exports symbol='XML_PARSE_NOBASEFIX' type='enum'/>
|
||||
<exports symbol='XML_WITH_OUTPUT' type='enum'/>
|
||||
<exports symbol='XML_WITH_XINCLUDE' type='enum'/>
|
||||
@ -735,23 +738,23 @@
|
||||
<exports symbol='XML_WITH_CATALOG' type='enum'/>
|
||||
<exports symbol='XML_WITH_MODULES' type='enum'/>
|
||||
<exports symbol='XML_WITH_XPTR' type='enum'/>
|
||||
<exports symbol='XML_PARSE_NOCDATA' type='enum'/>
|
||||
<exports symbol='XML_PARSE_IGNORE_ENC' type='enum'/>
|
||||
<exports symbol='XML_PARSE_COMPACT' type='enum'/>
|
||||
<exports symbol='XML_PARSE_SAX1' type='enum'/>
|
||||
<exports symbol='XML_WITH_FTP' type='enum'/>
|
||||
<exports symbol='XML_WITH_READER' type='enum'/>
|
||||
<exports symbol='XML_WITH_ZLIB' type='enum'/>
|
||||
<exports symbol='XML_PARSE_NOXINCNODE' type='enum'/>
|
||||
<exports symbol='XML_PARSER_DTD' type='enum'/>
|
||||
<exports symbol='XML_PARSER_MISC' type='enum'/>
|
||||
<exports symbol='XML_PARSER_START' type='enum'/>
|
||||
<exports symbol='XML_WITH_DEBUG_MEM' type='enum'/>
|
||||
<exports symbol='XML_PARSE_HUGE' type='enum'/>
|
||||
<exports symbol='XML_WITH_ZLIB' type='enum'/>
|
||||
<exports symbol='XML_WITH_LZMA' type='enum'/>
|
||||
<exports symbol='XML_WITH_FTP' type='enum'/>
|
||||
<exports symbol='XML_PARSER_START_TAG' type='enum'/>
|
||||
<exports symbol='XML_PARSER_IGNORE' type='enum'/>
|
||||
<exports symbol='XML_PARSER_COMMENT' type='enum'/>
|
||||
<exports symbol='XML_PARSER_PUBLIC_LITERAL' type='enum'/>
|
||||
<exports symbol='XML_WITH_ICONV' type='enum'/>
|
||||
<exports symbol='XML_WITH_WRITER' type='enum'/>
|
||||
<exports symbol='XML_WITH_AUTOMATA' type='enum'/>
|
||||
<exports symbol='XML_WITH_DEBUG_RUN' type='enum'/>
|
||||
<exports symbol='XML_WITH_SAX1' type='enum'/>
|
||||
@ -1230,13 +1233,13 @@
|
||||
<exports symbol='XML_SCHEMA_TYPE_SIMPLE' type='enum'/>
|
||||
<exports symbol='XML_SCHEMAS_NCNAME' type='enum'/>
|
||||
<exports symbol='XML_SCHEMAS_LONG' type='enum'/>
|
||||
<exports symbol='XML_SCHEMA_FACET_FRACTIONDIGITS' type='enum'/>
|
||||
<exports symbol='XML_SCHEMA_TYPE_ANY_ATTRIBUTE' type='enum'/>
|
||||
<exports symbol='XML_SCHEMAS_BOOLEAN' type='enum'/>
|
||||
<exports symbol='XML_SCHEMAS_ENTITY' type='enum'/>
|
||||
<exports symbol='XML_SCHEMA_TYPE_GROUP' type='enum'/>
|
||||
<exports symbol='XML_SCHEMAS_GYEARMONTH' type='enum'/>
|
||||
<exports symbol='XML_SCHEMAS_BASE64BINARY' type='enum'/>
|
||||
<exports symbol='XML_SCHEMA_TYPE_ANY_ATTRIBUTE' type='enum'/>
|
||||
<exports symbol='XML_SCHEMA_FACET_FRACTIONDIGITS' type='enum'/>
|
||||
<exports symbol='XML_SCHEMA_FACET_WHITESPACE' type='enum'/>
|
||||
<exports symbol='XML_SCHEMAS_IDREF' type='enum'/>
|
||||
<exports symbol='XML_SCHEMA_TYPE_ATTRIBUTE' type='enum'/>
|
||||
@ -1441,6 +1444,7 @@
|
||||
<exports symbol='XML_ATTRIBUTE_NOTATION' type='enum'/>
|
||||
<exports symbol='XML_ELEMENT_TYPE_MIXED' type='enum'/>
|
||||
<exports symbol='XML_XINCLUDE_START' type='enum'/>
|
||||
<exports symbol='XML_BUFFER_ALLOC_HYBRID' type='enum'/>
|
||||
<exports symbol='XML_DOC_XINCLUDE' type='enum'/>
|
||||
<exports symbol='XML_BUFFER_ALLOC_EXACT' type='enum'/>
|
||||
<exports symbol='XML_ATTRIBUTE_ENTITIES' type='enum'/>
|
||||
@ -1544,6 +1548,7 @@
|
||||
<exports symbol='xmlNodeGetBase' type='function'/>
|
||||
<exports symbol='xmlBufferEmpty' type='function'/>
|
||||
<exports symbol='xmlBuildQName' type='function'/>
|
||||
<exports symbol='xmlValidateNMToken' type='function'/>
|
||||
<exports symbol='xmlSaveFormatFileEnc' type='function'/>
|
||||
<exports symbol='xmlAddSibling' type='function'/>
|
||||
<exports symbol='xmlBufferCreate' type='function'/>
|
||||
@ -1638,7 +1643,7 @@
|
||||
<exports symbol='xmlFreeNode' type='function'/>
|
||||
<exports symbol='xmlNewNsProp' type='function'/>
|
||||
<exports symbol='xmlDOMWrapFreeCtxt' type='function'/>
|
||||
<exports symbol='xmlValidateNMToken' type='function'/>
|
||||
<exports symbol='xmlBufferDetach' type='function'/>
|
||||
<exports symbol='xmlBufferSetAllocationScheme' type='function'/>
|
||||
<exports symbol='xmlNewChild' type='function'/>
|
||||
<exports symbol='xmlSearchNs' type='function'/>
|
||||
@ -1780,6 +1785,7 @@
|
||||
<exports symbol='xmlCopyDocElementContent' type='function'/>
|
||||
<exports symbol='xmlAddID' type='function'/>
|
||||
<exports symbol='xmlFreeRefTable' type='function'/>
|
||||
<exports symbol='xmlValidateNamesValue' type='function'/>
|
||||
<exports symbol='xmlRemoveID' type='function'/>
|
||||
<exports symbol='xmlFreeElementTable' type='function'/>
|
||||
<exports symbol='xmlFreeIDTable' type='function'/>
|
||||
@ -1791,7 +1797,6 @@
|
||||
<exports symbol='xmlValidityWarningFunc' type='function'/>
|
||||
<exports symbol='xmlValidatePopElement' type='function'/>
|
||||
<exports symbol='xmlFreeEnumeration' type='function'/>
|
||||
<exports symbol='xmlValidateNamesValue' type='function'/>
|
||||
<exports symbol='xmlCopyEnumeration' type='function'/>
|
||||
<exports symbol='xmlGetDtdAttrDesc' type='function'/>
|
||||
<exports symbol='xmlValidateDtd' type='function'/>
|
||||
@ -2916,6 +2921,7 @@
|
||||
<exports symbol='xmlTextReaderMoveToElement' type='function'/>
|
||||
<exports symbol='xmlReaderForIO' type='function'/>
|
||||
<exports symbol='xmlTextReaderReadOuterXml' type='function'/>
|
||||
<exports symbol='xmlTextReaderRelaxNGValidateCtxt' type='function'/>
|
||||
<exports symbol='xmlTextReaderPrefix' type='function'/>
|
||||
<exports symbol='xmlTextReaderReadAttributeValue' type='function'/>
|
||||
<exports symbol='xmlTextReaderNextSibling' type='function'/>
|
||||
@ -3353,6 +3359,7 @@
|
||||
<exports symbol='LIBXML_VERSION_EXTRA' type='macro'/>
|
||||
<exports symbol='LIBXML_MODULES_ENABLED' type='macro'/>
|
||||
<exports symbol='LIBXML_LEGACY_ENABLED' type='macro'/>
|
||||
<exports symbol='LIBXML_LZMA_ENABLED' type='macro'/>
|
||||
<exports symbol='LIBXML_READER_ENABLED' type='macro'/>
|
||||
<exports symbol='LIBXML_THREAD_ENABLED' type='macro'/>
|
||||
<exports symbol='LIBXML_DOTTED_VERSION' type='macro'/>
|
||||
@ -3506,15 +3513,15 @@
|
||||
<exports symbol='XPATH_ENCODING_ERROR' type='enum'/>
|
||||
<exports symbol='XPTR_RESOURCE_ERROR' type='enum'/>
|
||||
<exports symbol='XPATH_NUMBER' type='enum'/>
|
||||
<exports symbol='XPATH_INVALID_CTXT_SIZE' type='enum'/>
|
||||
<exports symbol='XPATH_POINT' type='enum'/>
|
||||
<exports symbol='XPATH_USERS' type='enum'/>
|
||||
<exports symbol='XPATH_UNDEF_PREFIX_ERROR' type='enum'/>
|
||||
<exports symbol='XPATH_UNKNOWN_FUNC_ERROR' type='enum'/>
|
||||
<exports symbol='XPATH_INVALID_CTXT_SIZE' type='enum'/>
|
||||
<exports symbol='XPATH_RANGE' type='enum'/>
|
||||
<exports symbol='XPTR_SYNTAX_ERROR' type='enum'/>
|
||||
<exports symbol='XPATH_LOCATIONSET' type='enum'/>
|
||||
<exports symbol='XPATH_INVALID_CTXT' type='enum'/>
|
||||
<exports symbol='XPATH_POINT' type='enum'/>
|
||||
<exports symbol='XPATH_INVALID_ARITY' type='enum'/>
|
||||
<exports symbol='XPATH_STRING' type='enum'/>
|
||||
<exports symbol='XPATH_INVALID_PREDICATE_ERROR' type='enum'/>
|
||||
@ -3525,6 +3532,7 @@
|
||||
<exports symbol='XPATH_UNDEFINED' type='enum'/>
|
||||
<exports symbol='XPATH_MEMORY_ERROR' type='enum'/>
|
||||
<exports symbol='XPATH_UNFINISHED_LITERAL_ERROR' type='enum'/>
|
||||
<exports symbol='XPATH_STACK_ERROR' type='enum'/>
|
||||
<exports symbol='XPATH_INVALID_OPERAND' type='enum'/>
|
||||
<exports symbol='xmlXPathObjectType' type='typedef'/>
|
||||
<exports symbol='xmlXPathVariablePtr' type='typedef'/>
|
||||
@ -3976,6 +3984,9 @@
|
||||
<macro name='LIBXML_LEGACY_ENABLED' file='xmlversion'>
|
||||
<info>Whether the deprecated APIs are compiled in for compatibility</info>
|
||||
</macro>
|
||||
<macro name='LIBXML_LZMA_ENABLED' file='xmlversion'>
|
||||
<info>Whether the Lzma support is compiled in</info>
|
||||
</macro>
|
||||
<macro name='LIBXML_MODULES_ENABLED' file='xmlversion'>
|
||||
<info>Whether the module interfaces are compiled in</info>
|
||||
</macro>
|
||||
@ -4609,7 +4620,8 @@
|
||||
<enum name='HTML_DEPRECATED' file='HTMLparser' value='2' type='htmlStatus'/>
|
||||
<enum name='HTML_INVALID' file='HTMLparser' value='1' type='htmlStatus'/>
|
||||
<enum name='HTML_NA' file='HTMLparser' value='0' type='htmlStatus' info='something we don't check at all'/>
|
||||
<enum name='HTML_PARSE_COMPACT' file='HTMLparser' value='65536' type='htmlParserOption' info=' compact small text nodes'/>
|
||||
<enum name='HTML_PARSE_COMPACT' file='HTMLparser' value='65536' type='htmlParserOption' info='compact small text nodes'/>
|
||||
<enum name='HTML_PARSE_IGNORE_ENC' file='HTMLparser' value='2097152' type='htmlParserOption' info=' ignore internal document encoding hint'/>
|
||||
<enum name='HTML_PARSE_NOBLANKS' file='HTMLparser' value='256' type='htmlParserOption' info='remove blank nodes'/>
|
||||
<enum name='HTML_PARSE_NODEFDTD' file='HTMLparser' value='4' type='htmlParserOption' info='do not default a doctype if not found'/>
|
||||
<enum name='HTML_PARSE_NOERROR' file='HTMLparser' value='32' type='htmlParserOption' info='suppress error reports'/>
|
||||
@ -4649,8 +4661,9 @@
|
||||
<enum name='XML_ATTRIBUTE_REQUIRED' file='tree' value='2' type='xmlAttributeDefault'/>
|
||||
<enum name='XML_BUFFER_ALLOC_DOUBLEIT' file='tree' value='1' type='xmlBufferAllocationScheme' info='double each time one need to grow'/>
|
||||
<enum name='XML_BUFFER_ALLOC_EXACT' file='tree' value='2' type='xmlBufferAllocationScheme' info='grow only to the minimal size'/>
|
||||
<enum name='XML_BUFFER_ALLOC_HYBRID' file='tree' value='5' type='xmlBufferAllocationScheme' info=' exact up to a threshold, and doubleit thereafter'/>
|
||||
<enum name='XML_BUFFER_ALLOC_IMMUTABLE' file='tree' value='3' type='xmlBufferAllocationScheme' info='immutable buffer'/>
|
||||
<enum name='XML_BUFFER_ALLOC_IO' file='tree' value='4' type='xmlBufferAllocationScheme' info=' special allocation scheme used for I/O'/>
|
||||
<enum name='XML_BUFFER_ALLOC_IO' file='tree' value='4' type='xmlBufferAllocationScheme' info='special allocation scheme used for I/O'/>
|
||||
<enum name='XML_C14N_1_0' file='c14n' value='0' type='xmlC14NMode' info='Origianal C14N 1.0 spec'/>
|
||||
<enum name='XML_C14N_1_1' file='c14n' value='2' type='xmlC14NMode' info=' C14N 1.1 spec'/>
|
||||
<enum name='XML_C14N_CREATE_CTXT' file='xmlerror' value='1950' type='xmlParserErrors'/>
|
||||
@ -5076,6 +5089,7 @@ crash if you try to modify the tree)'/>
|
||||
<enum name='XML_PARSE_DTDLOAD' file='parser' value='4' type='xmlParserOption' info='load the external subset'/>
|
||||
<enum name='XML_PARSE_DTDVALID' file='parser' value='16' type='xmlParserOption' info='validate with the DTD'/>
|
||||
<enum name='XML_PARSE_HUGE' file='parser' value='524288' type='xmlParserOption' info='relax any hardcoded limit from the parser'/>
|
||||
<enum name='XML_PARSE_IGNORE_ENC' file='parser' value='2097152' type='xmlParserOption' info=' ignore internal document encoding hint'/>
|
||||
<enum name='XML_PARSE_NOBASEFIX' file='parser' value='262144' type='xmlParserOption' info='do not fixup XINCLUDE xml:base uris'/>
|
||||
<enum name='XML_PARSE_NOBLANKS' file='parser' value='256' type='xmlParserOption' info='remove blank nodes'/>
|
||||
<enum name='XML_PARSE_NOCDATA' file='parser' value='16384' type='xmlParserOption' info='merge CDATA as text nodes'/>
|
||||
@ -5087,7 +5101,7 @@ crash if you try to modify the tree)'/>
|
||||
<enum name='XML_PARSE_NOXINCNODE' file='parser' value='32768' type='xmlParserOption' info='do not generate XINCLUDE START/END nodes'/>
|
||||
<enum name='XML_PARSE_NSCLEAN' file='parser' value='8192' type='xmlParserOption' info='remove redundant namespaces declarations'/>
|
||||
<enum name='XML_PARSE_OLD10' file='parser' value='131072' type='xmlParserOption' info='parse using XML-1.0 before update 5'/>
|
||||
<enum name='XML_PARSE_OLDSAX' file='parser' value='1048576' type='xmlParserOption' info=' parse using SAX2 interface from before 2.7.0'/>
|
||||
<enum name='XML_PARSE_OLDSAX' file='parser' value='1048576' type='xmlParserOption' info='parse using SAX2 interface before 2.7.0'/>
|
||||
<enum name='XML_PARSE_PEDANTIC' file='parser' value='128' type='xmlParserOption' info='pedantic error reporting'/>
|
||||
<enum name='XML_PARSE_PUSH_DOM' file='parser' value='3' type='xmlParserMode'/>
|
||||
<enum name='XML_PARSE_PUSH_SAX' file='parser' value='4' type='xmlParserMode'/>
|
||||
@ -5742,6 +5756,7 @@ crash if you try to modify the tree)'/>
|
||||
<enum name='XML_WITH_ICU' file='parser' value='32' type='xmlFeature'/>
|
||||
<enum name='XML_WITH_ISO8859X' file='parser' value='20' type='xmlFeature'/>
|
||||
<enum name='XML_WITH_LEGACY' file='parser' value='13' type='xmlFeature'/>
|
||||
<enum name='XML_WITH_LZMA' file='parser' value='33' type='xmlFeature'/>
|
||||
<enum name='XML_WITH_MODULES' file='parser' value='27' type='xmlFeature'/>
|
||||
<enum name='XML_WITH_NONE' file='parser' value='99999' type='xmlFeature' info=' just to be sure of allocation size'/>
|
||||
<enum name='XML_WITH_OUTPUT' file='parser' value='3' type='xmlFeature'/>
|
||||
@ -5761,7 +5776,6 @@ crash if you try to modify the tree)'/>
|
||||
<enum name='XML_WITH_XPATH' file='parser' value='16' type='xmlFeature'/>
|
||||
<enum name='XML_WITH_XPTR' file='parser' value='17' type='xmlFeature'/>
|
||||
<enum name='XML_WITH_ZLIB' file='parser' value='31' type='xmlFeature'/>
|
||||
<enum name='XML_WITH_LZMA' file='parser' value='33' type='xmlFeature'/>
|
||||
<enum name='XML_XINCLUDE_BUILD_FAILED' file='xmlerror' value='1609' type='xmlParserErrors' info='1609'/>
|
||||
<enum name='XML_XINCLUDE_DEPRECATED_NS' file='xmlerror' value='1617' type='xmlParserErrors' info='1617'/>
|
||||
<enum name='XML_XINCLUDE_END' file='tree' value='20' type='xmlElementType'/>
|
||||
@ -5828,6 +5842,7 @@ crash if you try to modify the tree)'/>
|
||||
<enum name='XPATH_NUMBER_ERROR' file='xpath' value='1' type='xmlXPathError'/>
|
||||
<enum name='XPATH_POINT' file='xpath' value='5' type='xmlXPathObjectType'/>
|
||||
<enum name='XPATH_RANGE' file='xpath' value='6' type='xmlXPathObjectType'/>
|
||||
<enum name='XPATH_STACK_ERROR' file='xpath' value='23' type='xmlXPathError'/>
|
||||
<enum name='XPATH_START_LITERAL_ERROR' file='xpath' value='3' type='xmlXPathError'/>
|
||||
<enum name='XPATH_STRING' file='xpath' value='4' type='xmlXPathObjectType'/>
|
||||
<enum name='XPATH_UNCLOSED_ERROR' file='xpath' value='8' type='xmlXPathError'/>
|
||||
@ -6374,6 +6389,7 @@ actually an xmlCharEncoding'/>
|
||||
<field name='nodeInfoNr' type='int' info=' Depth of the parsing stack'/>
|
||||
<field name='nodeInfoMax' type='int' info=' Max depth of the parsing stack'/>
|
||||
<field name='nodeInfoTab' type='xmlParserNodeInfo *' info=' array of nodeInfos'/>
|
||||
<field name='input_id' type='int' info=' we need to label inputs'/>
|
||||
</struct>
|
||||
<typedef name='xmlParserCtxtPtr' file='tree' type='xmlParserCtxt *'/>
|
||||
<typedef name='xmlParserErrors' file='xmlerror' type='enum'/>
|
||||
@ -6885,6 +6901,7 @@ Could we use @subtypes for this?'/>
|
||||
<field name='comp' type='xmlXPathCompExprPtr' info=' the precompiled expression'/>
|
||||
<field name='xptr' type='int' info=' it this an XPointer expression'/>
|
||||
<field name='ancestor' type='xmlNodePtr' info=' used for walking preceding axis'/>
|
||||
<field name='valueFrame' type='int' info=' used to limit Pop on the stack'/>
|
||||
</struct>
|
||||
<typedef name='xmlXPathParserContextPtr' file='xpath' type='xmlXPathParserContext *'/>
|
||||
<struct name='xmlXPathType' file='xpath' type='struct _xmlXPathType'>
|
||||
@ -8536,6 +8553,11 @@ Could we use @subtypes for this?'/>
|
||||
<arg name='mem' type='void *' info='the memory area'/>
|
||||
<arg name='size' type='size_t' info='the size in byte'/>
|
||||
</function>
|
||||
<function name='xmlBufferDetach' file='tree' module='tree'>
|
||||
<info>Remove the string contained in a buffer and gie it back to the caller. The buffer is reset to an empty content. This doesn't work with immutable buffers as they can't be reset.</info>
|
||||
<return type='xmlChar *' info='the previous string contained by the buffer.'/>
|
||||
<arg name='buf' type='xmlBufferPtr' info='the buffer'/>
|
||||
</function>
|
||||
<function name='xmlBufferDump' file='tree' module='tree'>
|
||||
<info>Dumps an XML buffer to a FILE *.</info>
|
||||
<return type='int' info='the number of #xmlChar written'/>
|
||||
@ -9384,7 +9406,7 @@ Could we use @subtypes for this?'/>
|
||||
<arg name='len' type='int' info='pointer to the length of the buffer'/>
|
||||
</function>
|
||||
<function name='xmlDictCleanup' file='dict' module='dict'>
|
||||
<info>Free the dictionary mutex.</info>
|
||||
<info>Free the dictionary mutex. Do not call unless sure the library is not in use anymore !</info>
|
||||
<return type='void'/>
|
||||
</function>
|
||||
<function name='xmlDictCreate' file='dict' module='dict'>
|
||||
@ -9993,7 +10015,7 @@ Could we use @subtypes for this?'/>
|
||||
<arg name='...' type='...' info='the extra arguments of the varags to format the message'/>
|
||||
</functype>
|
||||
<function name='xmlGetBufferAllocationScheme' file='tree' module='tree'>
|
||||
<info>Types are XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed, improves performance</info>
|
||||
<info>Types are XML_BUFFER_ALLOC_EXACT - use exact sizes, keeps memory usage down XML_BUFFER_ALLOC_DOUBLEIT - double buffer when extra needed, improves performance XML_BUFFER_ALLOC_HYBRID - use exact sizes on small strings to keep memory usage tight in normal usage, and doubleit on large strings to avoid pathological performance.</info>
|
||||
<return type='xmlBufferAllocationScheme' info='the current allocation scheme'/>
|
||||
</function>
|
||||
<function name='xmlGetCharEncodingHandler' file='encoding' module='encoding'>
|
||||
@ -10513,6 +10535,10 @@ Could we use @subtypes for this?'/>
|
||||
<info>Do the catalog initialization. this function is not thread safe, catalog initialization should preferably be done once at startup</info>
|
||||
<return type='void'/>
|
||||
</function>
|
||||
<function name='xmlInitializeDict' file='dict' module='dict'>
|
||||
<info>Do the dictionary mutex initialization. this function is not thread safe, initialization should preferably be done once at startup</info>
|
||||
<return type='int' info='0 if initialization was already done, and 1 if that call led to the initialization'/>
|
||||
</function>
|
||||
<function name='xmlInitializeGlobalState' file='globals' module='globals'>
|
||||
<info>xmlInitializeGlobalState() initialize a global state with all the default values of the library.</info>
|
||||
<return type='void'/>
|
||||
@ -11439,7 +11465,7 @@ Could we use @subtypes for this?'/>
|
||||
<arg name='filename' type='const char *' info='the filename to use as entity'/>
|
||||
</function>
|
||||
<function name='xmlNewInputStream' file='parserInternals' module='parserInternals'>
|
||||
<info>Create a new input stream structure</info>
|
||||
<info>Create a new input stream structure.</info>
|
||||
<return type='xmlParserInputPtr' info='the new input stream or NULL'/>
|
||||
<arg name='ctxt' type='xmlParserCtxtPtr' info='an XML parser context'/>
|
||||
</function>
|
||||
@ -14934,11 +14960,19 @@ Could we use @subtypes for this?'/>
|
||||
</function>
|
||||
<function name='xmlTextReaderRelaxNGValidate' file='xmlreader' module='xmlreader'>
|
||||
<cond>defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)</cond>
|
||||
<info>Use RelaxNG to validate the document as it is processed. Activation is only possible before the first Read(). if @rng is NULL, then RelaxNG validation is deactivated.</info>
|
||||
<return type='int' info='0 in case the RelaxNG validation could be (de)activated and -1 in case of error.'/>
|
||||
<info>Use RelaxNG schema to validate the document as it is processed. Activation is only possible before the first Read(). If @rng is NULL, then RelaxNG schema validation is deactivated.</info>
|
||||
<return type='int' info='0 in case the schemas validation could be (de)activated and -1 in case of error.'/>
|
||||
<arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
|
||||
<arg name='rng' type='const char *' info='the path to a RelaxNG schema or NULL'/>
|
||||
</function>
|
||||
<function name='xmlTextReaderRelaxNGValidateCtxt' file='xmlreader' module='xmlreader'>
|
||||
<cond>defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)</cond>
|
||||
<info>Use RelaxNG schema context to validate the document as it is processed. Activation is only possible before the first Read(). If @ctxt is NULL, then RelaxNG schema validation is deactivated.</info>
|
||||
<return type='int' info='0 in case the schemas validation could be (de)activated and -1 in case of error.'/>
|
||||
<arg name='reader' type='xmlTextReaderPtr' info='the xmlTextReaderPtr used'/>
|
||||
<arg name='ctxt' type='xmlRelaxNGValidCtxtPtr' info='the RelaxNG schema validation context or NULL'/>
|
||||
<arg name='options' type='int' info='options (not used yet)'/>
|
||||
</function>
|
||||
<function name='xmlTextReaderSchemaValidate' file='xmlreader' module='xmlreader'>
|
||||
<cond>defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)</cond>
|
||||
<info>Use W3C XSD schema to validate the document as it is processed. Activation is only possible before the first Read(). If @xsd is NULL, then XML Schema validation is deactivated.</info>
|
||||
@ -16765,7 +16799,7 @@ Could we use @subtypes for this?'/>
|
||||
<arg name='len' type='int' info='total number to copy'/>
|
||||
</function>
|
||||
<function name='xmlUnlinkNode' file='tree' module='tree'>
|
||||
<info>Unlink a node from it's current context, the node is not freed</info>
|
||||
<info>Unlink a node from it's current context, the node is not freed If one need to free the node, use xmlFreeNode() routine after the unlink to discard it.</info>
|
||||
<return type='void'/>
|
||||
<arg name='cur' type='xmlNodePtr' info='the node'/>
|
||||
</function>
|
||||
|
@ -20,6 +20,7 @@
|
||||
<reference name='HTML_INVALID' href='html/libxml-HTMLparser.html#HTML_INVALID'/>
|
||||
<reference name='HTML_NA' href='html/libxml-HTMLparser.html#HTML_NA'/>
|
||||
<reference name='HTML_PARSE_COMPACT' href='html/libxml-HTMLparser.html#HTML_PARSE_COMPACT'/>
|
||||
<reference name='HTML_PARSE_IGNORE_ENC' href='html/libxml-HTMLparser.html#HTML_PARSE_IGNORE_ENC'/>
|
||||
<reference name='HTML_PARSE_NOBLANKS' href='html/libxml-HTMLparser.html#HTML_PARSE_NOBLANKS'/>
|
||||
<reference name='HTML_PARSE_NODEFDTD' href='html/libxml-HTMLparser.html#HTML_PARSE_NODEFDTD'/>
|
||||
<reference name='HTML_PARSE_NOERROR' href='html/libxml-HTMLparser.html#HTML_PARSE_NOERROR'/>
|
||||
@ -72,6 +73,7 @@
|
||||
<reference name='LIBXML_ICU_ENABLED' href='html/libxml-xmlversion.html#LIBXML_ICU_ENABLED'/>
|
||||
<reference name='LIBXML_ISO8859X_ENABLED' href='html/libxml-xmlversion.html#LIBXML_ISO8859X_ENABLED'/>
|
||||
<reference name='LIBXML_LEGACY_ENABLED' href='html/libxml-xmlversion.html#LIBXML_LEGACY_ENABLED'/>
|
||||
<reference name='LIBXML_LZMA_ENABLED' href='html/libxml-xmlversion.html#LIBXML_LZMA_ENABLED'/>
|
||||
<reference name='LIBXML_MODULES_ENABLED' href='html/libxml-xmlversion.html#LIBXML_MODULES_ENABLED'/>
|
||||
<reference name='LIBXML_MODULE_EXTENSION' href='html/libxml-xmlversion.html#LIBXML_MODULE_EXTENSION'/>
|
||||
<reference name='LIBXML_OUTPUT_ENABLED' href='html/libxml-xmlversion.html#LIBXML_OUTPUT_ENABLED'/>
|
||||
@ -146,6 +148,7 @@
|
||||
<reference name='XML_ATTRIBUTE_REQUIRED' href='html/libxml-tree.html#XML_ATTRIBUTE_REQUIRED'/>
|
||||
<reference name='XML_BUFFER_ALLOC_DOUBLEIT' href='html/libxml-tree.html#XML_BUFFER_ALLOC_DOUBLEIT'/>
|
||||
<reference name='XML_BUFFER_ALLOC_EXACT' href='html/libxml-tree.html#XML_BUFFER_ALLOC_EXACT'/>
|
||||
<reference name='XML_BUFFER_ALLOC_HYBRID' href='html/libxml-tree.html#XML_BUFFER_ALLOC_HYBRID'/>
|
||||
<reference name='XML_BUFFER_ALLOC_IMMUTABLE' href='html/libxml-tree.html#XML_BUFFER_ALLOC_IMMUTABLE'/>
|
||||
<reference name='XML_BUFFER_ALLOC_IO' href='html/libxml-tree.html#XML_BUFFER_ALLOC_IO'/>
|
||||
<reference name='XML_C14N_1_0' href='html/libxml-c14n.html#XML_C14N_1_0'/>
|
||||
@ -583,6 +586,7 @@
|
||||
<reference name='XML_PARSE_DTDLOAD' href='html/libxml-parser.html#XML_PARSE_DTDLOAD'/>
|
||||
<reference name='XML_PARSE_DTDVALID' href='html/libxml-parser.html#XML_PARSE_DTDVALID'/>
|
||||
<reference name='XML_PARSE_HUGE' href='html/libxml-parser.html#XML_PARSE_HUGE'/>
|
||||
<reference name='XML_PARSE_IGNORE_ENC' href='html/libxml-parser.html#XML_PARSE_IGNORE_ENC'/>
|
||||
<reference name='XML_PARSE_NOBASEFIX' href='html/libxml-parser.html#XML_PARSE_NOBASEFIX'/>
|
||||
<reference name='XML_PARSE_NOBLANKS' href='html/libxml-parser.html#XML_PARSE_NOBLANKS'/>
|
||||
<reference name='XML_PARSE_NOCDATA' href='html/libxml-parser.html#XML_PARSE_NOCDATA'/>
|
||||
@ -1425,6 +1429,7 @@
|
||||
<reference name='XPATH_NUMBER_ERROR' href='html/libxml-xpath.html#XPATH_NUMBER_ERROR'/>
|
||||
<reference name='XPATH_POINT' href='html/libxml-xpath.html#XPATH_POINT'/>
|
||||
<reference name='XPATH_RANGE' href='html/libxml-xpath.html#XPATH_RANGE'/>
|
||||
<reference name='XPATH_STACK_ERROR' href='html/libxml-xpath.html#XPATH_STACK_ERROR'/>
|
||||
<reference name='XPATH_START_LITERAL_ERROR' href='html/libxml-xpath.html#XPATH_START_LITERAL_ERROR'/>
|
||||
<reference name='XPATH_STRING' href='html/libxml-xpath.html#XPATH_STRING'/>
|
||||
<reference name='XPATH_UNCLOSED_ERROR' href='html/libxml-xpath.html#XPATH_UNCLOSED_ERROR'/>
|
||||
@ -1761,6 +1766,7 @@
|
||||
<reference name='xmlBufferCreate' href='html/libxml-tree.html#xmlBufferCreate'/>
|
||||
<reference name='xmlBufferCreateSize' href='html/libxml-tree.html#xmlBufferCreateSize'/>
|
||||
<reference name='xmlBufferCreateStatic' href='html/libxml-tree.html#xmlBufferCreateStatic'/>
|
||||
<reference name='xmlBufferDetach' href='html/libxml-tree.html#xmlBufferDetach'/>
|
||||
<reference name='xmlBufferDump' href='html/libxml-tree.html#xmlBufferDump'/>
|
||||
<reference name='xmlBufferEmpty' href='html/libxml-tree.html#xmlBufferEmpty'/>
|
||||
<reference name='xmlBufferFree' href='html/libxml-tree.html#xmlBufferFree'/>
|
||||
@ -2142,6 +2148,7 @@
|
||||
<reference name='xmlInitParserCtxt' href='html/libxml-parser.html#xmlInitParserCtxt'/>
|
||||
<reference name='xmlInitThreads' href='html/libxml-threads.html#xmlInitThreads'/>
|
||||
<reference name='xmlInitializeCatalog' href='html/libxml-catalog.html#xmlInitializeCatalog'/>
|
||||
<reference name='xmlInitializeDict' href='html/libxml-dict.html#xmlInitializeDict'/>
|
||||
<reference name='xmlInitializeGlobalState' href='html/libxml-globals.html#xmlInitializeGlobalState'/>
|
||||
<reference name='xmlInitializePredefinedEntities' href='html/libxml-entities.html#xmlInitializePredefinedEntities'/>
|
||||
<reference name='xmlInputCloseCallback' href='html/libxml-xmlIO.html#xmlInputCloseCallback'/>
|
||||
@ -2981,6 +2988,7 @@
|
||||
<reference name='xmlTextReaderReadString' href='html/libxml-xmlreader.html#xmlTextReaderReadString'/>
|
||||
<reference name='xmlTextReaderRelaxNGSetSchema' href='html/libxml-xmlreader.html#xmlTextReaderRelaxNGSetSchema'/>
|
||||
<reference name='xmlTextReaderRelaxNGValidate' href='html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidate'/>
|
||||
<reference name='xmlTextReaderRelaxNGValidateCtxt' href='html/libxml-xmlreader.html#xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<reference name='xmlTextReaderSchemaValidate' href='html/libxml-xmlreader.html#xmlTextReaderSchemaValidate'/>
|
||||
<reference name='xmlTextReaderSchemaValidateCtxt' href='html/libxml-xmlreader.html#xmlTextReaderSchemaValidateCtxt'/>
|
||||
<reference name='xmlTextReaderSetErrorHandler' href='html/libxml-xmlreader.html#xmlTextReaderSetErrorHandler'/>
|
||||
@ -3571,6 +3579,7 @@
|
||||
<ref name='HTML_INVALID'/>
|
||||
<ref name='HTML_NA'/>
|
||||
<ref name='HTML_PARSE_COMPACT'/>
|
||||
<ref name='HTML_PARSE_IGNORE_ENC'/>
|
||||
<ref name='HTML_PARSE_NOBLANKS'/>
|
||||
<ref name='HTML_PARSE_NODEFDTD'/>
|
||||
<ref name='HTML_PARSE_NOERROR'/>
|
||||
@ -3627,6 +3636,7 @@
|
||||
<ref name='LIBXML_ICU_ENABLED'/>
|
||||
<ref name='LIBXML_ISO8859X_ENABLED'/>
|
||||
<ref name='LIBXML_LEGACY_ENABLED'/>
|
||||
<ref name='LIBXML_LZMA_ENABLED'/>
|
||||
<ref name='LIBXML_MODULES_ENABLED'/>
|
||||
<ref name='LIBXML_MODULE_EXTENSION'/>
|
||||
<ref name='LIBXML_OUTPUT_ENABLED'/>
|
||||
@ -3711,6 +3721,7 @@
|
||||
<ref name='XML_ATTRIBUTE_REQUIRED'/>
|
||||
<ref name='XML_BUFFER_ALLOC_DOUBLEIT'/>
|
||||
<ref name='XML_BUFFER_ALLOC_EXACT'/>
|
||||
<ref name='XML_BUFFER_ALLOC_HYBRID'/>
|
||||
<ref name='XML_BUFFER_ALLOC_IMMUTABLE'/>
|
||||
<ref name='XML_BUFFER_ALLOC_IO'/>
|
||||
<ref name='XML_C14N_1_0'/>
|
||||
@ -4148,6 +4159,7 @@
|
||||
<ref name='XML_PARSE_DTDLOAD'/>
|
||||
<ref name='XML_PARSE_DTDVALID'/>
|
||||
<ref name='XML_PARSE_HUGE'/>
|
||||
<ref name='XML_PARSE_IGNORE_ENC'/>
|
||||
<ref name='XML_PARSE_NOBASEFIX'/>
|
||||
<ref name='XML_PARSE_NOBLANKS'/>
|
||||
<ref name='XML_PARSE_NOCDATA'/>
|
||||
@ -4990,6 +5002,7 @@
|
||||
<ref name='XPATH_NUMBER_ERROR'/>
|
||||
<ref name='XPATH_POINT'/>
|
||||
<ref name='XPATH_RANGE'/>
|
||||
<ref name='XPATH_STACK_ERROR'/>
|
||||
<ref name='XPATH_START_LITERAL_ERROR'/>
|
||||
<ref name='XPATH_STRING'/>
|
||||
<ref name='XPATH_UNCLOSED_ERROR'/>
|
||||
@ -5362,6 +5375,7 @@
|
||||
<ref name='xmlBufferCreate'/>
|
||||
<ref name='xmlBufferCreateSize'/>
|
||||
<ref name='xmlBufferCreateStatic'/>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlBufferDump'/>
|
||||
<ref name='xmlBufferEmpty'/>
|
||||
<ref name='xmlBufferFree'/>
|
||||
@ -5743,6 +5757,7 @@
|
||||
<ref name='xmlInitParserCtxt'/>
|
||||
<ref name='xmlInitThreads'/>
|
||||
<ref name='xmlInitializeCatalog'/>
|
||||
<ref name='xmlInitializeDict'/>
|
||||
<ref name='xmlInitializeGlobalState'/>
|
||||
<ref name='xmlInitializePredefinedEntities'/>
|
||||
<ref name='xmlInputCloseCallback'/>
|
||||
@ -6582,6 +6597,7 @@
|
||||
<ref name='xmlTextReaderReadString'/>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetErrorHandler'/>
|
||||
@ -7368,6 +7384,7 @@
|
||||
<ref name='xmlACatalogResolvePublic'/>
|
||||
<ref name='xmlACatalogResolveSystem'/>
|
||||
<ref name='xmlACatalogResolveURI'/>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlBuildQName'/>
|
||||
<ref name='xmlBuildRelativeURI'/>
|
||||
<ref name='xmlBuildURI'/>
|
||||
@ -8973,6 +8990,7 @@
|
||||
<ref name='xmlBufferAddHead'/>
|
||||
<ref name='xmlBufferCCat'/>
|
||||
<ref name='xmlBufferCat'/>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlBufferDump'/>
|
||||
<ref name='xmlBufferEmpty'/>
|
||||
<ref name='xmlBufferFree'/>
|
||||
@ -10052,6 +10070,7 @@
|
||||
<ref name='xmlRelaxNGValidatePopElement'/>
|
||||
<ref name='xmlRelaxNGValidatePushCData'/>
|
||||
<ref name='xmlRelaxNGValidatePushElement'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
</type>
|
||||
<type name='xmlRelaxNGValidityErrorFunc'>
|
||||
<ref name='xmlRelaxNGSetParserErrors'/>
|
||||
@ -10353,6 +10372,7 @@
|
||||
<ref name='xmlTextReaderReadString'/>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetErrorHandler'/>
|
||||
@ -10644,6 +10664,7 @@
|
||||
<ref name='HTML_INVALID'/>
|
||||
<ref name='HTML_NA'/>
|
||||
<ref name='HTML_PARSE_COMPACT'/>
|
||||
<ref name='HTML_PARSE_IGNORE_ENC'/>
|
||||
<ref name='HTML_PARSE_NOBLANKS'/>
|
||||
<ref name='HTML_PARSE_NODEFDTD'/>
|
||||
<ref name='HTML_PARSE_NOERROR'/>
|
||||
@ -10968,6 +10989,7 @@
|
||||
<ref name='xmlDictQLookup'/>
|
||||
<ref name='xmlDictReference'/>
|
||||
<ref name='xmlDictSize'/>
|
||||
<ref name='xmlInitializeDict'/>
|
||||
</file>
|
||||
<file name='encoding'>
|
||||
<ref name='UTF8Toisolat1'/>
|
||||
@ -11262,6 +11284,7 @@
|
||||
<ref name='XML_PARSE_DTDLOAD'/>
|
||||
<ref name='XML_PARSE_DTDVALID'/>
|
||||
<ref name='XML_PARSE_HUGE'/>
|
||||
<ref name='XML_PARSE_IGNORE_ENC'/>
|
||||
<ref name='XML_PARSE_NOBASEFIX'/>
|
||||
<ref name='XML_PARSE_NOBLANKS'/>
|
||||
<ref name='XML_PARSE_NOCDATA'/>
|
||||
@ -11963,6 +11986,7 @@
|
||||
<ref name='XML_ATTRIBUTE_REQUIRED'/>
|
||||
<ref name='XML_BUFFER_ALLOC_DOUBLEIT'/>
|
||||
<ref name='XML_BUFFER_ALLOC_EXACT'/>
|
||||
<ref name='XML_BUFFER_ALLOC_HYBRID'/>
|
||||
<ref name='XML_BUFFER_ALLOC_IMMUTABLE'/>
|
||||
<ref name='XML_BUFFER_ALLOC_IO'/>
|
||||
<ref name='XML_CDATA_SECTION_NODE'/>
|
||||
@ -12046,6 +12070,7 @@
|
||||
<ref name='xmlBufferCreate'/>
|
||||
<ref name='xmlBufferCreateSize'/>
|
||||
<ref name='xmlBufferCreateStatic'/>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlBufferDump'/>
|
||||
<ref name='xmlBufferEmpty'/>
|
||||
<ref name='xmlBufferFree'/>
|
||||
@ -13444,6 +13469,7 @@
|
||||
<ref name='xmlTextReaderReadString'/>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetErrorHandler'/>
|
||||
@ -13857,6 +13883,7 @@
|
||||
<ref name='LIBXML_ICU_ENABLED'/>
|
||||
<ref name='LIBXML_ISO8859X_ENABLED'/>
|
||||
<ref name='LIBXML_LEGACY_ENABLED'/>
|
||||
<ref name='LIBXML_LZMA_ENABLED'/>
|
||||
<ref name='LIBXML_MODULES_ENABLED'/>
|
||||
<ref name='LIBXML_MODULE_EXTENSION'/>
|
||||
<ref name='LIBXML_OUTPUT_ENABLED'/>
|
||||
@ -13991,6 +14018,7 @@
|
||||
<ref name='XPATH_NUMBER_ERROR'/>
|
||||
<ref name='XPATH_POINT'/>
|
||||
<ref name='XPATH_RANGE'/>
|
||||
<ref name='XPATH_STACK_ERROR'/>
|
||||
<ref name='XPATH_START_LITERAL_ERROR'/>
|
||||
<ref name='XPATH_STRING'/>
|
||||
<ref name='XPATH_UNCLOSED_ERROR'/>
|
||||
@ -14326,6 +14354,7 @@
|
||||
<word name='Activation'>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetSchema'/>
|
||||
@ -16345,6 +16374,9 @@
|
||||
<word name='LowSurrogates'>
|
||||
<ref name='xmlUCSIsLowSurrogates'/>
|
||||
</word>
|
||||
<word name='Lzma'>
|
||||
<ref name='LIBXML_LZMA_ENABLED'/>
|
||||
</word>
|
||||
</letter>
|
||||
<letter name='M'>
|
||||
<word name='META'>
|
||||
@ -16926,6 +16958,7 @@
|
||||
<ref name='xmlXPtrNewRangePoints'/>
|
||||
</word>
|
||||
<word name='Pop'>
|
||||
<ref name='_xmlXPathParserContext'/>
|
||||
<ref name='xmlRelaxNGValidatePopElement'/>
|
||||
<ref name='xmlValidatePopElement'/>
|
||||
</word>
|
||||
@ -17168,6 +17201,7 @@
|
||||
<ref name='xmlTextReaderGetParserProp'/>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetSchema'/>
|
||||
@ -17311,6 +17345,7 @@
|
||||
<ref name='xmlRelaxParserSetFlag'/>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
</word>
|
||||
<word name='RelaxNGs'>
|
||||
<ref name='xmlRelaxNGNewDocParserCtxt'/>
|
||||
@ -17320,6 +17355,7 @@
|
||||
</word>
|
||||
<word name='Remove'>
|
||||
<ref name='xmlACatalogRemove'/>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlBufferShrink'/>
|
||||
<ref name='xmlCatalogRemove'/>
|
||||
<ref name='xmlListClear'/>
|
||||
@ -18141,6 +18177,7 @@
|
||||
<ref name='xmlPatternGetStreamCtxt'/>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetSchema'/>
|
||||
@ -18423,6 +18460,9 @@
|
||||
<ref name='xmlGetBufferAllocationScheme'/>
|
||||
<ref name='xmlSetBufferAllocationScheme'/>
|
||||
</word>
|
||||
<word name='XML_BUFFER_ALLOC_HYBRID'>
|
||||
<ref name='xmlGetBufferAllocationScheme'/>
|
||||
</word>
|
||||
<word name='XML_CAST_FPTR'>
|
||||
<ref name='XML_CAST_FPTR'/>
|
||||
</word>
|
||||
@ -18725,6 +18765,7 @@
|
||||
<ref name='xmlAutomataNewTransition2'/>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetSchema'/>
|
||||
@ -18888,6 +18929,7 @@
|
||||
<ref name='xmlReconciliateNs'/>
|
||||
<ref name='xmlSaveFileTo'/>
|
||||
<ref name='xmlSaveFormatFileTo'/>
|
||||
<ref name='xmlUnlinkNode'/>
|
||||
<ref name='xmlValidGetValidElements'/>
|
||||
<ref name='xmlXPathNextFollowing'/>
|
||||
<ref name='xmlXPathStringFunction'/>
|
||||
@ -19051,6 +19093,7 @@
|
||||
<ref name='xmlDOMWrapReconcileNamespaces'/>
|
||||
<ref name='xmlFreeFunc'/>
|
||||
<ref name='xmlGcMemSetup'/>
|
||||
<ref name='xmlInitializeDict'/>
|
||||
<ref name='xmlMemSetup'/>
|
||||
<ref name='xmlParseCharEncoding'/>
|
||||
<ref name='xmlParseNotationType'/>
|
||||
@ -19166,6 +19209,7 @@
|
||||
<ref name='XML_SCHEMAS_ANYATTR_SKIP'/>
|
||||
<ref name='XML_SCHEMAS_ANYATTR_STRICT'/>
|
||||
<ref name='XML_SCHEMAS_ELEM_NSDEFAULT'/>
|
||||
<ref name='xmlDictCleanup'/>
|
||||
<ref name='xmlNamespaceParseNCName'/>
|
||||
<ref name='xmlNamespaceParseNSDef'/>
|
||||
<ref name='xmlNamespaceParseQName'/>
|
||||
@ -19434,6 +19478,7 @@
|
||||
<word name='avoid'>
|
||||
<ref name='xmlCleanupParser'/>
|
||||
<ref name='xmlCleanupThreads'/>
|
||||
<ref name='xmlGetBufferAllocationScheme'/>
|
||||
</word>
|
||||
<word name='avoiding'>
|
||||
<ref name='xmlTextReaderNext'/>
|
||||
@ -19447,6 +19492,7 @@
|
||||
<chunk name='chunk11'>
|
||||
<letter name='b'>
|
||||
<word name='back'>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlChildElementCount'/>
|
||||
<ref name='xmlEntityReferenceFunc'/>
|
||||
<ref name='xmlFirstElementChild'/>
|
||||
@ -19536,6 +19582,7 @@
|
||||
<ref name='xmlMemSetup'/>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetParserProp'/>
|
||||
@ -19748,6 +19795,9 @@
|
||||
<ref name='xmlParserInputBufferRead'/>
|
||||
<ref name='xmlTextReaderGetRemainder'/>
|
||||
</word>
|
||||
<word name='buffers'>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
</word>
|
||||
<word name='builded'>
|
||||
<ref name='XML_SCHEMAS_ATTRGROUP_GLOBAL'/>
|
||||
<ref name='XML_SCHEMAS_ATTRGROUP_WILDCARD_BUILDED'/>
|
||||
@ -20717,6 +20767,7 @@
|
||||
<ref name='xmlXPathTrailingSorted'/>
|
||||
</word>
|
||||
<word name='contained'>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlGetUTF8Char'/>
|
||||
<ref name='xmlNodeListGetRawString'/>
|
||||
<ref name='xmlNodeListGetString'/>
|
||||
@ -20943,6 +20994,7 @@
|
||||
<ref name='xmlTextReaderByteConsumed'/>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetSchema'/>
|
||||
@ -21092,6 +21144,7 @@
|
||||
<word name='deactivated'>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetSchema'/>
|
||||
@ -21546,6 +21599,7 @@
|
||||
<ref name='xmlDictCreateSub'/>
|
||||
<ref name='xmlDictReference'/>
|
||||
<ref name='xmlHashCreateDict'/>
|
||||
<ref name='xmlInitializeDict'/>
|
||||
<ref name='xmlPatterncompile'/>
|
||||
<ref name='xmlStreamPush'/>
|
||||
<ref name='xmlStreamPushAttr'/>
|
||||
@ -21676,6 +21730,7 @@
|
||||
</word>
|
||||
<word name='discard'>
|
||||
<ref name='xmlParserInputRead'/>
|
||||
<ref name='xmlUnlinkNode'/>
|
||||
</word>
|
||||
<word name='discarded'>
|
||||
<ref name='xmlDeregisterNodeFunc'/>
|
||||
@ -21753,6 +21808,7 @@
|
||||
<word name='doesn'>
|
||||
<ref name='_htmlElemDesc'/>
|
||||
<ref name='htmlElementAllowedHere'/>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlCheckLanguageID'/>
|
||||
<ref name='xmlCleanupParser'/>
|
||||
<ref name='xmlCreateEntitiesTable'/>
|
||||
@ -21821,6 +21877,9 @@
|
||||
<word name='double-quotes'>
|
||||
<ref name='xmlBufferWriteQuotedString'/>
|
||||
</word>
|
||||
<word name='doubleit'>
|
||||
<ref name='xmlGetBufferAllocationScheme'/>
|
||||
</word>
|
||||
<word name='doublequotes'>
|
||||
<ref name='xmlParseQuotedString'/>
|
||||
</word>
|
||||
@ -23221,6 +23280,9 @@
|
||||
<ref name='xmlTextReaderGetRemainder'/>
|
||||
<ref name='xmlValidateNotationDecl'/>
|
||||
</word>
|
||||
<word name='gie'>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
</word>
|
||||
<word name='gif'>
|
||||
<ref name='xmlBuildRelativeURI'/>
|
||||
</word>
|
||||
@ -23612,6 +23674,7 @@
|
||||
</word>
|
||||
<word name='immutable'>
|
||||
<ref name='xmlBufferCreateStatic'/>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlParserInputBufferCreateStatic'/>
|
||||
</word>
|
||||
<word name='implementation'>
|
||||
@ -24006,6 +24069,7 @@
|
||||
</word>
|
||||
<word name='initialization'>
|
||||
<ref name='xmlInitializeCatalog'/>
|
||||
<ref name='xmlInitializeDict'/>
|
||||
<ref name='xmlLoadCatalog'/>
|
||||
<ref name='xmlLoadCatalogs'/>
|
||||
<ref name='xmlSAXDefaultVersion'/>
|
||||
@ -24304,6 +24368,7 @@
|
||||
<ref name='xmlExpNewOr'/>
|
||||
<ref name='xmlExpNewRange'/>
|
||||
<ref name='xmlExpNewSeq'/>
|
||||
<ref name='xmlGetBufferAllocationScheme'/>
|
||||
<ref name='xmlParseURIRaw'/>
|
||||
<ref name='xmlParserInputGrow'/>
|
||||
<ref name='xmlSubstituteEntitiesDefault'/>
|
||||
@ -24362,6 +24427,9 @@
|
||||
</word>
|
||||
</letter>
|
||||
<letter name='l'>
|
||||
<word name='label'>
|
||||
<ref name='_xmlParserCtxt'/>
|
||||
</word>
|
||||
<word name='labeled'>
|
||||
<ref name='xmlParseCtxtExternalEntity'/>
|
||||
<ref name='xmlParseExtParsedEnt'/>
|
||||
@ -24397,6 +24465,7 @@
|
||||
<word name='large'>
|
||||
<ref name='_xmlParserCtxt'/>
|
||||
<ref name='_xmlParserInput'/>
|
||||
<ref name='xmlGetBufferAllocationScheme'/>
|
||||
</word>
|
||||
<word name='largest'>
|
||||
<ref name='xmlXPathFloorFunction'/>
|
||||
@ -24450,6 +24519,9 @@
|
||||
<ref name='xmlDetectCharEncoding'/>
|
||||
<ref name='xmlXPathStringFunction'/>
|
||||
</word>
|
||||
<word name='led'>
|
||||
<ref name='xmlInitializeDict'/>
|
||||
</word>
|
||||
<word name='left'>
|
||||
<ref name='xmlExpNewOr'/>
|
||||
<ref name='xmlExpNewSeq'/>
|
||||
@ -24550,6 +24622,7 @@
|
||||
<ref name='xmlCleanupMemory'/>
|
||||
<ref name='xmlCleanupParser'/>
|
||||
<ref name='xmlCleanupThreads'/>
|
||||
<ref name='xmlDictCleanup'/>
|
||||
<ref name='xmlHasFeature'/>
|
||||
<ref name='xmlInitThreads'/>
|
||||
<ref name='xmlInitializeGlobalState'/>
|
||||
@ -24625,6 +24698,7 @@
|
||||
<ref name='xmlGetThreadId'/>
|
||||
</word>
|
||||
<word name='limit'>
|
||||
<ref name='_xmlXPathParserContext'/>
|
||||
<ref name='xmlCharEncFirstLine'/>
|
||||
<ref name='xmlDecodeEntities'/>
|
||||
<ref name='xmlPatternMaxDepth'/>
|
||||
@ -25275,6 +25349,7 @@
|
||||
<ref name='xmlDictCleanup'/>
|
||||
<ref name='xmlFreeMutex'/>
|
||||
<ref name='xmlFreeRMutex'/>
|
||||
<ref name='xmlInitializeDict'/>
|
||||
<ref name='xmlMutexLock'/>
|
||||
<ref name='xmlMutexUnlock'/>
|
||||
<ref name='xmlNewMutex'/>
|
||||
@ -25591,6 +25666,7 @@
|
||||
<ref name='xmlXPathBooleanFunction'/>
|
||||
</word>
|
||||
<word name='normal'>
|
||||
<ref name='xmlGetBufferAllocationScheme'/>
|
||||
<ref name='xmlInitCharEncodingHandlers'/>
|
||||
<ref name='xmlParserInputBufferGrow'/>
|
||||
</word>
|
||||
@ -25855,6 +25931,7 @@
|
||||
<ref name='xmlEncodeEntities'/>
|
||||
<ref name='xmlInitParser'/>
|
||||
<ref name='xmlInitializeCatalog'/>
|
||||
<ref name='xmlInitializeDict'/>
|
||||
<ref name='xmlLoadCatalog'/>
|
||||
<ref name='xmlLoadCatalogs'/>
|
||||
<ref name='xmlParseAttributeType'/>
|
||||
@ -25999,6 +26076,7 @@
|
||||
<ref name='xmlSchemaSetValidOptions'/>
|
||||
<ref name='xmlSchemaValidCtxtGetOptions'/>
|
||||
<ref name='xmlSchemaValidateFile'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetup'/>
|
||||
<ref name='xmlXPathContextSetCache'/>
|
||||
@ -26289,6 +26367,9 @@
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
</word>
|
||||
<word name='pathological'>
|
||||
<ref name='xmlGetBufferAllocationScheme'/>
|
||||
</word>
|
||||
<word name='pattern'>
|
||||
<ref name='XML_SCHEMAS_TYPE_NORMVALUENEEDED'/>
|
||||
<ref name='xmlPatternFromRoot'/>
|
||||
@ -26456,6 +26537,7 @@
|
||||
<ref name='xmlRegExecNextValues'/>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetSchema'/>
|
||||
@ -26561,6 +26643,7 @@
|
||||
</word>
|
||||
<word name='preferably'>
|
||||
<ref name='xmlInitializeCatalog'/>
|
||||
<ref name='xmlInitializeDict'/>
|
||||
<ref name='xmlLoadCatalog'/>
|
||||
<ref name='xmlLoadCatalogs'/>
|
||||
<ref name='xmlNewPI'/>
|
||||
@ -26641,6 +26724,7 @@
|
||||
<ref name='htmlHandleOmittedElem'/>
|
||||
<ref name='htmlParseElement'/>
|
||||
<ref name='xmlAddPrevSibling'/>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlCatalogSetDebug'/>
|
||||
<ref name='xmlCatalogSetDefaultPrefer'/>
|
||||
<ref name='xmlDeregisterNodeDefault'/>
|
||||
@ -26739,6 +26823,7 @@
|
||||
<ref name='xmlSAX2StartElement'/>
|
||||
<ref name='xmlTextReaderRelaxNGSetSchema'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSetSchema'/>
|
||||
@ -27606,6 +27691,7 @@
|
||||
</word>
|
||||
<word name='reset'>
|
||||
<ref name='initGenericErrorDefaultFunc'/>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlCtxtReadFd'/>
|
||||
<ref name='xmlNodeSetBase'/>
|
||||
<ref name='xmlNodeSetName'/>
|
||||
@ -27879,6 +27965,7 @@
|
||||
<word name='safe'>
|
||||
<ref name='BAD_CAST'/>
|
||||
<ref name='xmlInitializeCatalog'/>
|
||||
<ref name='xmlInitializeDict'/>
|
||||
<ref name='xmlLoadCatalog'/>
|
||||
<ref name='xmlLoadCatalogs'/>
|
||||
</word>
|
||||
@ -28002,6 +28089,8 @@
|
||||
<ref name='xmlSchemaValidateFile'/>
|
||||
<ref name='xmlSchemaValidateStream'/>
|
||||
<ref name='xmlSchematronNewMemParserCtxt'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidate'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidate'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
</word>
|
||||
@ -28420,6 +28509,9 @@
|
||||
<word name='slots'>
|
||||
<ref name='xmlXPathContextSetCache'/>
|
||||
</word>
|
||||
<word name='small'>
|
||||
<ref name='xmlGetBufferAllocationScheme'/>
|
||||
</word>
|
||||
<word name='smaller'>
|
||||
<ref name='xmlURIUnescapeString'/>
|
||||
</word>
|
||||
@ -28726,6 +28818,7 @@
|
||||
<ref name='setDocumentLocator'/>
|
||||
<ref name='setDocumentLocatorSAXFunc'/>
|
||||
<ref name='xmlInitializeCatalog'/>
|
||||
<ref name='xmlInitializeDict'/>
|
||||
<ref name='xmlLoadCatalog'/>
|
||||
<ref name='xmlLoadCatalogs'/>
|
||||
<ref name='xmlSAX2SetDocumentLocator'/>
|
||||
@ -28888,6 +28981,7 @@
|
||||
<ref name='xmlExpGetLanguage'/>
|
||||
<ref name='xmlExpGetStart'/>
|
||||
<ref name='xmlExpParse'/>
|
||||
<ref name='xmlGetBufferAllocationScheme'/>
|
||||
<ref name='xmlGetFeaturesList'/>
|
||||
<ref name='xmlPatterncompile'/>
|
||||
<ref name='xmlRegExecErrInfo'/>
|
||||
@ -29205,6 +29299,7 @@
|
||||
<ref name='xmlStrdup'/>
|
||||
</word>
|
||||
<word name='sure'>
|
||||
<ref name='xmlDictCleanup'/>
|
||||
<ref name='xmlSaveClose'/>
|
||||
<ref name='xmlSaveFlush'/>
|
||||
<ref name='xmlURIEscape'/>
|
||||
@ -29388,6 +29483,7 @@
|
||||
</word>
|
||||
<word name='they'>
|
||||
<ref name='_htmlElemDesc'/>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlCreatePushParserCtxt'/>
|
||||
<ref name='xmlStrEqual'/>
|
||||
<ref name='xmlStrQEqual'/>
|
||||
@ -29429,6 +29525,7 @@
|
||||
<ref name='xmlGetThreadId'/>
|
||||
<ref name='xmlInitThreads'/>
|
||||
<ref name='xmlInitializeCatalog'/>
|
||||
<ref name='xmlInitializeDict'/>
|
||||
<ref name='xmlIsMainThread'/>
|
||||
<ref name='xmlLoadCatalog'/>
|
||||
<ref name='xmlLoadCatalogs'/>
|
||||
@ -29451,6 +29548,9 @@
|
||||
<ref name='xmlXPathNextAncestorOrSelf'/>
|
||||
<ref name='xmlXPathNextDescendantOrSelf'/>
|
||||
</word>
|
||||
<word name='tight'>
|
||||
<ref name='xmlGetBufferAllocationScheme'/>
|
||||
</word>
|
||||
<word name='time'>
|
||||
<ref name='xmlExpExpDerive'/>
|
||||
<ref name='xmlXPathAxisFunc'/>
|
||||
@ -29869,6 +29969,7 @@
|
||||
<word name='unless'>
|
||||
<ref name='htmlSAXParseDoc'/>
|
||||
<ref name='htmlSAXParseFile'/>
|
||||
<ref name='xmlDictCleanup'/>
|
||||
<ref name='xmlExpNewOr'/>
|
||||
<ref name='xmlExpNewRange'/>
|
||||
<ref name='xmlExpNewSeq'/>
|
||||
@ -29884,6 +29985,7 @@
|
||||
</word>
|
||||
<word name='unlink'>
|
||||
<ref name='xmlFreeNode'/>
|
||||
<ref name='xmlUnlinkNode'/>
|
||||
</word>
|
||||
<word name='unlinked'>
|
||||
<ref name='xmlAddNextSibling'/>
|
||||
@ -30469,6 +30571,7 @@
|
||||
<ref name='xmlXPathStringLengthFunction'/>
|
||||
</word>
|
||||
<word name='work'>
|
||||
<ref name='xmlBufferDetach'/>
|
||||
<ref name='xmlNodeGetBase'/>
|
||||
<ref name='xmlPatternStreamable'/>
|
||||
<ref name='xmlRemoveProp'/>
|
||||
@ -30893,6 +30996,9 @@
|
||||
<word name='xmlFreeMutex'>
|
||||
<ref name='xmlFreeMutex'/>
|
||||
</word>
|
||||
<word name='xmlFreeNode'>
|
||||
<ref name='xmlUnlinkNode'/>
|
||||
</word>
|
||||
<word name='xmlFreeStreamCtxt'>
|
||||
<ref name='xmlPatternGetStreamCtxt'/>
|
||||
</word>
|
||||
@ -31603,6 +31709,7 @@
|
||||
<ref name='xmlSaveTree'/>
|
||||
<ref name='xmlSchemaGetCanonValue'/>
|
||||
<ref name='xmlSchemaGetCanonValueWhtsp'/>
|
||||
<ref name='xmlTextReaderRelaxNGValidateCtxt'/>
|
||||
<ref name='xmlTextReaderSchemaValidateCtxt'/>
|
||||
</word>
|
||||
<word name='you'>
|
||||
|
@ -8,51 +8,59 @@
|
||||
</vendor>
|
||||
<product id="libxml2">
|
||||
<name>libxml2</name>
|
||||
<version>2.7.7</version>
|
||||
<last-release> Mar 15 2010</last-release>
|
||||
<version>2.7.8</version>
|
||||
<last-release> Nov 4 2010</last-release>
|
||||
<info-url>http://xmlsoft.org/</info-url>
|
||||
<changes> - Improvements:
|
||||
Adding a --xpath option to xmllint (Daniel Veillard),
|
||||
Make HTML parser non-recursive (Eugene Pimenov)
|
||||
<changes> - Features:
|
||||
480323 add code to plug in ICU converters by default (Giuseppe Iuculano),
|
||||
Add xmlSaveOption XML_SAVE_WSNONSIG (Adam Spragg)
|
||||
|
||||
- Documentation:
|
||||
Fix devhelp documentation installation (Mike Hommey),
|
||||
Fix web site encoding problems (Daniel Veillard),
|
||||
Fix a couple of typo in HTML parser error messages (Michael Day),
|
||||
Forgot to update the news page for 0.7.7 (Daniel Veillard)
|
||||
|
||||
- Portability:
|
||||
relaxng.c: cast to allow compilation with sun studio 11 (Ben Walton),
|
||||
Fix build failure on Sparc solaris (Roumen Petrov),
|
||||
use autoreconf in autogen.sh (Daniel Veillard),
|
||||
Fix build with mingw (Roumen Petrov),
|
||||
Upgrade some of the configure and autogen (Daniel Veillard),
|
||||
Fix relaxNG tests in runtest for Windows runtest.c: initialize ret (Rob Richards),
|
||||
Fix a const warning in xmlNodeSetBase (Martin Trappel),
|
||||
Fix python generator to not use deprecated xmllib (Daniel Veillard),
|
||||
Update some automake files (Daniel Veillard),
|
||||
598785 Fix nanohttp on Windows (spadix)
|
||||
607273 Fix python detection on MSys/Windows (LRN),
|
||||
614087 Fix Socket API usage to allow Windows64 compilation (Ozkan Sezer),
|
||||
Fix compilation with Clang (Koop Mast),
|
||||
Fix Win32 build (Rob Richards)
|
||||
|
||||
- Bug Fixes:
|
||||
libxml violates the zlib interface and crashes (Mark Adler),
|
||||
Fix broken escape behaviour in regexp ranges (Daniel Veillard),
|
||||
Fix missing win32 libraries in libxml-2.0.pc (Volker Grabsch),
|
||||
Fix detection of python linker flags (Daniel Macks),
|
||||
fix build error in libxml2/python (Paul Smith),
|
||||
ChunkParser: Incorrect decoding of small xml files (Raul Hudea),
|
||||
htmlCheckEncoding doesn't update input-end after shrink (Eugene Pimenov),
|
||||
Fix a missing #ifdef (Daniel Veillard),
|
||||
Fix encoding selection for xmlParseInNodeContext (Daniel Veillard),
|
||||
xmlPreviousElementSibling mistake (François Delyon),
|
||||
608773 add a missing check in xmlGROW (Daniel Veillard),
|
||||
Fix xmlParseInNodeContext for HTML content (Daniel Veillard),
|
||||
Fix lost namespace when copying node * tree.c: reconcile namespace if not found (Rob Richards),
|
||||
Fix some missing commas in HTML element lists (Eugene Pimenov),
|
||||
Correct variable type to unsigned (Nikolay Sivov),
|
||||
Recognize ID attribute in HTML without DOCTYPE (Daniel Veillard),
|
||||
Fix memory leak in xmlXPathEvalExpression() (Martin),
|
||||
Fix an init bug in global.c (Kai Henning),
|
||||
Fix xmlNodeSetBase() comment (Daniel Veillard),
|
||||
Fix broken escape behaviour in regexp ranges (Daniel Veillard),
|
||||
Don't give default HTML boolean attribute values in parser (Daniel Veillard),
|
||||
xmlCtxtResetLastError should reset ctxt-errNo (Daniel Veillard)
|
||||
595789 fix a remaining potential Solaris problem (Daniel Veillard),
|
||||
617468 fix progressive HTML parsing with style using "'" (Denis Pauk),
|
||||
616478 Fix xmllint shell write command (Gwenn Kahz),
|
||||
614005 Possible erroneous HTML parsing on unterminated script (Pierre Belzile),
|
||||
627987 Fix XSD IDC errors in imported schemas (Jim Panetta),
|
||||
629325 XPath rounding errors first cleanup (Phil Shafer),
|
||||
630140 fix iso995x encoding error (Daniel Veillard),
|
||||
make sure htmlCtxtReset do reset the disableSAX field (Daniel Veillard),
|
||||
Fix a change of semantic on XPath preceding and following axis (Daniel Veillard),
|
||||
Fix a potential segfault due to weak symbols on pthreads (Mike Hommey),
|
||||
Fix a leak in XPath compilation (Daniel Veillard),
|
||||
Fix the semantic of XPath axis for namespace/attribute context nodes (Daniel Veillard),
|
||||
Avoid a descriptor leak in catalog loading code (Carlo Bramini),
|
||||
Fix a small bug in XPath evaluation code (Marius Wachtler),
|
||||
Fix handling of XML-1.0 XML namespace declaration (Daniel Veillard),
|
||||
Fix errors in XSD double validation check (Csaba Raduly),
|
||||
Fix handling of apos in URIs (Daniel Veillard),
|
||||
xmlTextReaderReadOuterXml should handle DTD (Rob Richards),
|
||||
Autogen.sh needs to create m4 directory (Rob Richards)
|
||||
|
||||
- Improvements:
|
||||
606592 update language ID parser to RFC 5646 (Daniel Veillard),
|
||||
Sort python generated stubs (Mike Hommey),
|
||||
Add an HTML parser option to avoid a default doctype (Daniel Veillard)
|
||||
|
||||
- Cleanups:
|
||||
Cleanup a couple of weirdness in HTML parser (Eugene Pimenov)
|
||||
618831 don't ship generated files in git (Adrian Bunk),
|
||||
Switch from the obsolete mkinstalldirs to AC_PROG_MKDIR_P (Adrian Bunk),
|
||||
Various cleanups on encoding handling (Daniel Veillard),
|
||||
Fix xmllint to use format=1 for default formatting (Adam Spragg),
|
||||
Force _xmlSaveCtxt.format to be 0 or 1 (Adam Spragg),
|
||||
Cleanup encoding pointer comparison (Nikolay Sivov),
|
||||
Small code cleanup on previous patch (Daniel Veillard)
|
||||
|
||||
|
||||
</changes>
|
||||
|
141
doc/news.html
141
doc/news.html
@ -12,7 +12,146 @@ to help those</p><ul><li>More testing on RelaxNG</li>
|
||||
<li>Finishing up <a href="http://www.w3.org/TR/xmlschema-1/">XML
|
||||
Schemas</a></li>
|
||||
</ul><p>The <a href="ChangeLog.html">change log</a> describes the recents commits
|
||||
to the <a href="http://svn.gnome.org/viewvc/libxml2/trunk/">SVN</a> code base.</p><p>Here is the list of public releases:</p><h3>2.7.8: Nov 4 2010</h3><ul><li> Features:
|
||||
to the <a href="http://svn.gnome.org/viewvc/libxml2/trunk/">SVN</a> code base.</p><p>Here is the list of public releases:</p><h3>2.8.0: May 23 2012</h3><ul><li>Features:
|
||||
- add lzma compression support (Anders F Bjorklund)
|
||||
</li>
|
||||
|
||||
<li>Documentation:
|
||||
xmlcatalog: Add uri and delegateURI to possible add types in man page. (Ville Skyttä),
|
||||
Update README.tests (Daniel Veillard),
|
||||
URI handling code is not OOM resilient (Daniel Veillard),
|
||||
Fix an error in comment (Daniel Veillard),
|
||||
Fixed bug #617016 (Daniel Mustieles),
|
||||
Fixed two typos in the README document (Daniel Neel),
|
||||
add generated html files (Anders F Bjorklund),
|
||||
Clarify the need to use xmlFreeNode after xmlUnlinkNode (Daniel Veillard),
|
||||
Improve documentation a bit (Daniel Veillard),
|
||||
Updated URL for lxml python bindings (Daniel Veillard)
|
||||
</li>
|
||||
|
||||
<li>Portability:
|
||||
Restore code for Windows compilation (Daniel Veillard),
|
||||
Remove git error message during configure (Christian Dywan),
|
||||
xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer),
|
||||
remove a bashism in confgure.in (John Hein),
|
||||
undef ERROR if already defined (Patrick R. Gansterer),
|
||||
Fix library problems with mingw-w64 (Michael Cronenworth),
|
||||
fix windows build. ifdef addition from bug 666491 makes no sense (Rob Richards),
|
||||
prefer native threads on win32 (Sam Thursfield),
|
||||
Allow to compile with Visual Studio 2010 (Thomas Lemm),
|
||||
Fix mingw's snprintf configure check (Andoni Morales),
|
||||
fixed a 64bit big endian issue (Marcus Meissner),
|
||||
Fix portability failure if netdb.h lacks NO_ADDRESS (Daniel Veillard),
|
||||
Fix windows build from lzma addition (Rob Richards),
|
||||
autogen: Only check for libtoolize (Colin Walters),
|
||||
Fix the Windows build files (Patrick von Reth),
|
||||
634846 Remove a linking option breaking Windows VC10 (Daniel Veillard),
|
||||
599241 fix an initialization problem on Win64 (Andrew W. Nosenko),
|
||||
fix win build (Rob Richards)
|
||||
</li>
|
||||
|
||||
<li>Bug fixes:
|
||||
Part for rand_r checking missing (Daniel Veillard),
|
||||
Cleanup on randomization (Daniel Veillard),
|
||||
Fix undefined reference in python module (Pacho Ramos),
|
||||
Fix a race in xmlNewInputStream (Daniel Veillard),
|
||||
Fix weird streaming RelaxNG errors (Noam),
|
||||
Fix various bugs in new code raised by the API checking (Daniel Veillard),
|
||||
Fix various problems with "make dist" (Daniel Veillard),
|
||||
Fix a memory leak in the xzlib code (Daniel Veillard),
|
||||
HTML parser error with <noscript> in the <head> (Denis Pauk),
|
||||
XSD: optional element in complex type extension (Remi Gacogne),
|
||||
Fix html serialization error and htmlSetMetaEncoding() (Daniel Veillard),
|
||||
Fix a wrong return value in previous patch (Daniel Veillard),
|
||||
Fix an uninitialized variable use (Daniel Veillard),
|
||||
Fix a compilation problem with --minimum (Brandon Slack),
|
||||
Remove redundant and ungarded include of resolv.h (Daniel Veillard),
|
||||
xinclude with parse="text" does not use the entity loader (Shaun McCance),
|
||||
Allow to parse 1 byte HTML files (Denis Pauk),
|
||||
Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag (Martin Schröder),
|
||||
Avoid memory leak if xmlParserInputBufferCreateIO fails (Lin Yi-Li),
|
||||
Prevent an infinite loop when dumping a node with encoding problems (Timothy Elliott),
|
||||
xmlParseNodeInContext problems with an empty document (Tim Elliott),
|
||||
HTML element position is not detected propperly (Pavel Andrejs),
|
||||
Fix an off by one pointer access (Jüri Aedla),
|
||||
Try to fix a problem with entities in SAX mode (Daniel Veillard),
|
||||
Fix a crash with xmllint --path on empty results (Daniel Veillard),
|
||||
Fixed bug #667946 (Daniel Mustieles),
|
||||
Fix a logic error in Schemas Component Constraints (Ryan Sleevi),
|
||||
Fix a wrong enum type use in Schemas Types (Nico Weber),
|
||||
Fix SAX2 builder in case of undefined attributes namespace (Daniel Veillard),
|
||||
Fix SAX2 builder in case of undefined element namespaces (Daniel Veillard),
|
||||
fix reference to STDOUT_FILENO on MSVC (Tay Ray Chuan),
|
||||
fix a pair of possible out of array char references (Daniel Veillard),
|
||||
Fix an allocation error when copying entities (Daniel Veillard),
|
||||
Make sure the parser returns when getting a Stop order (Chris Evans),
|
||||
Fix some potential problems on reallocation failures(parser.c) (Xia Xinfeng),
|
||||
Fix a schema type duration comparison overflow (Daniel Veillard),
|
||||
Fix an unimplemented part in RNG value validation (Daniel Veillard),
|
||||
Fix missing error status in XPath evaluation (Daniel Veillard),
|
||||
Hardening of XPath evaluation (Daniel Veillard),
|
||||
Fix an off by one error in encoding (Daniel Veillard),
|
||||
Fix RELAX NG include bug #655288 (Shaun McCance),
|
||||
Fix XSD validation bug #630130 (Toyoda Eizi),
|
||||
Fix some potential problems on reallocation failures (Chris Evans),
|
||||
__xmlRaiseError: fix use of the structured callback channel (Dmitry V. Levin),
|
||||
__xmlRaiseError: fix the structured callback channel's data initialization (Dmitry V. Levin),
|
||||
Fix memory corruption when xmlParseBalancedChunkMemoryInternal is called from xmlParseBalancedChunk (Rob Richards),
|
||||
Small fix for previous commit (Daniel Veillard),
|
||||
Fix a potential freeing error in XPath (Daniel Veillard),
|
||||
Fix a potential memory access error (Daniel Veillard),
|
||||
Reactivate the shared library versionning script (Daniel Veillard)
|
||||
</li>
|
||||
|
||||
<li>Improvements:
|
||||
use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime (Roumen Petrov),
|
||||
New symbols added for the next release (Daniel Veillard),
|
||||
xmlTextReader bails too quickly on error (Andy Lutomirski),
|
||||
Use a hybrid allocation scheme in xmlNodeSetContent (Conrad Irwin),
|
||||
Use buffers when constructing string node lists. (Conrad Irwin),
|
||||
Add HTML parser support for HTML5 meta charset encoding declaration (Denis Pauk),
|
||||
wrong message for double hyphen in comment XML error (Bryan Henderson),
|
||||
Fix "make tst" to grab lzma lib too (Daniel Veillard),
|
||||
Add "whereis" command to xmllint shell (Ryan),
|
||||
Improve xmllint shell (Ryan),
|
||||
add function xmlTextReaderRelaxNGValidateCtxt() (Noam Postavsky),
|
||||
Add --system support to autogen.sh (Daniel Veillard),
|
||||
Add hash randomization to hash and dict structures (Daniel Veillard),
|
||||
included xzlib in dist (Anders F Bjorklund),
|
||||
move xz/lzma helpers to separate included files (Anders F Bjorklund),
|
||||
add generated devhelp files (Anders F Bjorklund),
|
||||
add XML_WITH_LZMA to api (Anders F Bjorklund),
|
||||
autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters),
|
||||
Improve the error report on undefined REFs (Daniel Veillard),
|
||||
Add exception for new W3C PI xml-model (Daniel Veillard),
|
||||
Add options to ignore the internal encoding (Daniel Veillard),
|
||||
testapi: use the right type for the check (Stefan Kost),
|
||||
various: handle return values of write calls (Stefan Kost),
|
||||
testWriter: xmlTextWriterWriteFormatElement wants an int instead of a long int (Stefan Kost),
|
||||
runxmlconf: update to latest testsuite version (Stefan Kost),
|
||||
configure: add -Wno-long-long to CFLAGS (Stefan Kost),
|
||||
configure: support silent automake rules if possible (Stefan Kost),
|
||||
xmlmemory: add a cast as size_t has no portable printf modifier (Stefan Kost),
|
||||
__xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin),
|
||||
__xmlRaiseError: do cheap code check early (Dmitry V. Levin)
|
||||
</li>
|
||||
|
||||
<li>Cleanups:
|
||||
Cleanups before 2.8.0-rc2 (Daniel Veillard),
|
||||
Avoid an extra operation (Daniel Veillard),
|
||||
Remove vestigial de-ANSI-fication support. (Javier Jardón),
|
||||
autogen.sh: Fix typo (Javier Jardón),
|
||||
Do not use unsigned but unsigned int (Daniel Veillard),
|
||||
Remove two references to u_short (Daniel Veillard),
|
||||
Fix -Wempty-body warning from clang (Nico Weber),
|
||||
Cleanups of lzma support (Daniel Veillard),
|
||||
Augment the list of ignored files (Daniel Veillard),
|
||||
python: remove unused variable (Stefan Kost),
|
||||
python: flag two unused args (Stefan Kost),
|
||||
configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost),
|
||||
xpath: remove unused variable (Stefan Kost)
|
||||
</li>
|
||||
</ul><h3>2.7.8: Nov 4 2010</h3><ul><li> Features:
|
||||
480323 add code to plug in ICU converters by default (Giuseppe Iuculano),
|
||||
Add xmlSaveOption XML_SAVE_WSNONSIG (Adam Spragg)
|
||||
</li>
|
||||
|
142
doc/xml.html
142
doc/xml.html
@ -717,6 +717,148 @@ to the <a href="http://svn.gnome.org/viewvc/libxml2/trunk/">SVN</a> code base.</
|
||||
|
||||
<p>Here is the list of public releases:</p>
|
||||
|
||||
<h3>2.8.0: May 23 2012</h3>
|
||||
<ul>
|
||||
<li>Features:
|
||||
- add lzma compression support (Anders F Bjorklund)
|
||||
</li>
|
||||
|
||||
<li>Documentation:
|
||||
xmlcatalog: Add uri and delegateURI to possible add types in man page. (Ville Skyttä),
|
||||
Update README.tests (Daniel Veillard),
|
||||
URI handling code is not OOM resilient (Daniel Veillard),
|
||||
Fix an error in comment (Daniel Veillard),
|
||||
Fixed bug #617016 (Daniel Mustieles),
|
||||
Fixed two typos in the README document (Daniel Neel),
|
||||
add generated html files (Anders F Bjorklund),
|
||||
Clarify the need to use xmlFreeNode after xmlUnlinkNode (Daniel Veillard),
|
||||
Improve documentation a bit (Daniel Veillard),
|
||||
Updated URL for lxml python bindings (Daniel Veillard)
|
||||
</li>
|
||||
|
||||
<li>Portability:
|
||||
Restore code for Windows compilation (Daniel Veillard),
|
||||
Remove git error message during configure (Christian Dywan),
|
||||
xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) (Patrick R. Gansterer),
|
||||
remove a bashism in confgure.in (John Hein),
|
||||
undef ERROR if already defined (Patrick R. Gansterer),
|
||||
Fix library problems with mingw-w64 (Michael Cronenworth),
|
||||
fix windows build. ifdef addition from bug 666491 makes no sense (Rob Richards),
|
||||
prefer native threads on win32 (Sam Thursfield),
|
||||
Allow to compile with Visual Studio 2010 (Thomas Lemm),
|
||||
Fix mingw's snprintf configure check (Andoni Morales),
|
||||
fixed a 64bit big endian issue (Marcus Meissner),
|
||||
Fix portability failure if netdb.h lacks NO_ADDRESS (Daniel Veillard),
|
||||
Fix windows build from lzma addition (Rob Richards),
|
||||
autogen: Only check for libtoolize (Colin Walters),
|
||||
Fix the Windows build files (Patrick von Reth),
|
||||
634846 Remove a linking option breaking Windows VC10 (Daniel Veillard),
|
||||
599241 fix an initialization problem on Win64 (Andrew W. Nosenko),
|
||||
fix win build (Rob Richards)
|
||||
</li>
|
||||
|
||||
<li>Bug fixes:
|
||||
Part for rand_r checking missing (Daniel Veillard),
|
||||
Cleanup on randomization (Daniel Veillard),
|
||||
Fix undefined reference in python module (Pacho Ramos),
|
||||
Fix a race in xmlNewInputStream (Daniel Veillard),
|
||||
Fix weird streaming RelaxNG errors (Noam),
|
||||
Fix various bugs in new code raised by the API checking (Daniel Veillard),
|
||||
Fix various problems with "make dist" (Daniel Veillard),
|
||||
Fix a memory leak in the xzlib code (Daniel Veillard),
|
||||
HTML parser error with <noscript> in the <head> (Denis Pauk),
|
||||
XSD: optional element in complex type extension (Remi Gacogne),
|
||||
Fix html serialization error and htmlSetMetaEncoding() (Daniel Veillard),
|
||||
Fix a wrong return value in previous patch (Daniel Veillard),
|
||||
Fix an uninitialized variable use (Daniel Veillard),
|
||||
Fix a compilation problem with --minimum (Brandon Slack),
|
||||
Remove redundant and ungarded include of resolv.h (Daniel Veillard),
|
||||
xinclude with parse="text" does not use the entity loader (Shaun McCance),
|
||||
Allow to parse 1 byte HTML files (Denis Pauk),
|
||||
Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flag (Martin Schröder),
|
||||
Avoid memory leak if xmlParserInputBufferCreateIO fails (Lin Yi-Li),
|
||||
Prevent an infinite loop when dumping a node with encoding problems (Timothy Elliott),
|
||||
xmlParseNodeInContext problems with an empty document (Tim Elliott),
|
||||
HTML element position is not detected propperly (Pavel Andrejs),
|
||||
Fix an off by one pointer access (Jüri Aedla),
|
||||
Try to fix a problem with entities in SAX mode (Daniel Veillard),
|
||||
Fix a crash with xmllint --path on empty results (Daniel Veillard),
|
||||
Fixed bug #667946 (Daniel Mustieles),
|
||||
Fix a logic error in Schemas Component Constraints (Ryan Sleevi),
|
||||
Fix a wrong enum type use in Schemas Types (Nico Weber),
|
||||
Fix SAX2 builder in case of undefined attributes namespace (Daniel Veillard),
|
||||
Fix SAX2 builder in case of undefined element namespaces (Daniel Veillard),
|
||||
fix reference to STDOUT_FILENO on MSVC (Tay Ray Chuan),
|
||||
fix a pair of possible out of array char references (Daniel Veillard),
|
||||
Fix an allocation error when copying entities (Daniel Veillard),
|
||||
Make sure the parser returns when getting a Stop order (Chris Evans),
|
||||
Fix some potential problems on reallocation failures(parser.c) (Xia Xinfeng),
|
||||
Fix a schema type duration comparison overflow (Daniel Veillard),
|
||||
Fix an unimplemented part in RNG value validation (Daniel Veillard),
|
||||
Fix missing error status in XPath evaluation (Daniel Veillard),
|
||||
Hardening of XPath evaluation (Daniel Veillard),
|
||||
Fix an off by one error in encoding (Daniel Veillard),
|
||||
Fix RELAX NG include bug #655288 (Shaun McCance),
|
||||
Fix XSD validation bug #630130 (Toyoda Eizi),
|
||||
Fix some potential problems on reallocation failures (Chris Evans),
|
||||
__xmlRaiseError: fix use of the structured callback channel (Dmitry V. Levin),
|
||||
__xmlRaiseError: fix the structured callback channel's data initialization (Dmitry V. Levin),
|
||||
Fix memory corruption when xmlParseBalancedChunkMemoryInternal is called from xmlParseBalancedChunk (Rob Richards),
|
||||
Small fix for previous commit (Daniel Veillard),
|
||||
Fix a potential freeing error in XPath (Daniel Veillard),
|
||||
Fix a potential memory access error (Daniel Veillard),
|
||||
Reactivate the shared library versionning script (Daniel Veillard)
|
||||
</li>
|
||||
|
||||
<li>Improvements:
|
||||
use mingw C99 compatible functions {v}snprintf instead those from MSVC runtime (Roumen Petrov),
|
||||
New symbols added for the next release (Daniel Veillard),
|
||||
xmlTextReader bails too quickly on error (Andy Lutomirski),
|
||||
Use a hybrid allocation scheme in xmlNodeSetContent (Conrad Irwin),
|
||||
Use buffers when constructing string node lists. (Conrad Irwin),
|
||||
Add HTML parser support for HTML5 meta charset encoding declaration (Denis Pauk),
|
||||
wrong message for double hyphen in comment XML error (Bryan Henderson),
|
||||
Fix "make tst" to grab lzma lib too (Daniel Veillard),
|
||||
Add "whereis" command to xmllint shell (Ryan),
|
||||
Improve xmllint shell (Ryan),
|
||||
add function xmlTextReaderRelaxNGValidateCtxt() (Noam Postavsky),
|
||||
Add --system support to autogen.sh (Daniel Veillard),
|
||||
Add hash randomization to hash and dict structures (Daniel Veillard),
|
||||
included xzlib in dist (Anders F Bjorklund),
|
||||
move xz/lzma helpers to separate included files (Anders F Bjorklund),
|
||||
add generated devhelp files (Anders F Bjorklund),
|
||||
add XML_WITH_LZMA to api (Anders F Bjorklund),
|
||||
autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters),
|
||||
Improve the error report on undefined REFs (Daniel Veillard),
|
||||
Add exception for new W3C PI xml-model (Daniel Veillard),
|
||||
Add options to ignore the internal encoding (Daniel Veillard),
|
||||
testapi: use the right type for the check (Stefan Kost),
|
||||
various: handle return values of write calls (Stefan Kost),
|
||||
testWriter: xmlTextWriterWriteFormatElement wants an int instead of a long int (Stefan Kost),
|
||||
runxmlconf: update to latest testsuite version (Stefan Kost),
|
||||
configure: add -Wno-long-long to CFLAGS (Stefan Kost),
|
||||
configure: support silent automake rules if possible (Stefan Kost),
|
||||
xmlmemory: add a cast as size_t has no portable printf modifier (Stefan Kost),
|
||||
__xmlRaiseError: remove redundant schannel initialization (Dmitry V. Levin),
|
||||
__xmlRaiseError: do cheap code check early (Dmitry V. Levin)
|
||||
</li>
|
||||
|
||||
<li>Cleanups:
|
||||
Cleanups before 2.8.0-rc2 (Daniel Veillard),
|
||||
Avoid an extra operation (Daniel Veillard),
|
||||
Remove vestigial de-ANSI-fication support. (Javier Jardón),
|
||||
autogen.sh: Fix typo (Javier Jardón),
|
||||
Do not use unsigned but unsigned int (Daniel Veillard),
|
||||
Remove two references to u_short (Daniel Veillard),
|
||||
Fix -Wempty-body warning from clang (Nico Weber),
|
||||
Cleanups of lzma support (Daniel Veillard),
|
||||
Augment the list of ignored files (Daniel Veillard),
|
||||
python: remove unused variable (Stefan Kost),
|
||||
python: flag two unused args (Stefan Kost),
|
||||
configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost),
|
||||
xpath: remove unused variable (Stefan Kost)
|
||||
</li>
|
||||
</ul>
|
||||
<h3>2.7.8: Nov 4 2010</h3>
|
||||
<ul>
|
||||
<li> Features:
|
||||
|
@ -226,7 +226,7 @@ else:
|
||||
setup (name = "libxml2-python",
|
||||
# On *nix, the version number is created from setup.py.in
|
||||
# On windows, it is set by configure.js
|
||||
version = "2.7.8",
|
||||
version = "2.8.0",
|
||||
description = descr,
|
||||
author = "Daniel Veillard",
|
||||
author_email = "veillard@redhat.com",
|
||||
|
28
testapi.c
28
testapi.c
@ -8446,11 +8446,36 @@ test_xmlDictSize(void) {
|
||||
return(test_ret);
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
test_xmlInitializeDict(void) {
|
||||
int test_ret = 0;
|
||||
|
||||
int mem_base;
|
||||
int ret_val;
|
||||
|
||||
mem_base = xmlMemBlocks();
|
||||
|
||||
ret_val = xmlInitializeDict();
|
||||
desret_int(ret_val);
|
||||
call_tests++;
|
||||
xmlResetLastError();
|
||||
if (mem_base != xmlMemBlocks()) {
|
||||
printf("Leak of %d blocks found in xmlInitializeDict",
|
||||
xmlMemBlocks() - mem_base);
|
||||
test_ret++;
|
||||
printf("\n");
|
||||
}
|
||||
function_tests++;
|
||||
|
||||
return(test_ret);
|
||||
}
|
||||
|
||||
static int
|
||||
test_dict(void) {
|
||||
int test_ret = 0;
|
||||
|
||||
if (quiet == 0) printf("Testing dict : 9 of 10 functions ...\n");
|
||||
if (quiet == 0) printf("Testing dict : 10 of 11 functions ...\n");
|
||||
test_ret += test_xmlDictCleanup();
|
||||
test_ret += test_xmlDictCreate();
|
||||
test_ret += test_xmlDictCreateSub();
|
||||
@ -8460,6 +8485,7 @@ test_dict(void) {
|
||||
test_ret += test_xmlDictQLookup();
|
||||
test_ret += test_xmlDictReference();
|
||||
test_ret += test_xmlDictSize();
|
||||
test_ret += test_xmlInitializeDict();
|
||||
|
||||
if (test_ret != 0)
|
||||
printf("Module dict: %d errors\n", test_ret);
|
||||
|
Loading…
x
Reference in New Issue
Block a user