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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c1266 * xmlSchemaFormatQName:
1278 xmlSchemaFormatQName(xmlChar **buf, function
1302 return (xmlSchemaFormatQName(buf, ns->href, localName));
1304 return (xmlSchemaFormatQName(buf, NULL, localName));
1407 return (xmlSchemaFormatQName(buf,
1648 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str,
1663 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str,
1739 xmlSchemaFormatQName(&str, elem->ns->href, elem->name));
1749 *buf = xmlStrcat(*buf, xmlSchemaFormatQName(&str,
2168 *msg = xmlStrcat(*msg, xmlSchemaFormatQName(
[all...]

Completed in 100 milliseconds