Hubbub $Id$
Public Attributes | List of all members
hubbub_token Struct Reference

Token data. More...

#include <types.h>

Public Attributes

hubbub_token_type type
 The token type. More...
 
union {
   hubbub_doctype   doctype
 
   hubbub_tag   tag
 
   hubbub_string   comment
 
   hubbub_string   character
 
data
 Type-specific data. More...
 

Detailed Description

Token data.

Member Data Documentation

◆ character

hubbub_string hubbub_token::character

◆ comment

hubbub_string hubbub_token::comment

◆ 

union { ... } hubbub_token::data

Type-specific data.

◆ doctype

hubbub_doctype hubbub_token::doctype

◆ tag

hubbub_tag hubbub_token::tag

◆ type

hubbub_token_type hubbub_token::type

The token type.


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