微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

MYHTML C/C++ HTML 5解析器

程序名称:MYHTML

授权协议: Apache

操作系统: 跨平台

开发语言: C/C++

MYHTML 介绍

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

MYHTML 官网

https://github.com/lexborisov/myhtml

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐