|
ClanLib
2.3.7
|
Tokenizer class that breaks CSS text into tokens. More...
#include <css_tokenizer.h>
Public Member Functions | |
Construction | |
| CL_CSSTokenizer (CL_IODevice &device) | |
| CL_CSSTokenizer (const CL_String &text) | |
Operations | |
| void | read (CL_CSSToken &out_token, bool eat_whitespace, bool eat_comments=true) |
| Reads the next CSS token. More... | |
Tokenizer class that breaks CSS text into tokens.
!group=Core/CSS! !header=core.h!
| CL_CSSTokenizer::CL_CSSTokenizer | ( | CL_IODevice & | device) |
| CL_CSSTokenizer::CL_CSSTokenizer | ( | const CL_String & | text) |
| void CL_CSSTokenizer::read | ( | CL_CSSToken & | out_token, |
| bool | eat_whitespace, | ||
| bool | eat_comments = true |
||
| ) |
Reads the next CSS token.
1.8.4