Home
last modified time | relevance | path

Searched refs:xmlSchemaAttribute (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DschemasInternals.h246 typedef struct _xmlSchemaAttribute xmlSchemaAttribute; typedef
247 typedef xmlSchemaAttribute *xmlSchemaAttributePtr;
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle345 * xmlSchemaAttribute:
351 d xmlSchemaAttribute...
467 * xmlSchemaAttribute and xmlSchemaAttributeGroup start of structures
/external/libxml2/doc/html/
Dindex.sgml176 <ANCHOR id="xmlSchemaAttribute" href="libxml/libxml-schemasInternals.html#xmlSchemaAttribute">
/external/libxml2/
Dxmlschemas.c5186 ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()
5191 memset(ret, 0, sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()