nomlib
Loading...
Searching...
No Matches
nom::HTMLNode Class Referenceabstract

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>

Inheritance diagram for nom::HTMLNode:
[legend]

Public Member Functions

virtual std::string print (const std::string &indent="")=0

Detailed Description

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.


The documentation for this class was generated from the following file: