home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / xml / tagreader / tagreader.doc < prev    next >
Text File  |  2001-10-11  |  639b  |  37 lines

  1. /*
  2. $Id$
  3. */
  4.      
  5. /*! \page tagreader-example.html
  6.  
  7.   \ingroup xml-examples
  8.  
  9.   \title A tiny SAX2 parser
  10.  
  11.   This example presents a small \link xml.html#sax2 SAX2 \endlink
  12.   reader that outputs the names of all elements in an
  13.   XML document on the command line. The element names are 
  14.   indented corresponding to their nesting
  15.  
  16.   This example is thoroughly explained in a 
  17.   \link xml-sax-walkthrough.html walkthrough. \endlink
  18.  
  19.   <hr>
  20.  
  21.   Header file:
  22.  
  23.   \include xml/tagreader/structureparser.h
  24.  
  25.   <hr>
  26.  
  27.   Implementation:
  28.  
  29.   \include xml/tagreader/structureparser.cpp
  30.  
  31.   <hr>
  32.  
  33.   Main:
  34.  
  35.   \include xml/tagreader/tagreader.cpp
  36. */
  37.