Cogs.Core
Extensions
Gui
Libraries
litehtml
src
el_body.cpp
1
#include "html.h"
2
#include "el_body.h"
3
#include "document.h"
4
5
litehtml::el_body::el_body(
const
std::shared_ptr<litehtml::document>& doc) : litehtml::html_tag(doc)
6
{
7
}
8
9
litehtml::el_body::~el_body()
10
{
11
12
}
13
14
bool
litehtml::el_body::is_body()
const
15
{
16
return
true
;
17
}
Generated by
1.9.6