| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
13年前发布

C++的HTML和CSS解析器 htmlcxx

     htmlcxx 是一个 C++ 的 HTML 解析器和 CSS1 的解析器。    <ul>     <li>STL like navigation of DOM tree, using excelent's tree.hh library from Kasper Peeters </li>     <li>It is possible to reproduce exactly, character by character, the original document from the parse tree</li>     <li>Bundled css parser</li>     <li>Optional parsing of attributes </li>     <li>C++ code that looks like C++ (not so true anymore)</li>     <li>Offsets of tags/elements in the original document are stored in the nodes of the DOM tree</li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1324371558264" target="_blank">http://www.open-open.com/lib/view/home/1324371558264</a></p>     
 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1324371558264.html
HTML操作类库 C/C++