OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XMPProperty
(Results
1 - 4
of
4
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
XMPProperty.java
21
public interface
XMPProperty
XMPPropertyInfo.java
21
public interface XMPPropertyInfo extends
XMPProperty
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java
17
import com.adobe.xmp.properties.
XMPProperty
;
57
* @return Returns a <code>
XMPProperty
</code> containing the value and the options or
61
XMPProperty
getProperty(String schemaNS, String propName) throws XMPException;
75
* @return Returns a <code>
XMPProperty
</code> containing the value and the options or
79
XMPProperty
getArrayItem(String schemaNS, String arrayName, int itemIndex) throws XMPException;
113
* @return Returns a <code>
XMPProperty
</code> containing the value and the options or
118
XMPProperty
getStructField(
147
* @return Returns a <code>
XMPProperty
</code> containing the value and the options of the
156
XMPProperty
getQualifier(
636
* @return Returns an <code>
XMPProperty
</code> containing the value, the actual language and
[
all
...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java
28
import com.adobe.xmp.properties.
XMPProperty
;
368
public
XMPProperty
getArrayItem(String schemaNS, String arrayName, int itemIndex)
383
public
XMPProperty
getLocalizedText(String schemaNS, String altTextName, String genericLang,
406
return new
XMPProperty
()
638
public
XMPProperty
getProperty(String schemaNS, String propName) throws XMPException
658
* @return Returns an <code>
XMPProperty
</code>
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
[
all
...]
Completed in 164 milliseconds