Home
last modified time | relevance | path

Searched refs:doesPropertyExist (Results 1 – 3 of 3) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaImpl.java283 public boolean doesPropertyExist(String schemaNS, String propName) in doesPropertyExist() method in XMPMetaImpl
312 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))
DXMPSerializerRDF.java226 if (!xmp.doesPropertyExist(XMPConst.NS_XMP, "Thumbnails")) in checkOptionsConsistence()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPMeta.java518 boolean doesPropertyExist(String schemaNS, String propName); in doesPropertyExist() method