Initial site generation
This commit is contained in:
parent
f44c79dc1f
commit
fc44290e3f
35 changed files with 667 additions and 303 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <memory>
|
||||
|
||||
class HtmlElement;
|
||||
class HtmlBodyElement;
|
||||
|
||||
class HtmlDocument : public XmlDocument
|
||||
{
|
||||
|
@ -17,6 +18,8 @@ public:
|
|||
|
||||
void addElementToBody(std::unique_ptr<HtmlElement> element);
|
||||
|
||||
HtmlBodyElement* getBodyElement() const;
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue