Searched refs:xmlSchemaFormatQName (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 1326 xmlSchemaFormatQName(xmlChar **buf, in xmlSchemaFormatQName() function 1350 return (xmlSchemaFormatQName(buf, ns->href, localName)); in xmlSchemaFormatQNameNs() 1352 return (xmlSchemaFormatQName(buf, NULL, localName)); in xmlSchemaFormatQNameNs() 1461 return (xmlSchemaFormatQName(buf, in xmlSchemaGetComponentQName() 1734 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str, in xmlSchemaFormatItemForReport() 1749 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str, in xmlSchemaFormatItemForReport() 1826 xmlSchemaFormatQName(&str, elem->ns->href, elem->name)); in xmlSchemaFormatItemForReport() 1836 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str, in xmlSchemaFormatItemForReport() 2274 *msg = xmlStrcat(*msg, xmlSchemaFormatQName(&str, in xmlSchemaFormatNodeForError() 2277 *msg = xmlStrcat(*msg, xmlSchemaFormatQName(&str, in xmlSchemaFormatNodeForError() [all …]
|