Home
last modified time | relevance | path

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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNormalizer.java136 XMPNode currSchema = (XMPNode) it.next(); in touchUpDataModel() local
137 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 …]
DXMPSerializerRDF.java316 XMPNode currSchema = (XMPNode) it.next(); in serializePrettyRDFSchemas() local
317 serializePrettyRDFSchema(currSchema); in serializePrettyRDFSchemas()