Expand description
Glue between the libxml2 API and our xml parser module.
This file provides functions to create a libxml2 xmlParserCtxtPtr, configured to read from a gio::InputStream, and to maintain its loading data in an XmlState.
Structsยง
- StreamCtx ๐
Functionsยง
- get_xml2_sax_handler ๐
- init_libxml2 ๐
- make_qual_name ๐
- rsvg_sax_serror_cb ๐ โ
- sax_characters_cb ๐ โ
- sax_end_element_ns_cb ๐ โ
- sax_entity_decl_cb ๐ โ
- sax_get_entity_cb ๐ โ
- sax_get_parameter_entity_cb ๐ โ
- sax_processing_instruction_cb ๐ โ
- sax_start_element_ns_cb ๐ โ
- sax_unparsed_entity_decl_cb ๐ โ
- stream_ctx_close ๐ โ
- stream_ctx_read ๐ โ
- xml2_error_to_string ๐