From fc57977497cdbcb6d6064bc2ecc6e6a173141b79 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 19 Jun 2024 12:09:53 +0200 Subject: [PATCH] doc: Regenerate documentation --- doc/devhelp/libxml2-parser.html | 4 ++-- doc/devhelp/libxml2-parserInternals.html | 4 ++-- doc/libxml2-api.xml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/devhelp/libxml2-parser.html b/doc/devhelp/libxml2-parser.html index 5813629c..8a3e30bf 100644 --- a/doc/devhelp/libxml2-parser.html +++ b/doc/devhelp/libxml2-parser.html @@ -1557,7 +1557,7 @@ The content of this structure is not made public by the API. xmlCtxtReadFile ()
xmlDocPtr	xmlCtxtReadFile		(xmlParserCtxtPtr ctxt, 
const char * filename,
const char * encoding,
int options)
-

Parse an XML file from the filesystem, the network or a user-defined resource loader. See xmlNewInputURL and xmlCtxtUseOptions for details.

+

Parse an XML file from the filesystem, the network or a user-defined resource loader.

@@ -2056,7 +2056,7 @@ The content of this structure is not made public by the API. xmlLoadExternalEntity ()
xmlParserInputPtr	xmlLoadExternalEntity	(const char * URL, 
const char * ID,
xmlParserCtxtPtr ctxt)
-

+

@URL is a filename or URL. If if contains the substring "://", it is assumed to be a Legacy Extended IRI. Otherwise, it is treated as a filesystem path. @ID is an optional XML public ID, typically from a doctype declaration. It is used for catalog lookups. The following resource loaders will be called if they were registered (in order of precedence): - the global external entity loader set with xmlSetExternalEntityLoader - the per-thread xmlParserInputBufferCreateFilenameFunc set with xmlParserInputBufferCreateFilenameDefault - the default loader which will return - the result from a matching global input callback set with xmlRegisterInputCallbacks - a HTTP resource if support is compiled in. - a file opened from the filesystem, with automatic detection of compressed files if support is compiled in.

diff --git a/doc/devhelp/libxml2-parserInternals.html b/doc/devhelp/libxml2-parserInternals.html index 13adbc87..b8e114e1 100644 --- a/doc/devhelp/libxml2-parserInternals.html +++ b/doc/devhelp/libxml2-parserInternals.html @@ -798,7 +798,7 @@ int xmlSwitchToEncoding (xmlCreateEntityParserCtxt ()
xmlParserCtxtPtr	xmlCreateEntityParserCtxt	(const xmlChar * URL, 
const xmlChar * ID,
const xmlChar * base)
-

DEPRECATED: Use xmlNewInputURL. Create a parser context for an external entity Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.

+

DEPRECATED: Don't use. Create a parser context for an external entity Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.

@@ -2199,7 +2199,7 @@ int xmlSwitchToEncoding (xmlPushInput ()
int	xmlPushInput			(xmlParserCtxtPtr ctxt, 
xmlParserInputPtr input)
-

Push an input stream onto the stack. This makes the parser use an input returned from advanced functions like xmlNewInputURL or xmlNewInputMemory.

+

Push an input stream onto the stack.

diff --git a/doc/libxml2-api.xml b/doc/libxml2-api.xml index 6ed39fa8..58296e55 100644 --- a/doc/libxml2-api.xml +++ b/doc/libxml2-api.xml @@ -9053,7 +9053,7 @@ Could we use @subtypes for this?'/> - DEPRECATED: Use xmlNewInputURL. Create a parser context for an external entity Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. + DEPRECATED: Don't use. Create a parser context for an external entity Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. @@ -9148,7 +9148,7 @@ Could we use @subtypes for this?'/> - Parse an XML file from the filesystem, the network or a user-defined resource loader. See xmlNewInputURL and xmlCtxtUseOptions for details. + Parse an XML file from the filesystem, the network or a user-defined resource loader. @@ -10897,7 +10897,7 @@ Could we use @subtypes for this?'/> - + @URL is a filename or URL. If if contains the substring "://", it is assumed to be a Legacy Extended IRI. Otherwise, it is treated as a filesystem path. @ID is an optional XML public ID, typically from a doctype declaration. It is used for catalog lookups. The following resource loaders will be called if they were registered (in order of precedence): - the global external entity loader set with xmlSetExternalEntityLoader - the per-thread xmlParserInputBufferCreateFilenameFunc set with xmlParserInputBufferCreateFilenameDefault - the default loader which will return - the result from a matching global input callback set with xmlRegisterInputCallbacks - a HTTP resource if support is compiled in. - a file opened from the filesystem, with automatic detection of compressed files if support is compiled in. @@ -12626,7 +12626,7 @@ Could we use @subtypes for this?'/> - Push an input stream onto the stack. This makes the parser use an input returned from advanced functions like xmlNewInputURL or xmlNewInputMemory. + Push an input stream onto the stack.