APG
… an ABNF Parser Generator
|
Parsed character data definition. More...
#include <xmlp.h>
Data Fields | |
uint32_t | uiOffset |
The offset into vpVec32 array for the start of the data. More... | |
uint32_t | uiLength |
The number of 32-bit data characters. More... | |
Parsed character data definition.
All parsed, 32-bit unicode code point data is pushed into the vecto vpVec32. This structure defines the offset and length of a given parsed datum.
uint32_t cdata_id::uiLength |
uint32_t cdata_id::uiOffset |