libsgml.h.svn-base
来自「wince c++ 下 开发的 rss 阅读器源代码」· SVN-BASE 代码 · 共 32 行
SVN-BASE
32 行
/* * libsgml -- SGML state machine parsing library. * * Copyright (c) 2002 Uninformed Research (http://www.uninformed.org) * All rights reserved. * * skape * mmiller@hick.org */#ifndef _LIGSGML_LIBSGML_H#define _LIGSGML_LIBSGML_H/** * @defgroup DOM DOM * * The DOM (Document Object Model) interface. *//** * @defgroup SGMLParser SGML Parser * * The SGML parser. *//** * @namespace Sgml The libsgml namespace. */#include "SgmlParser.h"#include "SgmlExtensionHtml.h"#include "SgmlExtensionXml.h"#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?