#include <genAttr.hh>

Public Member Functions | |
| genAttr (const std::string &value) | |
| virtual | ~genAttr (void) |
| virtual genAttr * | clone (void) const |
| virtual bool | isDefault (void) const |
| virtual bool | hasArg (void) const |
| virtual void | putAttr (writer &w) const |
| virtual void | setValue (const std::string &value) |
| bool | operator== (const genAttr &x) const |
| html::genAttr::genAttr | ( | const std::string & | value | ) |
Value constructor.
| virtual html::genAttr::~genAttr | ( | void | ) | [virtual] |
Destructor.
| virtual genAttr* html::genAttr::clone | ( | void | ) | const [virtual] |
Clone a generic attribute object. brief Clone a genAttr.
Implements html::attrib.
| virtual bool html::genAttr::isDefault | ( | void | ) | const [virtual] |
Test whether the default value is specified. The default value of the generic attribute is assumed to be the null string. brief Test for default value.
Reimplemented from html::attrib.
| virtual bool html::genAttr::hasArg | ( | void | ) | const [virtual] |
Test whether this attribute has a value specified. This method is supplies the virtual metod of the attrib API and is always true. brief Test for attribute with a value.
Reimplemented from html::attrib.
| virtual void html::genAttr::putAttr | ( | writer & | w | ) | const [virtual] |
Write the attribute value.
Reimplemented from html::attrib.
| virtual void html::genAttr::setValue | ( | const std::string & | value | ) | [virtual] |
Set the attribute value.
| bool html::genAttr::operator== | ( | const genAttr & | x | ) | const |
Compare the attribute with another generic attribute.
1.5.4