2 #include "el_comment.h"
4 litehtml::el_comment::el_comment(const std::shared_ptr
<document
>& doc
) : element(doc
)
9 bool litehtml::el_comment::is_comment() const
14 void litehtml::el_comment::get_text( string
& text
)
19 void litehtml::el_comment::set_data( const char* data
)