Searched refs:dcSchema (Results 1 – 1 of 1) sorted by relevance
186 private static void normalizeDCArrays(XMPNode dcSchema) throws XMPException in normalizeDCArrays() argument188 for (int i = 1; i <= dcSchema.getChildrenLength(); i++) in normalizeDCArrays()190 XMPNode currProp = dcSchema.getChild(i); in normalizeDCArrays()204 dcSchema.replaceChild(i, newArray); in normalizeDCArrays()594 XMPNode dcSchema = XMPNodeUtils.findSchemaNode( in migrateAudioCopyright() local600 XMPNode dcRightsArray = XMPNodeUtils.findChildNode (dcSchema, "dc:rights", false); in migrateAudioCopyright()