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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java 38 * String path += XMPPathFactory.composeArrayItemPath (schemaNS, "Array" index);
83 public static String composeArrayItemPath(String arrayName, int itemIndex) throws XMPException
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 201 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
311 String path = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
374 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
    [all...]

Completed in 1946 milliseconds