HomeSort by relevance Sort by last modified time
    Searched defs:doesPropertyExist (Results 1 - 2 of 2) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java 518 boolean doesPropertyExist(String schemaNS, String propName);
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 281 * @see XMPMeta#doesPropertyExist(String, String)
283 public boolean doesPropertyExist(String schemaNS, String propName)
312 return doesPropertyExist(schemaNS, path);
334 return doesPropertyExist(schemaNS, structName + path);
356 return doesPropertyExist(schemaNS, propName + path);
1147 if (!doesPropertyExist(schemaNS, propName))
    [all...]

Completed in 65 milliseconds