Searched refs:itemNode (Results 1 – 2 of 2) sorted by relevance
771 DefaultMutableTreeNode itemNode = new DefaultMutableTreeNode(item); in updateProjectTree() local772 groupNode.add(itemNode); in updateProjectTree()790 DefaultMutableTreeNode itemNode = new DefaultMutableTreeNode(item); in updateProjectTree() local791 groupNode.add(itemNode); in updateProjectTree()
1632 xmlNodePtr itemNode) in xmlSchemaFormatItemForReport() argument1803 if ((named == 0) && (itemNode != NULL)) { in xmlSchemaFormatItemForReport()1806 if (itemNode->type == XML_ATTRIBUTE_NODE) in xmlSchemaFormatItemForReport()1807 elem = itemNode->parent; in xmlSchemaFormatItemForReport()1809 elem = itemNode; in xmlSchemaFormatItemForReport()1820 if ((itemNode != NULL) && (itemNode->type == XML_ATTRIBUTE_NODE)) { in xmlSchemaFormatItemForReport()1822 if (itemNode->ns != NULL) { in xmlSchemaFormatItemForReport()1824 itemNode->ns->href, itemNode->name)); in xmlSchemaFormatItemForReport()1827 *buf = xmlStrcat(*buf, itemNode->name); in xmlSchemaFormatItemForReport()