ClanLib  2.3.7
List of all members
CL_CSSTokenizer Class Reference

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...
 

Detailed Description

Tokenizer class that breaks CSS text into tokens.

!group=Core/CSS! !header=core.h!

Constructor & Destructor Documentation

CL_CSSTokenizer::CL_CSSTokenizer ( CL_IODevice device)
CL_CSSTokenizer::CL_CSSTokenizer ( const CL_String text)

Member Function Documentation

void CL_CSSTokenizer::read ( CL_CSSToken out_token,
bool  eat_whitespace,
bool  eat_comments = true 
)

Reads the next CSS token.


The documentation for this class was generated from the following file: