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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java 36 * String path = XMPPathFactory.composeStructFieldPath (schemaNS, "Struct", fieldNS,
46 * String path = XMPPathFactory.composeStructFieldPath (schemaNS, "Struct", fieldNS,
114 public static String composeStructFieldPath(String fieldNS,
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 265 // fieldNS and fieldName are checked inside composeStructFieldPath
270 + XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
329 // fieldNS and fieldName are checked inside composeStructFieldPath()
333 String path = XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
992 // fieldNS and fieldName are checked inside composeStructFieldPath
996 String fieldPath = structName + XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
1178 String fieldPath = structName + XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
    [all...]

Completed in 32 milliseconds