Searched refs:composeArrayItemPath (Results 1 - 2 of 2) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPPathFactory.java38 * String path += XMPPathFactory.composeArrayItemPath (schemaNS, "Array" index);
83 public static String composeArrayItemPath(String arrayName, int itemIndex) throws XMPException method in class:XMPPathFactory
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaImpl.java201 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
311 String path = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
374 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);

Completed in 65 milliseconds