Searched defs:itemDes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c1541 * @itemDes: the designation of the item
1553 * 1a. If itemDes not NULL -> itemDes
1554 * 1b. If (itemDes not NULL) and (itemName not NULL)
1555 * -> itemDes + itemName
1566 const xmlChar *itemDes,
1578 if (itemDes != NULL) {
1579 *buf = xmlStrdup(itemDes);
2888 * @itemDes: the designation of the schema item
2926 * @itemDes
1565 xmlSchemaFormatItemForReport(xmlChar **buf, const xmlChar *itemDes, xmlSchemaBasicItemPtr item, xmlNodePtr itemNode) argument
[all...]

Completed in 157 milliseconds