Searched refs:xmlSchemaFacetTypeToString (Results 1 – 1 of 1) sorted by relevance
| /external/libxml2/ |
| D | xmlschemas.c | 1100 xmlSchemaFacetTypeToString(xmlSchemaTypeType type); 1785 *buf = xmlStrcat(*buf, xmlSchemaFacetTypeToString(item->type)); in xmlSchemaFormatItemForReport() 2737 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facetType)); in xmlSchemaFacetErr() 3107 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type), in xmlSchemaPIllegalFacetAtomicErr() 3136 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type)); in xmlSchemaPIllegalFacetListUnionErr() 17313 BAD_CAST xmlSchemaFacetTypeToString(fac1->type), \ 17314 BAD_CAST xmlSchemaFacetTypeToString(fac2->type), NULL); 17340 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet1->type)); in xmlSchemaDeriveFacetErr() 17352 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet2->type)); in xmlSchemaDeriveFacetErr() 18869 facet->value, xmlSchemaFacetTypeToString(facet->type)); in xmlSchemaCheckFacet() [all …]
|