Home
last modified time | relevance | path

Searched refs:XMPProperty (Results 1 – 4 of 4) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPMeta.java17 import com.adobe.xmp.properties.XMPProperty;
61 XMPProperty getProperty(String schemaNS, String propName) throws XMPException; in getProperty()
79 XMPProperty getArrayItem(String schemaNS, String arrayName, int itemIndex) throws XMPException; in getArrayItem()
118 XMPProperty getStructField( in getStructField()
156 XMPProperty getQualifier( in getQualifier()
642 XMPProperty getLocalizedText( in getLocalizedText()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaImpl.java28 import com.adobe.xmp.properties.XMPProperty;
368 public XMPProperty getArrayItem(String schemaNS, String arrayName, int itemIndex) in getArrayItem()
383 public XMPProperty getLocalizedText(String schemaNS, String altTextName, String genericLang, in getLocalizedText()
406 return new XMPProperty() in getLocalizedText()
638 public XMPProperty getProperty(String schemaNS, String propName) throws XMPException
662 protected XMPProperty getProperty(String schemaNS, String propName, int valueType)
681 return new XMPProperty()
974 public XMPProperty getQualifier(String schemaNS, String propName, String qualNS,
989 public XMPProperty getStructField(String schemaNS, String structName, String fieldNS,
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
DXMPPropertyInfo.java21 public interface XMPPropertyInfo extends XMPProperty
DXMPProperty.java21 public interface XMPProperty interface