Searched refs:xmlSchemaFacetTypeToString (Results 1 – 1 of 1) sorted by relevance
| /third_party/libxml2/ |
| D | xmlschemas.c | 1087 xmlSchemaFacetTypeToString(xmlSchemaTypeType type); 1772 *buf = xmlStrcat(*buf, xmlSchemaFacetTypeToString(item->type)); in xmlSchemaFormatItemForReport() 2724 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facetType)); in xmlSchemaFacetErr() 3094 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type), in xmlSchemaPIllegalFacetAtomicErr() 3123 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type)); in xmlSchemaPIllegalFacetListUnionErr() 17300 BAD_CAST xmlSchemaFacetTypeToString(fac1->type), \ 17301 BAD_CAST xmlSchemaFacetTypeToString(fac2->type), NULL); 17327 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet1->type)); in xmlSchemaDeriveFacetErr() 17339 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet2->type)); in xmlSchemaDeriveFacetErr() 18856 facet->value, xmlSchemaFacetTypeToString(facet->type)); in xmlSchemaCheckFacet() [all …]
|