Photon 1.0.0
Loading...
Searching...
No Matches
GumboInternalToken Struct Reference

#include <tokenizer.h>

Public Attributes

GumboTokenType type
 
GumboSourcePosition position
 
GumboStringPiece original_text
 
union { 
 
   GumboTokenDocType   doc_type 
 
   GumboTokenStartTag   start_tag 
 
   GumboTag   end_tag 
 
   const char *   text 
 
   int   character 
 
v 
 

Member Data Documentation

◆ character

int GumboInternalToken::character

◆ doc_type

GumboTokenDocType GumboInternalToken::doc_type

◆ end_tag

GumboTag GumboInternalToken::end_tag

◆ original_text

GumboStringPiece GumboInternalToken::original_text

◆ position

GumboSourcePosition GumboInternalToken::position

◆ start_tag

GumboTokenStartTag GumboInternalToken::start_tag

◆ text

const char* GumboInternalToken::text

◆ type

GumboTokenType GumboInternalToken::type

◆ [union]

union { ... } GumboInternalToken::v

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