Searched defs:doesPropertyExist (Results 1 - 2 of 2) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMeta.java518 boolean doesPropertyExist(String schemaNS, String propName); method in interface:XMPMeta
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaImpl.java281 * @see XMPMeta#doesPropertyExist(String, String)
283 public boolean doesPropertyExist(String schemaNS, String propName) method in class:XMPMetaImpl
312 return doesPropertyExist(schemaNS, path);
334 return doesPropertyExist(schemaNS, structName + path);
356 return doesPropertyExist(schemaNS, propName + path);
1147 if (!doesPropertyExist(schemaNS, propName))

Completed in 77 milliseconds