Files
libreoffice/xmlreader
Philipp Riemer e8eab43eeb cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal
In e2e2cc6114 the method was removed
automatically leaving several line breaks etc. as visual noise.
2013-05-06 19:21:07 +02:00
..
2013-04-22 09:37:38 +01:00

fast/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.