Searched refs:xmlSchemaNotation (Results 1 – 5 of 5) sorted by relevance
840 typedef struct _xmlSchemaNotation xmlSchemaNotation; typedef841 typedef xmlSchemaNotation *xmlSchemaNotationPtr;
1013 d xmlSchemaNotation...
5059 ret = (xmlSchemaNotationPtr) xmlMalloc(sizeof(xmlSchemaNotation)); in xmlSchemaAddNotation()5064 memset(ret, 0, sizeof(xmlSchemaNotation)); in xmlSchemaAddNotation()