Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c8090 xmlSchemaAddAnnotation(xmlSchemaAnnotItemPtr annItem, in xmlSchemaAddAnnotation() argument
8093 if ((annItem == NULL) || (annot == NULL)) in xmlSchemaAddAnnotation()
8095 switch (annItem->type) { in xmlSchemaAddAnnotation()
8097 xmlSchemaElementPtr item = (xmlSchemaElementPtr) annItem; in xmlSchemaAddAnnotation()
8102 xmlSchemaAttributePtr item = (xmlSchemaAttributePtr) annItem; in xmlSchemaAddAnnotation()
8108 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem; in xmlSchemaAddAnnotation()
8116 xmlSchemaAnnotItemPtr item = (xmlSchemaAnnotItemPtr) annItem; in xmlSchemaAddAnnotation()
8122 (xmlSchemaAttributeGroupPtr) annItem; in xmlSchemaAddAnnotation()
8127 xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem; in xmlSchemaAddAnnotation()
8143 xmlSchemaFacetPtr item = (xmlSchemaFacetPtr) annItem; in xmlSchemaAddAnnotation()
[all …]