You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/examples/xml/tagreader/tagreader.doc

36 lines
634 B

/*
*/
/*! \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
<hr>
Header file:
\include xml/tagreader/structureparser.h
<hr>
Implementation:
\include xml/tagreader/structureparser.cpp
<hr>
Main:
\include xml/tagreader/tagreader.cpp
*/