Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c8124 xmlSchemaAddAnnotation(xmlSchemaAnnotItemPtr annItem, in xmlSchemaAddAnnotation() argument
8127 if ((annItem == NULL) || (annot == NULL)) in xmlSchemaAddAnnotation()
8129 switch (annItem->type) { in xmlSchemaAddAnnotation()
8131 xmlSchemaElementPtr item = (xmlSchemaElementPtr) annItem; in xmlSchemaAddAnnotation()
8136 xmlSchemaAttributePtr item = (xmlSchemaAttributePtr) annItem; in xmlSchemaAddAnnotation()
8142 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem; in xmlSchemaAddAnnotation()
8150 xmlSchemaAnnotItemPtr item = (xmlSchemaAnnotItemPtr) annItem; in xmlSchemaAddAnnotation()
8156 (xmlSchemaAttributeGroupPtr) annItem; in xmlSchemaAddAnnotation()
8161 xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem; in xmlSchemaAddAnnotation()
8177 xmlSchemaFacetPtr item = (xmlSchemaFacetPtr) annItem; in xmlSchemaAddAnnotation()
[all …]