![]() |
nomlib
|
The following is a very simple representation of the HTML DOM. It's sole purpose is outputting formatted html documents, there are no provisions for traversal, parsing, etc. More...
#include <MiniHTML.hpp>
Public Member Functions | |
| virtual std::string | print (const std::string &indent="")=0 |
The following is a very simple representation of the HTML DOM. It's sole purpose is outputting formatted html documents, there are no provisions for traversal, parsing, etc.
Definition at line 46 of file MiniHTML.hpp.