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

  1. /*
  2. $Id:  qt/outliner.doc   3.0.0   edited Jun 21 10:27 $
  3. */
  4.      
  5. /*! \page outliner-example.html
  6.  
  7.   \ingroup xml-examples
  8.  
  9.   \title Outliner to show use of DOM
  10.  
  11.   This example presents a small outliner program to show the basic usage of
  12.   the \link xml.html#dom DOM classes \endlink. The format of the outlines
  13.   is the OPML format as described in http://www.opml.org/spec.
  14.  
  15.   This example shows how to load a DOM tree from an XML file and how to
  16.   traverse it.
  17.  
  18.   <hr>
  19.  
  20.   Sample XML file (todos.opml):
  21.  
  22.   \include xml/outliner/todos.opml
  23.  
  24.   <hr>
  25.  
  26.   Header file (outlinetree.h):
  27.  
  28.   \include xml/outliner/outlinetree.h
  29.  
  30.   <hr>
  31.  
  32.   Implementation (outlinetree.cpp):
  33.  
  34.   \include xml/outliner/outlinetree.cpp
  35.  
  36.   <hr>
  37.  
  38.   Main (main.cpp):
  39.  
  40.   \include xml/outliner/main.cpp
  41. */
  42.