#include "../../include/HTMLParser/HTMLEscape.hpp"
Namespaces | |
| namespace | HTML |
| namespace | Strings |
Classes | |
| struct | HTML::CharsetASCII |
Defines | |
| #define | BadPosition _asm { int 3 } |
| #define | TryOrBreak(X) X ; |
| This implementation is for ASCII parsing. | |
Functions | |
| long | HTML::atol (const char *str) |
| const unsigned int | Strings::findLength (tCharPtr) |
| Forward declare the findLength function. | |
| int | HTML::firstValidChar (const tchar *input, const int length) |
| static const CharsetASCII & | HTML::getASCIICharsetFunctions () |
| Get a constant reference to the charset functions for ASCII. | |
| const CharsetFunctions & | HTML::getDefaultCharsetFunctions () |
| Get a constant reference to the charset functions for ASCII. | |
| bool | HTML::isSpaceChar (const tchar ch) |
| int | HTML::lastValidChar (const tchar *input, const int length) |
| template<class U> | |
| const U & | Min (const U &a, const U &b) |
| bool | HTML::validTrimChar (const tchar ch) |
| #define BadPosition _asm { int 3 } |
| #define TryOrBreak | ( | X | ) | X ; |
This implementation is for ASCII parsing.
| const U& Min | ( | const U & | a, | |
| const U & | b | |||
| ) |
