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

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
H A DXMPPropertyInfo.java21 public interface XMPPropertyInfo extends XMPProperty interface in inherits:XMPProperty
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPIteratorImpl.java23 import com.adobe.xmp.properties.XMPPropertyInfo;
227 private XMPPropertyInfo returnProperty = null;
351 returnProperty = (XMPPropertyInfo) subIterator.next();
372 XMPPropertyInfo result = returnProperty;
443 protected XMPPropertyInfo createPropertyInfo(final XMPNode node, final String baseNS,
448 return new XMPPropertyInfo()
500 protected XMPPropertyInfo getReturnProperty()
509 protected void setReturnProperty(XMPPropertyInfo returnProperty)

Completed in 136 milliseconds