Home
last modified time | relevance | path

Searched refs:xmlSchemaFormatQName (Results 1 – 1 of 1) sorted by relevance

/third_party/libxml2/
Dxmlschemas.c1313 xmlSchemaFormatQName(xmlChar **buf, in xmlSchemaFormatQName() function
1337 return (xmlSchemaFormatQName(buf, ns->href, localName)); in xmlSchemaFormatQNameNs()
1339 return (xmlSchemaFormatQName(buf, NULL, localName)); in xmlSchemaFormatQNameNs()
1448 return (xmlSchemaFormatQName(buf, in xmlSchemaGetComponentQName()
1721 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str, in xmlSchemaFormatItemForReport()
1736 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str, in xmlSchemaFormatItemForReport()
1813 xmlSchemaFormatQName(&str, elem->ns->href, elem->name)); in xmlSchemaFormatItemForReport()
1823 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str, in xmlSchemaFormatItemForReport()
2261 *msg = xmlStrcat(*msg, xmlSchemaFormatQName(&str, in xmlSchemaFormatNodeForError()
2264 *msg = xmlStrcat(*msg, xmlSchemaFormatQName(&str, in xmlSchemaFormatNodeForError()
[all …]