office-gobmx/sax
Stephan Bergmann d98e014cf6 Extended loplugin:ostr manual changes
I had done these a while ago, when I looked into extending loplugin:ostr to do
more automatic rewriting, and these were places where I needed to do something
manually, for one reason or another, because the automatic rewriting would not
pick it up correctly.

However, I got distracted, and a wholesale automatic rewrite would still run
into cases where an _ostr/_ustr instance from a library's .rodata would still be
referenced after the library has already been dlcose'd.  So I never came around
to finishing all that.

But there appears to be renewed interest in (automatic) rewritings here now, so
it probably makes sense if I share this part of my work anyway.

Change-Id: I3da9d38398e4bca373cb0000a9d34b49a36ad58a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166792
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Tested-by: Jenkins
2024-04-28 11:29:52 +02:00
..
inc
qa Extended loplugin:ostr: sax 2023-11-19 22:04:09 +01:00
source Extended loplugin:ostr manual changes 2024-04-28 11:29:52 +02:00
test Use getXWeak in sax 2023-04-30 20:35:10 +02:00
CppunitTest_sax.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
CppunitTest_sax_attributes.mk
CppunitTest_sax_parser.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
CppunitTest_sax_xmlimport.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
IwyuFilter_sax.yaml
Library_sax.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
Makefile
Module_sax.mk merge expwrap into sax library 2023-05-30 08:45:46 +02:00
README.md
README.vars

UNO Services for SAX

UNO services for SAX parsing and C++ functions for XMLSchema-2 data types.

  • source/expwrap: string-based SAX parser UNO service wrapping expat
  • source/fastparser: multi-threaded token-based SAX parser UNO service wrapping libxml2
  • source/tools:
    • C++ wrapper for fast SAX parser
    • C++ XMLSchema-2 data type conversion helpers

Multi-threading in FastParser can be disabled for debugging purposes with:

SAX_DISABLE_THREADS=1 SAL_LOG="+INFO.sax.fastparser+WARN"