APG
… an ABNF Parser Generator
|
Information about the XML declaration. More...
#include <xml.h>
Data Fields | |
const char * | cpExists |
"yes" if the XML declaration exists, "no" otherwise. More... | |
const char * | cpVersion |
The value of version="1.ddd". Default is 1.0. Any other value is a fatal error. More... | |
const char * | cpEncoding |
If present must be UTF-8 or UTF-16. It is a fatal error if the data is not in the specified format. Note that UTF-16 data may be either UTF-16BE or UTF-LE. Either is acceptable. More... | |
const char * | cpStandalone |
The value of the standalone declaration. More... | |
Information about the XML declaration.
This structure is presented to the XML Declaration callback function, even if no XML declaration is present.
const char* xmldecl_info::cpEncoding |
const char* xmldecl_info::cpExists |
const char* xmldecl_info::cpStandalone |
const char* xmldecl_info::cpVersion |