#include <html_token.h>
◆ Type
Enumerator |
---|
type_null | |
type_dtd | |
type_tag_begin | |
type_tag_end | |
type_tag_single | |
type_text | |
type_script_tag | |
type_style_tag | |
type_comment | |
type_invalid | |
◆ HTMLToken() [1/5]
clan::HTMLToken::HTMLToken |
( |
| ) |
|
|
inline |
◆ HTMLToken() [2/5]
clan::HTMLToken::HTMLToken |
( |
Type |
type | ) |
|
|
inline |
◆ HTMLToken() [3/5]
clan::HTMLToken::HTMLToken |
( |
Type |
type, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ HTMLToken() [4/5]
clan::HTMLToken::HTMLToken |
( |
Type |
type, |
|
|
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
◆ HTMLToken() [5/5]
clan::HTMLToken::HTMLToken |
( |
Type |
type, |
|
|
const std::string & |
name, |
|
|
const std::string & |
value, |
|
|
const std::vector< HTMLAttribute > & |
attributes |
|
) |
| |
|
inline |
◆ get_attribute()
std::string clan::HTMLToken::get_attribute |
( |
const std::string & |
name | ) |
const |
|
inline |
◆ has_attribute()
bool clan::HTMLToken::has_attribute |
( |
const std::string & |
name | ) |
const |
|
inline |
◆ attributes
◆ name
std::string clan::HTMLToken::name |
◆ type
Type clan::HTMLToken::type |
◆ value
std::string clan::HTMLToken::value |
The documentation for this class was generated from the following file: