#include <html_tokenizer.h>

Public Member Functions

 HTMLTokenizer ()
 
void append (const std::string &data)
 
void tokenize (HTMLToken &out_token)
 

Static Public Member Functions

static bool compare (const std::string &a, const std::string &b)
 

Constructor & Destructor Documentation

clan::HTMLTokenizer::HTMLTokenizer ( )

Member Function Documentation

void clan::HTMLTokenizer::append ( const std::string &  data)
static bool clan::HTMLTokenizer::compare ( const std::string &  a,
const std::string &  b 
)
static
void clan::HTMLTokenizer::tokenize ( HTMLToken out_token)

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