Searched refs:xmlSchemaFacetTypeToString (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 1093 xmlSchemaFacetTypeToString(xmlSchemaTypeType type); 1778 *buf = xmlStrcat(*buf, xmlSchemaFacetTypeToString(item->type)); in xmlSchemaFormatItemForReport() 2761 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facetType)); in xmlSchemaFacetErr() 3131 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type), in xmlSchemaPIllegalFacetAtomicErr() 3160 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type)); in xmlSchemaPIllegalFacetListUnionErr() 17130 BAD_CAST xmlSchemaFacetTypeToString(fac1->type), \ 17131 BAD_CAST xmlSchemaFacetTypeToString(fac2->type), NULL); 17157 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet1->type)); in xmlSchemaDeriveFacetErr() 17169 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet2->type)); in xmlSchemaDeriveFacetErr() 18616 facet->value, xmlSchemaFacetTypeToString(facet->type)); in xmlSchemaCheckFacet() [all …]
|