tagreader.doc

来自「这个是Linux的qt源代码」· DOC 代码 · 共 37 行

DOC
37
字号
/*$Id: qt/tagreader.doc   3.2.3   edited May 13 09:08 $*/     /*! \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*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?