Skip to content

AntonioCS/HtmlParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Html Parser

Simple Html Parser, there is not javascript evaluation this is strictly for html.

Examples:

	std::filesystem::path file{ std::string{"BigPage.html"} };
	HtmlParser::HtmlParser hp{file};
	auto dom = hp.parse();
	auto div = dom.getElementById("primary");
	auto allLinks = div->getElementsByTagName("a");

About

Basic html parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published