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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPPathFactory.java142 public static String composeQualifierPath( method in class:XMPPathFactory
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaImpl.java247 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);

Completed in 147 milliseconds