Skip to content

Meodinger/HTMLParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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