#include <link.hh>

Public Member Functions | |
| link (void) | |
| link (const std::string &txt, const std::string &target) | |
| ~link (void) | |
| link * | clone (void) const |
| const char * | getTag (void) const |
| void | setAddr (const std::string &addr) |
| void | setText (const std::string &txt) |
| html::link::link | ( | void | ) |
Construct an empty link. brief Default constructor.
| html::link::link | ( | const std::string & | txt, | |
| const std::string & | target | |||
| ) |
| link* html::link::clone | ( | void | ) | const [virtual] |
| const char* html::link::getTag | ( | void | ) | const [virtual] |
Get the tag string.
Reimplemented from html::compound.
| void html::link::setAddr | ( | const std::string & | addr | ) |
| void html::link::setText | ( | const std::string & | txt | ) |
1.5.4