Version 7.0
Copyright © 2021 Lowell D. Thomas
APG
… an ABNF Parser Generator
Data Structures | Functions
xmlp.h File Reference

Private header for the APG XML parser's component context. Not needed by application programs. More...

This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Private header for the APG XML parser's component context. Not needed by application programs.

Definition in file xmlp.h.

Function Documentation

◆ vXmlgrammarRuleCallbacks()

void vXmlgrammarRuleCallbacks ( void *  vpParser)

Definition at line 993 of file basics.c.

APG Version 7.0 is licensed under the 2-Clause BSD License,
an Open Source Initiative Approved License.