struct XML_Feature
#include <expat.h> struct XML_Feature { // fields enum XML_FeatureEnum feature; const XML_LChar* name; long int value; };
#include <expat.h> struct XML_Feature { // fields enum XML_FeatureEnum feature; const XML_LChar* name; long int value; };