Doxygen
|
Class representing a HTML attribute. More...
#include <src/htmlattrib.h>
Public Attributes | |
QCString | name |
QCString | value |
Class representing a HTML attribute.
Definition at line 23 of file htmlattrib.h.
QCString HtmlAttrib::name |
Definition at line 25 of file htmlattrib.h.
Referenced by handleHtmlTag(), and HtmlDocVisitor::operator()().
QCString HtmlAttrib::value |
Definition at line 26 of file htmlattrib.h.
Referenced by handleHtmlTag(), and HtmlDocVisitor::operator()().