Searched refs:itemNode (Results 1 – 3 of 3) sorted by relevance
402 final XMPNode itemNode = (XMPNode) result[1]; in getLocalizedText() local410 return itemNode.getValue(); in getLocalizedText()416 return itemNode.getOptions(); in getLocalizedText()422 return itemNode.getQualifier(1).getValue(); in getLocalizedText()428 return itemNode.getValue().toString(); in getLocalizedText()509 XMPNode itemNode = (XMPNode) result[1];533 if (haveXDefault && xdItem != itemNode && xdItem != null534 && xdItem.getValue().equals(itemNode.getValue()))539 itemNode.setValue(itemValue);544 assert haveXDefault && xdItem == itemNode;[all …]
374 XMPNode itemNode = null; in moveExplicitAliases() local381 itemNode = baseNode.getChild(xdIndex); in moveExplicitAliases()386 itemNode = baseNode.getChild(1); in moveExplicitAliases()389 if (itemNode == null) in moveExplicitAliases()397 compareAliasedSubtrees (currProp, itemNode, true); in moveExplicitAliases()
1581 xmlNodePtr itemNode) in xmlSchemaFormatItemForReport() argument1752 if ((named == 0) && (itemNode != NULL)) { in xmlSchemaFormatItemForReport()1755 if (itemNode->type == XML_ATTRIBUTE_NODE) in xmlSchemaFormatItemForReport()1756 elem = itemNode->parent; in xmlSchemaFormatItemForReport()1758 elem = itemNode; in xmlSchemaFormatItemForReport()1769 if ((itemNode != NULL) && (itemNode->type == XML_ATTRIBUTE_NODE)) { in xmlSchemaFormatItemForReport()1771 if (itemNode->ns != NULL) { in xmlSchemaFormatItemForReport()1773 itemNode->ns->href, itemNode->name)); in xmlSchemaFormatItemForReport()1776 *buf = xmlStrcat(*buf, itemNode->name); in xmlSchemaFormatItemForReport()