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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c8081 xmlSchemaAddAnnotation(xmlSchemaAnnotItemPtr annItem, argument
8084 if ((annItem == NULL) || (annot == NULL))
8086 switch (annItem->type) {
8088 xmlSchemaElementPtr item = (xmlSchemaElementPtr) annItem;
8093 xmlSchemaAttributePtr item = (xmlSchemaAttributePtr) annItem;
8099 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem;
8107 xmlSchemaAnnotItemPtr item = (xmlSchemaAnnotItemPtr) annItem;
8113 (xmlSchemaAttributeGroupPtr) annItem;
8118 xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem;
8134 xmlSchemaFacetPtr item = (xmlSchemaFacetPtr) annItem;
[all...]

Completed in 55 milliseconds