office-gobmx/sax
Mike Kaganski 1fe24bb1e2 Further cleanup of FastSerializerHelper's startElement/singleElement[NS]
Drop FSEND_t: C-style varargs code was replaced since version 6.0 in commit
d43fc40718, so it's time to remove the last bits.

Drop int-to-string macros that are simple wrappers over OString::number.

Avoid unnecessary string type conversions.

Change-Id: I86478577b8e469f99b5a90619e5f78a61f4f23fb
Reviewed-on: https://gerrit.libreoffice.org/70964
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-04-19 21:20:46 +02:00
..
inc
qa loplugin:sequentialassign in sc 2019-04-17 09:29:50 +02:00
source Further cleanup of FastSerializerHelper's startElement/singleElement[NS] 2019-04-19 21:20:46 +02:00
test
CppunitTest_sax.mk
CppunitTest_sax_attributes.mk
CppunitTest_sax_parser.mk
CppunitTest_sax_xmlimport.mk
Library_expwrap.mk log nice exception messages whereever possible 2019-03-07 07:12:39 +01:00
Library_sax.mk
Makefile
Module_sax.mk
README

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"