HomeSort by relevance Sort by last modified time
    Searched refs:XMPPathFactory (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,
38 * String path += XMPPathFactory.composeArrayItemPath (schemaNS, "Array" index);
46 * String path = XMPPathFactory.composeStructFieldPath (schemaNS, "Struct", fieldNS,
61 public final class XMPPathFactory
64 private XMPPathFactory()
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 21 import com.adobe.xmp.XMPPathFactory;
201 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
247 String qualPath = propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
270 + XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
311 String path = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
333 String path = XMPPathFactory.composeStructFieldPath(fieldNS, fieldName);
355 String path = XMPPathFactory.composeQualifierPath(qualNS, qualName);
374 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
981 String qualPath = propName + XMPPathFactory.composeQualifierPath(qualNS, qualName);
996 String fieldPath = structName + XMPPathFactory.composeStructFieldPath(fieldNS, fieldName)
    [all...]

Completed in 60 milliseconds