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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c8090 xmlSchemaAddAnnotation(xmlSchemaAnnotItemPtr annItem, argument
8093 if ((annItem == NULL) || (annot == NULL))
8095 switch (annItem->type) {
8097 xmlSchemaElementPtr item = (xmlSchemaElementPtr) annItem;
8102 xmlSchemaAttributePtr item = (xmlSchemaAttributePtr) annItem;
8108 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem;
8116 xmlSchemaAnnotItemPtr item = (xmlSchemaAnnotItemPtr) annItem;
8122 (xmlSchemaAttributeGroupPtr) annItem;
8127 xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem;
8143 xmlSchemaFacetPtr item = (xmlSchemaFacetPtr) annItem;
[all...]
/external/libxml2/
H A Dxmlschemas.c8109 xmlSchemaAddAnnotation(xmlSchemaAnnotItemPtr annItem, argument
8112 if ((annItem == NULL) || (annot == NULL))
8114 switch (annItem->type) {
8116 xmlSchemaElementPtr item = (xmlSchemaElementPtr) annItem;
8121 xmlSchemaAttributePtr item = (xmlSchemaAttributePtr) annItem;
8127 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem;
8135 xmlSchemaAnnotItemPtr item = (xmlSchemaAnnotItemPtr) annItem;
8141 (xmlSchemaAttributeGroupPtr) annItem;
8146 xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem;
8162 xmlSchemaFacetPtr item = (xmlSchemaFacetPtr) annItem;
[all...]

Completed in 132 milliseconds