Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main > by-pkgid > 551609c23f28e4be31292a04dbe5a613 > files > 2711

qt3-devel-3.3.8b-6ark.i586.rpm

/*
*/
     
/*! \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
*/