C/C++ HTML 5解析器 MYHTML

码农软件 · 软件分类 · HTML解析器 · 2019-04-02 17:27:38

软件介绍

Myhtml是一款快速C/C++ HTML 5解析器软件,线程实现就像一个没有外界依赖性的纯C99库。

特性:

  • Asynchronous Parsing, Build Tree and Indexation

  • Fully conformant with the HTML5 specification

  • Two API - high and low-level

  • Manipulation of elements: add, change, delete and other

  • Manipulation of elements attributes: add, change, delete and other

  • Support 34 character encoding by specification encoding.spec.whatwg.org

  • Support detecting character encodings

  • Support Single Mode parsing

  • Support for fragment parsing

  • Support for parsing by chunks

  • No outside dependencies

  • C99 support

  • Passes all tree construction tests from html5lib-tests

本文地址:https://codercto.com/soft/d/2713.html

Think Python

Think Python

Allen B. Downey / O'Reilly Media / 2012-8-23 / GBP 29.99

Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms ......一起来看看 《Think Python》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试