32 #include "../api_csslayout.h"
42 class CSSTokenizer_Impl;
60 void read(
CSSToken &out_token,
bool eat_whitespace,
bool eat_comments =
true);
63 std::vector<std::string> read_import_urls();
69 std::shared_ptr<CSSTokenizer_Impl> impl;
I/O Device interface.
Definition: iodevice.h:51
CSS token.
Definition: css_token.h:40
Tokenizer class that breaks CSS text into tokens.
Definition: css_tokenizer.h:47