namespace html class compound : public object Compound object container.
Compound objects are HTML object containing one of more simple or compound sub-objects. In addition to a list of constituent objects, the compound object contains an attribute list that is valid through the scope of the compound.
compound(const compound& x)
virtual ~compound(void)
virtual void write(writer& out) const
virtual object* clone(void) const
virtual const char* getTag(void) const
object& addObject(const object& thing)
object& back(void)
const object& back(void) const
object& front(void)
const object& front(void) const
object& lineBreak(void)
void clear(void)
void remObject(const object* thing)
void addAttr(const std::string& name, const attrib& a)
a - Attribute to be added to the compound scope.
void clearAttr(void)
void repAttr(const std::string& name, const attrib& a)
a - Replacement attribute.
void remAttr(const std::string& name)
alphabetic index hierarchy of classes
generated by doc++