Searched refs:currSchema (Results 1 – 2 of 2) sorted by relevance
136 XMPNode currSchema = (XMPNode) it.next(); in touchUpDataModel() local137 if (XMPConst.NS_DC.equals(currSchema.getName())) in touchUpDataModel()139 normalizeDCArrays(currSchema); in touchUpDataModel()141 else if (XMPConst.NS_EXIF.equals(currSchema.getName())) in touchUpDataModel()144 fixGPSTimeStamp(currSchema); in touchUpDataModel()145 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "exif:UserComment", in touchUpDataModel()152 else if (XMPConst.NS_DM.equals(currSchema.getName())) in touchUpDataModel()156 XMPNode dmCopyright = XMPNodeUtils.findChildNode(currSchema, "xmpDM:copyright", in touchUpDataModel()163 else if (XMPConst.NS_XMP_RIGHTS.equals(currSchema.getName())) in touchUpDataModel()165 XMPNode arrayNode = XMPNodeUtils.findChildNode(currSchema, "xmpRights:UsageTerms", in touchUpDataModel()[all …]
316 XMPNode currSchema = (XMPNode) it.next(); in serializePrettyRDFSchemas() local317 serializePrettyRDFSchema(currSchema); in serializePrettyRDFSchemas()