Meodinger / HTMLParser

A simple HTML parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTMLParser

A simple HTML parser

This Parser can only parse htmltext that all tags are closed.

All elements are nodes with attributes and children (except Comment and PlainText).

About

A simple HTML parser

License:GNU Lesser General Public License v3.0


Languages

Language:Kotlin 96.6%Language:HTML 2.5%Language:Java 0.9%