Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 183 Bytes

File metadata and controls

7 lines (4 loc) · 183 Bytes

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).