#include <Attrib.hh>

Public Member Functions | |
| attrib (void) | |
| attrib (const attrib &x) | |
| virtual | ~attrib (void) |
| virtual attrib * | clone (void) const =0 |
| virtual void | setWrite (writer &w) const |
| virtual bool | isDefault (void) const |
| virtual bool | hasArg (void) const |
| virtual void | putAttr (writer &w) const |
| html::attrib::attrib | ( | void | ) |
Null attribute constructor. brief Default constructor.
| html::attrib::attrib | ( | const attrib & | x | ) |
Attribute copy constructor. brief Copy Constructor.
| virtual html::attrib::~attrib | ( | void | ) | [virtual] |
Attribute destructor. brief Destructor.
| virtual attrib* html::attrib::clone | ( | void | ) | const [pure virtual] |
Make an exact copy of the current attribute. brief Clone an attribute.
Implemented in html::align, html::boolAttr, html::color, html::font, html::genAttr, and html::size.
| virtual void html::attrib::setWrite | ( | writer & | w | ) | const [virtual] |
| virtual bool html::attrib::isDefault | ( | void | ) | const [virtual] |
Test whether the attribute is set to its default value. brief Test for default attribute.
Reimplemented in html::align, html::boolAttr, html::color, html::font, html::genAttr, and html::size.
| virtual bool html::attrib::hasArg | ( | void | ) | const [virtual] |
Test whether the attribute takes an argument. brief Test for boolean attribute.
Reimplemented in html::boolAttr, and html::genAttr.
| virtual void html::attrib::putAttr | ( | writer & | w | ) | const [virtual] |
Write the attribute value to be used inside a tag. brief write the attrubute value to an html writer.
| w | HTML writer to which the attribute value is written. |
Reimplemented in html::align, html::boolAttr, html::color, html::font, html::genAttr, and html::size.
1.5.4