OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendArrayItem
(Results
1 - 2
of
2
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java
303
*
appendArrayItem
() appends an item to the array. The corresponding parameters have the same
319
* {@link XMPMeta#
appendArrayItem
(String, String, String)}.
324
void
appendArrayItem
(
333
* @see XMPMeta#
appendArrayItem
(String, String, PropertyOptions, String, PropertyOptions)
340
void
appendArrayItem
(
[
all
...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java
85
* @see XMPMeta#
appendArrayItem
(String, String, PropertyOptions, String,
88
public void
appendArrayItem
(String schemaNS, String arrayName, PropertyOptions arrayOptions,
154
* @see XMPMeta#
appendArrayItem
(String, String, String)
156
public void
appendArrayItem
(String schemaNS, String arrayName, String itemValue)
159
appendArrayItem
(schemaNS, arrayName, null, itemValue, null);
[
all
...]
Completed in 80 milliseconds