Photon 1.0.0
|
#include "html.h"
Namespaces | |
namespace | litehtml |
Functions | |
bool | litehtml::html_parse_integer (const string &str, int &val) |
bool | litehtml::html_parse_non_negative_integer (const string &str, int &val) |
bool | litehtml::html_parse_dimension_value (const string &str, float &val, html_dimension_type &type) |
bool | litehtml::html_parse_nonzero_dimension_value (const string &str, float &val, html_dimension_type &type) |