#include <document.hh>

Public Member Functions | |
| document (void) | |
| document (const document &x) | |
| document (const char *title) | |
| ~document (void) | |
| document * | clone (void) const |
| const char * | getTag (void) const |
| void | write (writer &out) const |
| void | setBackgroundColor (const color &color) |
| void | setRefresh (double t) |
| void | setStyle (const std::string &name, const StyleClass &c) |
| html::document::document | ( | void | ) |
Construct an empty document. brief Default constructor.
| html::document::document | ( | const document & | x | ) |
| html::document::document | ( | const char * | title | ) |
| document* html::document::clone | ( | void | ) | const [virtual] |
Copy a document into new storage and return the resulting pointer. brief clone a document.
Reimplemented from html::compound.
| const char* html::document::getTag | ( | void | ) | const [virtual] |
Get the tag name to be used. In this case it is document.
Reimplemented from html::compound.
| void html::document::write | ( | writer & | out | ) | const [virtual] |
Write out the document.
Reimplemented from html::compound.
| void html::document::setRefresh | ( | double | t | ) |
| void html::document::setStyle | ( | const std::string & | name, | |
| const StyleClass & | c | |||
| ) |
1.5.4