C++的HTML和CSS解析器 htmlcxx

jopen 12年前發布 | 63K 次閱讀 HTML操作類庫 C/C++

htmlcxx 是一個 C++ 的 HTML 解析器和 CSS1 的解析器。

  • STL like navigation of DOM tree, using excelent's tree.hh library from Kasper Peeters
  • It is possible to reproduce exactly, character by character, the original document from the parse tree
  • Bundled css parser
  • Optional parsing of attributes
  • C++ code that looks like C++ (not so true anymore)
  • Offsets of tags/elements in the original document are stored in the nodes of the DOM tree

項目主頁:http://www.baiduhome.net/lib/view/home/1324371558264

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!