Searched refs:xmlSchemaAttribute (Results 1 – 4 of 4) sorted by relevance
246 typedef struct _xmlSchemaAttribute xmlSchemaAttribute; typedef247 typedef xmlSchemaAttribute *xmlSchemaAttributePtr;
345 * xmlSchemaAttribute:351 d xmlSchemaAttribute...467 * xmlSchemaAttribute and xmlSchemaAttributeGroup start of structures
176 <ANCHOR id="xmlSchemaAttribute" href="libxml/libxml-schemasInternals.html#xmlSchemaAttribute">
5186 ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()5191 memset(ret, 0, sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()