APG
… an ABNF Parser Generator
|
Identifies the element name, attribute name and default attribute value of attribute list declarations. More...
#include <xmlp.h>
Data Fields | |
struct xml_tag * | spXml |
A copy of the XML object context pointer. Needed for quick sort and quick look up. More... | |
cdata_id | sElementName |
The element name, offset and length. More... | |
cdata_id | sAttName |
The attribute name, offset and length. More... | |
cdata_id | sAttType |
attribute type, offset and length. More... | |
cdata_id | sAttValue |
The attribute normalized value, offset and length. More... | |
aint | uiAttCount |
The number of different attribute names associated with this element name. More... | |
abool | bIsCDATA |
True if the attribute typ is CDATA. More... | |
abool | bHasData |
True if the attribute declaration defines default data. More... | |
abool | bInvalidValue |
True if the attribute value is invalid. More... | |
Identifies the element name, attribute name and default attribute value of attribute list declarations.
All offsets and lengths refer to the vpVecEntities vector of 32-bit character code points.
abool att_decl::bHasData |
abool att_decl::bInvalidValue |
cdata_id att_decl::sAttName |
cdata_id att_decl::sAttType |
cdata_id att_decl::sAttValue |
cdata_id att_decl::sElementName |
struct xml_tag* att_decl::spXml |
aint att_decl::uiAttCount |