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

  1. /*
  2. $Id$
  3. */
  4.      
  5. /*! \page tagreader-with-features-example.html
  6.  
  7.   \ingroup xml-examples
  8.  
  9.   \title Demonstration of SAX2 features
  10.  
  11.   This example presents a small \link xml.html#sax2 SAX2 \endlink
  12.   reader that outputs the qualified names and the
  13.   respective namespace URIs of all elements and attributes in an
  14.   XML file. Additionally the tree structure of the document is displayed.
  15.  
  16.   In three listviews the program shows the different output of the reader
  17.   depending on how the SAX2 \link xml.html#sax2Namespaces features \endlink
  18.   \e http://xml.org/sax/features/namespaces and
  19.   \e http://xml.org/sax/features/namespace-prefixes are set.
  20.  
  21.   This example is thoroughly explained in a 
  22.   \link xml-sax-features-walkthrough.html walkthrough. \endlink
  23.  
  24.   <hr>
  25.  
  26.   Header file:
  27.  
  28.   \include xml/tagreader-with-features/structureparser.h
  29.  
  30.   <hr>
  31.  
  32.   Implementation:
  33.  
  34.   \include xml/tagreader-with-features/structureparser.cpp
  35.  
  36.   <hr>
  37.  
  38.   Main:
  39.  
  40.   \include xml/tagreader-with-features/tagreader.cpp
  41. */
  42.