APG
… an ABNF Parser Generator
|
Private header for the APG XML parser's component context. Not needed by application programs. More...
Go to the source code of this file.
Data Structures | |
struct | cdata_id |
Parsed character data definition. More... | |
struct | named_value |
Provides offsets and lengths in the vpVec32 array for a name and value pair. More... | |
struct | att_decl |
Identifies the element name, attribute name and default attribute value of attribute list declarations. More... | |
struct | entity_decl |
Provides the offset into the general 32-bit vector and length of a name and value pair. More... | |
struct | element_frame |
A stack is used to track which element is currently being parsed. This frame struct contains all of the information needed to track the data. More... | |
struct | entity_frame |
struct | xml_tag |
Functions | |
void | vXmlgrammarRuleCallbacks (void *vpParser) |
Private header for the APG XML parser's component context. Not needed by application programs.
Definition in file xmlp.h.