Lines Matching defs:annot

488     xmlSchemaAnnotPtr annot;
501 xmlSchemaAnnotPtr annot;
518 xmlSchemaAnnotPtr annot;
663 xmlSchemaAnnotPtr annot;
683 xmlSchemaAnnotPtr annot;
701 xmlSchemaAnnotPtr annot;
738 xmlSchemaAnnotPtr annot;
3514 * @annot: a schema type structure
3707 * @annot: a schema type structure
3712 xmlSchemaFreeAnnot(xmlSchemaAnnotPtr annot)
3714 if (annot == NULL)
3716 if (annot->next == NULL) {
3717 xmlFree(annot);
3722 prev = annot;
3723 annot = annot->next;
3725 } while (annot != NULL);
3754 if (attr->annot != NULL)
3755 xmlSchemaFreeAnnot(attr->annot);
3772 if (use->annot != NULL)
3773 xmlSchemaFreeAnnot(use->annot);
3822 if (wildcard->annot != NULL)
3823 xmlSchemaFreeAnnot(wildcard->annot);
3842 if (attrGr->annot != NULL)
3843 xmlSchemaFreeAnnot(attrGr->annot);
3907 if (idcDef->annot != NULL)
3908 xmlSchemaFreeAnnot(idcDef->annot);
3940 if (elem->annot != NULL)
3941 xmlSchemaFreeAnnot(elem->annot);
3964 if (facet->annot != NULL)
3965 xmlSchemaFreeAnnot(facet->annot);
3980 if (type->annot != NULL)
3981 xmlSchemaFreeAnnot(type->annot);
4020 if (item->annot != NULL)
4021 xmlSchemaFreeAnnot(item->annot);
4034 if (item->annot != NULL)
4035 xmlSchemaFreeAnnot(item->annot);
4072 if (item->annot != NULL)
4073 xmlSchemaFreeAnnot(item->annot);
4163 if (schema->annot != NULL)
4164 xmlSchemaFreeAnnot(schema->annot);
4270 * @annot: a annotation
4275 xmlSchemaAnnotDump(FILE * output, xmlSchemaAnnotPtr annot)
4279 if (annot == NULL)
4282 content = xmlNodeGetContent(annot->content);
4498 if (type->annot != NULL)
4499 xmlSchemaAnnotDump(output, type->annot);
4535 if (schema->annot != NULL)
4536 xmlSchemaAnnotDump(output, schema->annot);
5538 ret->annot = NULL;
6713 facet->annot = xmlSchemaParseAnnotation(ctxt, child, 1);
6913 xmlSchemaAnnotPtr annot = NULL;
6958 annot = xmlSchemaParseAnnotation(ctxt, child, 1);
6980 particle->annot = annot;
7020 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1);
7089 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1);
7459 use->annot = xmlSchemaParseAnnotation(pctxt, child, 1);
7621 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1);
7848 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1);
8102 #define ADD_ANNOTATION(annot) \
8103 xmlSchemaAnnotPtr cur = item->annot; \
8104 if (item->annot == NULL) { \
8105 item->annot = annot; \
8106 return (annot); \
8108 cur = item->annot; \
8112 cur->next = annot;
8117 * @annot: the annotation
8125 xmlSchemaAnnotPtr annot)
8127 if ((annItem == NULL) || (annot == NULL))
8132 ADD_ANNOTATION(annot)
8137 ADD_ANNOTATION(annot)
8143 ADD_ANNOTATION(annot)
8151 ADD_ANNOTATION(annot)
8157 ADD_ANNOTATION(annot)
8162 ADD_ANNOTATION(annot)
8178 ADD_ANNOTATION(annot)
8184 ADD_ANNOTATION(annot)
8189 ADD_ANNOTATION(annot)
8196 ADD_ANNOTATION(annot)
8207 return (annot);
8403 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1);
8474 xmlSchemaAnnotPtr annot = NULL;
8508 annot = xmlSchemaParseAnnotation(ctxt, child, 1);
8593 particle->annot = annot;
8828 decl->annot = annot;
8844 if (annot != NULL) {
8846 particle->annot = NULL;
8848 decl->annot = NULL;
8849 xmlSchemaFreeAnnot(annot);
9308 type->annot = xmlSchemaParseAnnotation(ctxt, child, 1);
9427 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1);
9513 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1);
9765 xmlSchemaAnnotPtr annot;
9778 annot = xmlSchemaParseAnnotation(ctxt, child, 1);
9779 if (schema->annot == NULL)
9780 schema->annot = annot;
9782 xmlSchemaFreeAnnot(annot);
9846 annot = xmlSchemaParseAnnotation(ctxt, child, 1);
9847 if (schema->annot == NULL)
9848 schema->annot = annot;
9850 xmlSchemaFreeAnnot(annot);
11309 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1);
12290 type->annot = xmlSchemaParseAnnotation(ctxt, child, 1);