|
APG
… an ABNF Parser Generator
|
This file has all of the APG callback functions for the XML parser. More...
#include "callbacks.h"
Go to the source code of this file.
This file has all of the APG callback functions for the XML parser.
Definition in file declarations.c.
| void vAttDef | ( | callback_data * | spData | ) |
Definition at line 614 of file declarations.c.
| void vAttlistClose | ( | callback_data * | spData | ) |
Definition at line 666 of file declarations.c.
| void vAttlistOpen | ( | callback_data * | spData | ) |
Definition at line 535 of file declarations.c.
| void vAttlistValue | ( | callback_data * | spData | ) |
Definition at line 600 of file declarations.c.
| void vAttName | ( | callback_data * | spData | ) |
Definition at line 557 of file declarations.c.
| void vAttType | ( | callback_data * | spData | ) |
Definition at line 575 of file declarations.c.
| void vCloseQuote | ( | callback_data * | spData | ) |
Definition at line 501 of file declarations.c.
| void vDocument | ( | callback_data * | spData | ) |
Definition at line 51 of file declarations.c.
| void vDtdClose | ( | callback_data * | spData | ) |
Definition at line 241 of file declarations.c.
| void vDtdName | ( | callback_data * | spData | ) |
Definition at line 233 of file declarations.c.
| void vDtdOpen | ( | callback_data * | spData | ) |
Definition at line 221 of file declarations.c.
| void vElementClose | ( | callback_data * | spData | ) |
Definition at line 724 of file declarations.c.
| void vElementOpen | ( | callback_data * | spData | ) |
Definition at line 717 of file declarations.c.
| void vEncDef | ( | callback_data * | spData | ) |
Definition at line 174 of file declarations.c.
| void vEncName | ( | callback_data * | spData | ) |
Definition at line 180 of file declarations.c.
| void vEntityChar | ( | callback_data * | spData | ) |
Definition at line 507 of file declarations.c.
| void vExternalID | ( | callback_data * | spData | ) |
Definition at line 375 of file declarations.c.
| void vExtSubset | ( | callback_data * | spData | ) |
Definition at line 367 of file declarations.c.
| void vGEDeclClose | ( | callback_data * | spData | ) |
Definition at line 454 of file declarations.c.
| void vGEDeclName | ( | callback_data * | spData | ) |
Definition at line 417 of file declarations.c.
| void vGEDefEx | ( | callback_data * | spData | ) |
Definition at line 447 of file declarations.c.
| void vGEPERef | ( | callback_data * | spData | ) |
Definition at line 440 of file declarations.c.
| void vGERef | ( | callback_data * | spData | ) |
Definition at line 513 of file declarations.c.
| void vNExternalID | ( | callback_data * | spData | ) |
Definition at line 382 of file declarations.c.
| void vNotationClose | ( | callback_data * | spData | ) |
Definition at line 710 of file declarations.c.
| void vNotationDef | ( | callback_data * | spData | ) |
Definition at line 697 of file declarations.c.
| void vNotationOpen | ( | callback_data * | spData | ) |
Definition at line 675 of file declarations.c.
| void vPEDeclClose | ( | callback_data * | spData | ) |
Definition at line 396 of file declarations.c.
| void vPEDeclOpen | ( | callback_data * | spData | ) |
Definition at line 390 of file declarations.c.
| void vPEReference | ( | callback_data * | spData | ) |
Definition at line 402 of file declarations.c.
| void vPERefError | ( | callback_data * | spData | ) |
Definition at line 408 of file declarations.c.
| void vRefClose | ( | callback_data * | spData | ) |
Definition at line 737 of file declarations.c.
| void vSDeclNo | ( | callback_data * | spData | ) |
Definition at line 207 of file declarations.c.
| void vSDeclOther | ( | callback_data * | spData | ) |
Definition at line 194 of file declarations.c.
| void vSDeclYes | ( | callback_data * | spData | ) |
Definition at line 200 of file declarations.c.
| void vVersionInfo | ( | callback_data * | spData | ) |
Definition at line 152 of file declarations.c.
| void vVersionNum | ( | callback_data * | spData | ) |
Definition at line 158 of file declarations.c.
| void vXmlDeclClose | ( | callback_data * | spData | ) |
Definition at line 86 of file declarations.c.
| void vXmlDeclOpen | ( | callback_data * | spData | ) |
Definition at line 69 of file declarations.c.
1.8.17