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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java 142 public static String composeQualifierPath(
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 247 String qualPath = propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
351 // qualNS and qualName are checked inside composeQualifierPath()
355 String path = XMPPathFactory.composeQualifierPath(qualNS, qualName);
981 String qualPath = propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
1152 String qualPath = propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
    [all...]

Completed in 64 milliseconds