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