My Project
|
A list of Html attributes. More...
#include <htmlattrib.h>
Public Member Functions | |
HtmlAttribList () | |
~HtmlAttribList () | |
HtmlAttribList (const HtmlAttribList &l) | |
HtmlAttribList & | operator= (const HtmlAttribList &l) |
QCString | find (const QCString name) const |
QCString | toString () const |
Private Member Functions | |
HtmlAttrib * | newValue (HtmlAttrib *v) const |
void | deleteValue (HtmlAttrib *v) const |
A list of Html attributes.
The Html attributes are deeply copied into the list.
Definition at line 32 of file htmlattrib.h.
|
inline |
Definition at line 35 of file htmlattrib.h.
|
inline |
Definition at line 36 of file htmlattrib.h.
|
inline |
Definition at line 37 of file htmlattrib.h.
References operator=().
|
inlineprivate |
Definition at line 66 of file htmlattrib.h.
|
inline |
Definition at line 41 of file htmlattrib.h.
References HtmlAttrib::name, and HtmlAttrib::value.
Referenced by LatexDocVisitor::visitPost(), and LatexDocVisitor::visitPre().
|
inlineprivate |
Definition at line 64 of file htmlattrib.h.
|
inline |
Definition at line 39 of file htmlattrib.h.
Referenced by HtmlAttribList().
|
inline |
Definition at line 52 of file htmlattrib.h.
References HtmlAttrib::name, and HtmlAttrib::value.
Referenced by DocPara::handleHtmlStartTag().