Searched defs:xmlSchemaFacetTypeToString (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c1061 xmlSchemaFacetTypeToString(xmlSchemaTypeType type);
1708 *buf = xmlStrcat(*buf, xmlSchemaFacetTypeToString(item->type));
2634 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facetType));
3008 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type),
3037 BAD_CAST des, xmlSchemaFacetTypeToString(facet->type));
17057 BAD_CAST xmlSchemaFacetTypeToString(fac1->type), \
17058 BAD_CAST xmlSchemaFacetTypeToString(fac2->type), NULL);
17084 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet1->type));
17096 msg = xmlStrcat(msg, xmlSchemaFacetTypeToString(facet2->type));
18613 facet->value, xmlSchemaFacetTypeToString(face
21387 xmlSchemaFacetTypeToString(xmlSchemaTypeType type) function
[all...]

Completed in 80 milliseconds