Searched refs:xmlSchemaElement (Results 1 – 4 of 4) sorted by relevance
763 typedef struct _xmlSchemaElement xmlSchemaElement; typedef764 typedef xmlSchemaElement *xmlSchemaElementPtr;
781 * xmlSchemaElement:784 * xmlSchemaType, xmlSchemaFacet and xmlSchemaElement start of927 d xmlSchemaElement...
188 <ANCHOR id="xmlSchemaElement" href="libxml/libxml-schemasInternals.html#xmlSchemaElement">
5336 ret = (xmlSchemaElementPtr) xmlMalloc(sizeof(xmlSchemaElement)); in xmlSchemaAddElement()5341 memset(ret, 0, sizeof(xmlSchemaElement)); in xmlSchemaAddElement()