From da03de1abb331a47657a24ce4564f7d76d4787ba Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 May 2014 22:08:23 -0700 Subject: Write README files for examples --- examples/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/README (limited to 'examples/README') diff --git a/examples/README b/examples/README new file mode 100644 index 0000000..1a55867 --- /dev/null +++ b/examples/README @@ -0,0 +1,21 @@ +processing + Shows how to parse a specific XML vocabulary, extract the data, and store + it back to XML. + +persistence + Shows how to implement C++ classes that know how to persist themselves in + XML. + +inheritance + Shows how to implement XML persistence for C++ classes that use inheritance. + +roundtrip + Shows how to "roundtrip" an XML document, that is, parse it and serialize + it back to XML. + +hybrid + Shows how to implement hybrid, partially in-memory, partially streaming + parsing and serialization. + +performance + Measures the performance of the parser. -- cgit v1.1