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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java 149 XMPPath qualPath = XMPPathParser.expandXPath(qualNS, qualName);
150 if (qualPath.size() != 2)
155 return "/?" + qualPath.getSegment(XMPPath.STEP_ROOT_PROP).getName();
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 247 String qualPath = propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
248 deleteProperty(schemaNS, qualPath);
981 String qualPath = propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
982 return getProperty(schemaNS, qualPath);
1152 String qualPath = propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
1153 setProperty(schemaNS, qualPath, qualValue, options);
    [all...]

Completed in 351 milliseconds