From 229fe8f165c2951a22152f0c6914be0cf76800fb Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 17 Aug 2022 11:41:23 +0200 Subject: [PATCH] Rebuild documentation --- doc/devhelp/general.html | 4 +- doc/devhelp/libxml2-HTMLparser.html | 7 +- doc/devhelp/libxml2-SAX.html | 7 +- doc/devhelp/libxml2-SAX2.html | 14 +- doc/devhelp/libxml2-dict.html | 4 +- doc/devhelp/libxml2-encoding.html | 26 +- doc/devhelp/libxml2-globals.html | 10 +- doc/devhelp/libxml2-nanoftp.html | 3 +- doc/devhelp/libxml2-parserInternals.html | 4 +- doc/devhelp/libxml2-relaxng.html | 2 +- doc/devhelp/libxml2-schematron.html | 4 +- doc/devhelp/libxml2-threads.html | 4 +- doc/devhelp/libxml2-tree.html | 34 +- doc/devhelp/libxml2-valid.html | 24 +- doc/devhelp/libxml2-xmlerror.html | 2 + doc/devhelp/libxml2-xmlmemory.html | 4 +- doc/devhelp/libxml2-xmlschemastypes.html | 2 +- doc/devhelp/libxml2-xmlversion.html | 17 +- doc/devhelp/libxml2-xpath.html | 22 +- doc/devhelp/libxml2.devhelp2 | 38 +- doc/examples/examples.xml | 16 +- doc/examples/index.html | 6 +- doc/libxml2-api.xml | 6090 +++++++++++----------- doc/libxml2-refs.xml | 162 +- doc/xmlcatalog.1 | 4 +- doc/xmllint.1 | 4 +- 26 files changed, 3255 insertions(+), 3259 deletions(-) diff --git a/doc/devhelp/general.html b/doc/devhelp/general.html index 1076c38e..a7403bdc 100644 --- a/doc/devhelp/general.html +++ b/doc/devhelp/general.html @@ -23,7 +23,7 @@ - + Next @@ -33,6 +33,6 @@

libxml2 API Modules

-

DOCBparser - old DocBook SGML parser
HTMLparser - interface for an HTML 4.0 non-verifying parser
HTMLtree - specific APIs to process HTML tree, especially serialization
SAX - Old SAX version 1 handler, deprecated
SAX2 - SAX2 parser interface used to build the DOM tree
c14n - Provide Canonical XML and Exclusive XML Canonicalization
catalog - interfaces to the Catalog handling system
chvalid - Unicode character range checking
debugXML - Tree debugging APIs
dict - string dictionary
encoding - interface for the encoding conversion functions
entities - interface for the XML entities handling
globals - interface for all global variables of the library
hash - Chained hash tables
list - lists interfaces
nanoftp - minimal FTP implementation
nanohttp - minimal HTTP implementation
parser - the core parser module
parserInternals - internals routines and limits exported by the parser.
pattern - pattern expression handling
relaxng - implementation of the Relax-NG validation
schemasInternals - internal interfaces for XML Schemas
schematron - XML Schemastron implementation
threads - interfaces for thread handling
tree - interfaces for tree manipulation
uri - library of generic URI related routines
valid - The DTD validation
xinclude - implementation of XInclude
xlink - unfinished XLink detection module
xmlIO - interface for the I/O interfaces used by the parser
xmlautomata - API to build regexp automata
xmlerror - error handling
xmlexports - macros for marking symbols as exportable/importable.
xmlmemory - interface for the memory allocator
xmlmodule - dynamic module loading
xmlreader - the XMLReader implementation
xmlregexp - regular expressions handling
xmlsave - the XML document serializer
xmlschemas - incomplete XML Schemas structure implementation
xmlschemastypes - implementation of XML Schema Datatypes
xmlstring - set of routines to process strings
xmlunicode - Unicode character APIs
xmlversion - compile-time version information
xmlwriter - text writing API for XML
xpath - XML Path Language implementation
xpathInternals - internal interfaces for XML Path Language implementation
xpointer - API to handle XML Pointers

+

HTMLparser - interface for an HTML 4.0 non-verifying parser
HTMLtree - specific APIs to process HTML tree, especially serialization
SAX - Old SAX version 1 handler, deprecated
SAX2 - SAX2 parser interface used to build the DOM tree
c14n - Provide Canonical XML and Exclusive XML Canonicalization
catalog - interfaces to the Catalog handling system
chvalid - Unicode character range checking
debugXML - Tree debugging APIs
dict - string dictionary
encoding - interface for the encoding conversion functions
entities - interface for the XML entities handling
globals - interface for all global variables of the library
hash - Chained hash tables
list - lists interfaces
nanoftp - minimal FTP implementation
nanohttp - minimal HTTP implementation
parser - the core parser module
parserInternals - internals routines and limits exported by the parser.
pattern - pattern expression handling
relaxng - implementation of the Relax-NG validation
schemasInternals - internal interfaces for XML Schemas
schematron - XML Schematron implementation
threads - interfaces for thread handling
tree - interfaces for tree manipulation
uri - library of generic URI related routines
valid - The DTD validation
xinclude - implementation of XInclude
xlink - unfinished XLink detection module
xmlIO - interface for the I/O interfaces used by the parser
xmlautomata - API to build regexp automata
xmlerror - error handling
xmlexports - macros for marking symbols as exportable/importable.
xmlmemory - interface for the memory allocator
xmlmodule - dynamic module loading
xmlreader - the XMLReader implementation
xmlregexp - regular expressions handling
xmlsave - the XML document serializer
xmlschemas - incomplete XML Schemas structure implementation
xmlschemastypes - implementation of XML Schema Datatypes
xmlstring - set of routines to process strings
xmlunicode - Unicode character APIs
xmlversion - compile-time version information
xmlwriter - text writing API for XML
xpath - XML Path Language implementation
xpathInternals - internal interfaces for XML Path Language implementation
xpointer - API to handle XML Pointers

diff --git a/doc/devhelp/libxml2-HTMLparser.html b/doc/devhelp/libxml2-HTMLparser.html index 3af5a9c9..b5941266 100644 --- a/doc/devhelp/libxml2-HTMLparser.html +++ b/doc/devhelp/libxml2-HTMLparser.html @@ -12,11 +12,6 @@ -