Searched defs:attribute_id (Results 1 – 4 of 4) sorted by relevance
308 typedef struct attribute_id { struct309 XML_Char *name;310 PREFIX *prefix;311 XML_Bool maybeTokenized;312 XML_Bool xmlns;
309 typedef struct attribute_id { struct310 XML_Char *name;311 PREFIX *prefix;312 XML_Bool maybeTokenized;313 XML_Bool xmlns;
317 typedef struct attribute_id { struct318 XML_Char *name;319 PREFIX *prefix;320 XML_Bool maybeTokenized;321 XML_Bool xmlns;
207 attributeId attribute_id; member