Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBManagerGUI.java771 DefaultMutableTreeNode itemNode = new DefaultMutableTreeNode(item); in updateProjectTree() local
772 groupNode.add(itemNode); in updateProjectTree()
790 DefaultMutableTreeNode itemNode = new DefaultMutableTreeNode(item); in updateProjectTree() local
791 groupNode.add(itemNode); in updateProjectTree()
/third_party/libxml2/
Dxmlschemas.c1632 xmlNodePtr itemNode) in xmlSchemaFormatItemForReport() argument
1803 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()