1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00
Files
libxml2/include/libxml
Nick Wellnhofer b9d2f3c911 parser: Introduce new input API
- xmlInputCreateUrl
- xmlInputCreateMemory
- xmlInputCreateString
- xmlInputCreateFd
- xmlInputCreateIO
- xmlInputSetEncoding

These functions don't take a parser context and work on xmlParserInputs,
replacing functions working on xmlParserInputBuffers.

xmlInputCreateUrl and xmlInputSetEncoding offer fine-grained error
handling.

Several XML_INPUT_* flags offer additional control.
2024-06-12 16:22:52 +02:00
..
2024-01-05 20:39:40 +01:00
2024-05-05 17:26:11 +02:00
2023-09-21 14:47:25 +02:00
2024-05-20 14:23:39 +02:00
2023-12-11 22:05:47 +01:00
2024-04-04 12:23:39 +02:00
2023-09-21 22:57:33 +02:00
2023-11-27 13:43:06 +01:00
2023-12-11 22:05:47 +01:00
2023-12-07 12:31:16 +01:00
2023-12-07 12:31:16 +01:00
2024-04-28 19:30:40 +02:00
2023-12-11 22:05:47 +01:00
2023-12-21 02:46:27 +01:00
2024-05-20 14:23:39 +02:00
2024-04-28 20:42:55 +02:00
2023-12-11 22:13:06 +01:00
2023-09-22 14:23:27 +02:00
2023-12-21 02:46:27 +01:00
2023-09-21 22:57:33 +02:00