#include <htmlattrib.h>
Inheritance diagram for HtmlAttribList:
Public Member Functions | |
HtmlAttribList () | |
~HtmlAttribList () | |
HtmlAttribList (const HtmlAttribList &l) | |
HtmlAttribList & | operator= (const HtmlAttribList &l) |
QString | toString () const |
The Html attributes are deeply copied into the list.
Definition at line 29 of file htmlattrib.h.
HtmlAttribList::HtmlAttribList | ( | ) | [inline] |
Definition at line 32 of file htmlattrib.h.
HtmlAttribList::~HtmlAttribList | ( | ) | [inline] |
Definition at line 33 of file htmlattrib.h.
HtmlAttribList::HtmlAttribList | ( | const HtmlAttribList & | l | ) | [inline] |
HtmlAttribList& HtmlAttribList::operator= | ( | const HtmlAttribList & | l | ) | [inline] |
QString HtmlAttribList::toString | ( | ) | const [inline] |
Definition at line 38 of file htmlattrib.h.
References HtmlAttrib::name, and HtmlAttrib::value.
Referenced by DocPara::handleHtmlStartTag().