📄 tagreader.doc
字号:
/*$Id: qt/tagreader.doc 3.3.4 edited May 27 2003 $*/ /*! \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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -