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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c1544 * @itemNode: the node of the item
1557 * 3. If the preceding was NULL and (itemNode not NULL) -> itemNode
1559 * If the itemNode is an attribute node, the name of the attribute
1568 xmlNodePtr itemNode)
1738 if ((named == 0) && (itemNode != NULL)) {
1741 if (itemNode->type == XML_ATTRIBUTE_NODE)
1742 elem = itemNode->parent;
1744 elem = itemNode;
1755 if ((itemNode !
1565 xmlSchemaFormatItemForReport(xmlChar **buf, const xmlChar *itemDes, xmlSchemaBasicItemPtr item, xmlNodePtr itemNode) argument
[all...]

Completed in 856 milliseconds