office-gobmx/xmlreader
Noel Grandin d573e2ae17 loplugin:ostr in various
Change-Id: I9f399b3752da9df930e0647536ffcd4e82beb1ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167856
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-05-20 22:09:56 +02:00
..
source loplugin:ostr in various 2024-05-20 22:09:56 +02:00
IwyuFilter_xmlreader.yaml tdf#42949 Fix IWYU warnings in xmlreader/ 2019-02-04 10:07:20 +01:00
Library_xmlreader.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_xmlreader.mk re-base on ALv2 code. Includes: 2013-06-03 11:41:36 +01:00
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

Fast and Small XML Pull Parser

Implements a simple, fast pull parser, currently used by configmgr and stoc's simpleregistry code (used to register UNO components in services.rdb files). It supports a subset of XML features, but is fast and small.