expatmm
Project Lead: Coleman Kane
Project Create Date: 2007-12-03
Page Last Modified: 2009-01-07
ExpatMM is a C++ library that uses the efficient expat XML parser (http://www.libexpat.org) to create a C++ class base for the development of C++ event-driver parser objects. This library provides the developer with two C++ classes:
- ExpatXMLParser – a generic parser where the developer must supply event methods for parse tokens, as well as supply the event method for reading input data into a local buffer
- ExpatXMLFileParser – a parser where the event method for reading input data is implemented as a file reader, with the filename being specified at instance construction
Distributed under the provisions of the LGPL v2.1.
IntelliTree