Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c8151 xmlSchemaAddAnnotation(xmlSchemaAnnotItemPtr annItem, in xmlSchemaAddAnnotation() argument
8154 if ((annItem == NULL) || (annot == NULL)) in xmlSchemaAddAnnotation()
8156 switch (annItem->type) { in xmlSchemaAddAnnotation()
8158 xmlSchemaElementPtr item = (xmlSchemaElementPtr) annItem; in xmlSchemaAddAnnotation()
8163 xmlSchemaAttributePtr item = (xmlSchemaAttributePtr) annItem; in xmlSchemaAddAnnotation()
8169 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem; in xmlSchemaAddAnnotation()
8177 xmlSchemaAnnotItemPtr item = (xmlSchemaAnnotItemPtr) annItem; in xmlSchemaAddAnnotation()
8183 (xmlSchemaAttributeGroupPtr) annItem; in xmlSchemaAddAnnotation()
8188 xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem; in xmlSchemaAddAnnotation()
8204 xmlSchemaFacetPtr item = (xmlSchemaFacetPtr) annItem; in xmlSchemaAddAnnotation()
[all …]