Searched refs:XMPNodeUtils (Results 1 – 8 of 8) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPMetaImpl.java | 105 arrayOptions = XMPNodeUtils.verifySetOptions(arrayOptions, null); in appendArrayItem() 115 XMPNode arrayNode = XMPNodeUtils.findNode(tree, arrayPath, false, null); in appendArrayItem() 135 arrayNode = XMPNodeUtils.findNode(tree, arrayPath, true, arrayOptions); in appendArrayItem() 173 XMPNode arrayNode = XMPNodeUtils.findNode(tree, arrayPath, false, null); in countArrayItems() 223 XMPNode propNode = XMPNodeUtils.findNode(tree, expPath, false, null); in deleteProperty() 226 XMPNodeUtils.deleteNode(propNode); in deleteProperty() 291 final XMPNode propNode = XMPNodeUtils.findNode(tree, expPath, false, null); in doesPropertyExist() 394 XMPNode arrayNode = XMPNodeUtils.findNode(tree, arrayPath, false, null); in getLocalizedText() 400 Object[] result = XMPNodeUtils.chooseLocalizedText(arrayNode, genericLang, specificLang); in getLocalizedText() 404 if (match != XMPNodeUtils.CLT_NO_VALUES) in getLocalizedText() [all …]
|
D | XMPNormalizer.java | 102 XMPNode idNode = XMPNodeUtils.findNode (tree, path, true, null); in tweakOldXMP() 131 XMPNodeUtils.findSchemaNode(xmp.getRoot(), XMPConst.NS_DC, true); in touchUpDataModel() 145 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "exif:UserComment", in touchUpDataModel() 156 XMPNode dmCopyright = XMPNodeUtils.findChildNode(currSchema, "xmpDM:copyright", in touchUpDataModel() 165 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "xmpRights:UsageTerms", in touchUpDataModel() 326 XMPNode baseSchema = XMPNodeUtils.findSchemaNode(tree, info in moveExplicitAliases() 330 XMPNode baseNode = XMPNodeUtils in moveExplicitAliases() 377 int xdIndex = XMPNodeUtils.lookupLanguageItem(baseNode, in moveExplicitAliases() 448 XMPNode gpsDateTime = XMPNodeUtils.findChildNode(exifSchema, "exif:GPSTimeStamp", false); in fixGPSTimeStamp() 467 XMPNode otherDate = XMPNodeUtils.findChildNode(exifSchema, "exif:DateTimeOriginal", in fixGPSTimeStamp() [all …]
|
D | XMPUtilsImpl.java | 105 arrayNode = XMPNodeUtils.findNode(xmpImpl.getRoot(), arrayPath, false, null); in catenateArrayItems() 346 arrayOptions = XMPNodeUtils.verifySetOptions(arrayOptions, null); in separateFindCreateArray() 355 XMPNode arrayNode = XMPNodeUtils.findNode(xmp.getRoot(), arrayPath, false, null); in separateFindCreateArray() 376 arrayNode = XMPNodeUtils.findNode(xmp.getRoot(), arrayPath, true, arrayOptions in separateFindCreateArray() 428 XMPNode propNode = XMPNodeUtils.findNode(xmpImpl.getRoot(), expPath, false, null); in removeProperties() 454 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmpImpl.getRoot(), schemaNS, false); in removeProperties() 477 XMPNode actualProp = XMPNodeUtils in removeProperties() 529 XMPNode destSchema = XMPNodeUtils.findSchemaNode(dest.getRoot(), in appendProperties() 601 XMPNode destNode = XMPNodeUtils.findChildNode(destParent, sourceNode.getName(), false); in appendSubtree() 672 int destIndex = XMPNodeUtils.lookupLanguageItem(destNode, in appendSubtree() [all …]
|
D | XMPNodeUtils.java | 33 public class XMPNodeUtils implements XMPConst class 52 private XMPNodeUtils() in XMPNodeUtils() method in XMPNodeUtils 658 int index = XMPNodeUtils.lookupLanguageItem(arrayNode, qualValue); in lookupQualSelector() 825 return new Object[] { new Integer(XMPNodeUtils.CLT_NO_VALUES), null }; in chooseLocalizedText() 854 return new Object[] { new Integer(XMPNodeUtils.CLT_SPECIFIC_MATCH), currItem }; in chooseLocalizedText() 874 return new Object[] { new Integer(XMPNodeUtils.CLT_SINGLE_GENERIC), resultNode }; in chooseLocalizedText() 878 return new Object[] { new Integer(XMPNodeUtils.CLT_MULTIPLE_GENERIC), resultNode }; in chooseLocalizedText() 882 return new Object[] { new Integer(XMPNodeUtils.CLT_XDEFAULT), xDefault }; in chooseLocalizedText() 887 return new Object[] { new Integer(XMPNodeUtils.CLT_FIRST_ITEM), arrayNode.getChild(1) }; in chooseLocalizedText()
|
D | XMPIteratorImpl.java | 86 startNode = XMPNodeUtils.findNode(xmp.getRoot(), path, false, null); in XMPIteratorImpl() 93 startNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), schemaNS, false); in XMPIteratorImpl()
|
D | XMPSerializerRDF.java | 636 XMPNodeUtils.normalizeLangArray (node); in serializeCompactRDFArrayProp() 1063 XMPNodeUtils.normalizeLangArray(node); in serializePrettyRDFProperty()
|
D | ParseRDF.java | 576 XMPNodeUtils.detectAltText(newCompound); in rdf_ResourcePropertyElement() 1022 XMPNode schemaNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), namespace, in addChildNode()
|
D | XMPSchemaRegistryImpl.java | 343 new AliasOptions(XMPNodeUtils.verifySetOptions( in registerAlias()
|