![]() |
nomlib
|
A plain text node (cannot have children, text only). More...
#include <MiniHTML.hpp>
Public Member Functions | |
| HTMLTextNode (const std::string &text) | |
| virtual std::string | print (const std::string &indent="") |
Private Attributes | |
| std::string | contents_ |
A plain text node (cannot have children, text only).
Definition at line 56 of file MiniHTML.hpp.
|
virtual |
Implements nom::HTMLNode.
|
private |
Definition at line 66 of file MiniHTML.hpp.