Searched defs:annItem (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c8092 xmlSchemaAddAnnotation(xmlSchemaAnnotItemPtr annItem, argument
8095 if ((annItem == NULL) || (annot == NULL))
8097 switch (annItem->type) {
8099 xmlSchemaElementPtr item = (xmlSchemaElementPtr) annItem;
8104 xmlSchemaAttributePtr item = (xmlSchemaAttributePtr) annItem;
8110 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem;
8118 xmlSchemaAnnotItemPtr item = (xmlSchemaAnnotItemPtr) annItem;
8124 (xmlSchemaAttributeGroupPtr) annItem;
8129 xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem;
8145 xmlSchemaFacetPtr item = (xmlSchemaFacetPtr) annItem;
[all...]

Completed in 89 milliseconds