| HTMLElement.h | | HTMLElement.h | |
| | | | |
| skipping to change at line 38 | | skipping to change at line 38 | |
| # pragma interface | | # pragma interface | |
| #endif | | #endif | |
| | | | |
| /*! \file HTMLElement.h | | /*! \file HTMLElement.h | |
| * \brief Class dealing with HTML elements | | * \brief Class dealing with HTML elements | |
| * | | * | |
| * For example, \c a, \c img, \c html, and \c body, are all HTML elements. | | * For example, \c a, \c img, \c html, and \c body, are all HTML elements. | |
| */ | | */ | |
| | | | |
| #include <string> | | #include <string> | |
|
| #include <cstring> | | | |
| | | | |
| #include "cgicc/CgiDefs.h" | | #include "cgicc/CgiDefs.h" | |
| #include "cgicc/MStreamable.h" | | #include "cgicc/MStreamable.h" | |
| #include "cgicc/HTMLAttributeList.h" | | #include "cgicc/HTMLAttributeList.h" | |
| | | | |
| namespace cgicc { | | namespace cgicc { | |
| | | | |
| class HTMLElementList; | | class HTMLElementList; | |
| | | | |
| // ============================================================ | | // ============================================================ | |
| | | | |
End of changes. 1 change blocks. |
| 1 lines changed or deleted | | 0 lines changed or added | |
|