|
Doxygen
|
Class representing a HTML attribute. More...
#include <src/htmlattrib.h>
Public Member Functions | |
| HtmlAttrib (const DString &n, const DString &v) | |
Public Attributes | |
| DString | name |
| DString | value |
Class representing a HTML attribute.
Definition at line 22 of file htmlattrib.h.
Definition at line 24 of file htmlattrib.h.
| DString HtmlAttrib::name |
Definition at line 25 of file htmlattrib.h.
Referenced by HtmlAttrib().
| DString HtmlAttrib::value |
Definition at line 26 of file htmlattrib.h.
Referenced by HtmlAttrib().