/* */ /*! \page tagreader-example.html \ingroup xml-examples \title A tiny SAX2 parser This example presents a small \link xml.html#sax2 SAX2 \endlink reader that outputs the names of all elements in an XML document on the command line. The element names are indented corresponding to their nesting This example is thoroughly explained in a \link xml-sax-walkthrough.html walkthrough. \endlink
Header file: \include xml/tagreader/structureparser.h
Implementation: \include xml/tagreader/structureparser.cpp
Main: \include xml/tagreader/tagreader.cpp */