1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00
Files
libxml2/include/private
Nick Wellnhofer 7e0bbbc143 parser: New input API
Provide a new set of functions to create xmlParserInputs. These can be
used for the document entity or from external entity loaders.

- Don't require xmlParserInputBuffer.
- All functions take a base URI.
- All functions take an encoding as string.
- xmlNewInputURL also takes a public ID.
- xmlNewInputMemory takes a size_t.
- Optimization hints for memory buffers.

Improve documentation.

Only call xmlInitParser before allocating a new parser context.

Call xmlCtxtUseOptions as early as possible.
2023-12-29 01:22:13 +01:00
..
2023-08-08 15:21:14 +02:00
2023-12-21 15:02:24 +01:00
2022-11-27 02:20:53 +01:00
2023-12-29 01:22:13 +01:00
2023-02-13 11:14:34 +01:00
2022-11-27 02:20:53 +01:00
2023-12-29 01:22:13 +01:00
2023-12-11 22:13:05 +01:00
2022-11-27 02:20:53 +01:00
2023-12-21 02:46:27 +01:00
2023-12-11 22:13:05 +01:00
2023-02-22 14:24:24 +01:00
2023-12-21 02:46:27 +01:00