Home
last modified time | relevance | path

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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaImpl.java402 final XMPNode itemNode = (XMPNode) result[1]; in getLocalizedText() local
410 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 != null
534 && xdItem.getValue().equals(itemNode.getValue()))
539 itemNode.setValue(itemValue);
544 assert haveXDefault && xdItem == itemNode;
[all …]
DXMPNormalizer.java374 XMPNode itemNode = null; in moveExplicitAliases() local
381 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()
/external/libxml2/
Dxmlschemas.c1581 xmlNodePtr itemNode) in xmlSchemaFormatItemForReport() argument
1752 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()