Searched refs:xmlSchemaFormatQName (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 1313 xmlSchemaFormatQName(xmlChar **buf, in xmlSchemaFormatQName() function 1337 return (xmlSchemaFormatQName(buf, ns->href, localName)); in xmlSchemaFormatQNameNs() 1339 return (xmlSchemaFormatQName(buf, NULL, localName)); in xmlSchemaFormatQNameNs() 1442 return (xmlSchemaFormatQName(buf, in xmlSchemaGetComponentQName() 1715 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str, in xmlSchemaFormatItemForReport() 1730 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str, in xmlSchemaFormatItemForReport() 1807 xmlSchemaFormatQName(&str, elem->ns->href, elem->name)); in xmlSchemaFormatItemForReport() 1817 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str, in xmlSchemaFormatItemForReport() 2255 *msg = xmlStrcat(*msg, xmlSchemaFormatQName(&str, in xmlSchemaFormatNodeForError() 2258 *msg = xmlStrcat(*msg, xmlSchemaFormatQName(&str, in xmlSchemaFormatNodeForError() [all …]
|