Searched refs:doesPropertyExist (Results 1 – 3 of 3) sorted by relevance
283 public boolean doesPropertyExist(String schemaNS, String propName) in doesPropertyExist() method in XMPMetaImpl312 return doesPropertyExist(schemaNS, path); in doesArrayItemExist()334 return doesPropertyExist(schemaNS, structName + path); in doesStructFieldExist()356 return doesPropertyExist(schemaNS, propName + path); in doesQualifierExist()1147 if (!doesPropertyExist(schemaNS, propName))
226 if (!xmp.doesPropertyExist(XMPConst.NS_XMP, "Thumbnails")) in checkOptionsConsistence()
518 boolean doesPropertyExist(String schemaNS, String propName); in doesPropertyExist() method