Searched defs:propPath (Results 1 - 1 of 1) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPIteratorImpl.java53 * @param propPath the iteration is redurce to this property within the <code>schemaNS</code>
57 public XMPIteratorImpl(XMPMetaImpl xmp, String schemaNS, String propPath, argument
67 boolean baseProperty = propPath != null && propPath.length() > 0;
77 XMPPath path = XMPPathParser.expandXPath(schemaNS, propPath);

Completed in 317 milliseconds