Searched refs:xmlSchemaFormatQName (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 1287 xmlSchemaFormatQName(xmlChar **buf, in xmlSchemaFormatQName() function 1311 return (xmlSchemaFormatQName(buf, ns->href, localName)); in xmlSchemaFormatQNameNs() 1313 return (xmlSchemaFormatQName(buf, NULL, localName)); in xmlSchemaFormatQNameNs() 1416 return (xmlSchemaFormatQName(buf, in xmlSchemaGetComponentQName() 1657 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str, in xmlSchemaFormatItemForReport() 1672 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str, in xmlSchemaFormatItemForReport() 1748 xmlSchemaFormatQName(&str, elem->ns->href, elem->name)); in xmlSchemaFormatItemForReport() 1758 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str, in xmlSchemaFormatItemForReport() 2177 *msg = xmlStrcat(*msg, xmlSchemaFormatQName(&str, in xmlSchemaFormatNodeForError() 2180 *msg = xmlStrcat(*msg, xmlSchemaFormatQName(&str, in xmlSchemaFormatNodeForError() [all …]
|