OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertyOptions
(Results
1 - 13
of
13
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
XMPProperty.java
13
import com.adobe.xmp.options.
PropertyOptions
;
32
PropertyOptions
getOptions();
XMPPropertyInfo.java
12
import com.adobe.xmp.options.
PropertyOptions
;
44
PropertyOptions
getOptions();
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java
22
public final class
PropertyOptions
extends Options
55
public
PropertyOptions
()
67
public
PropertyOptions
(int options) throws XMPException
87
public
PropertyOptions
setURI(boolean value)
109
public
PropertyOptions
setHasQualifiers(boolean value)
132
public
PropertyOptions
setQualifier(boolean value)
150
public
PropertyOptions
setHasLanguage(boolean value)
168
public
PropertyOptions
setHasType(boolean value)
186
public
PropertyOptions
setStruct(boolean value)
207
public
PropertyOptions
setArray(boolean value
[
all
...]
AliasOptions.java
25
public static final int PROP_ARRAY =
PropertyOptions
.ARRAY;
27
public static final int PROP_ARRAY_ORDERED =
PropertyOptions
.ARRAY_ORDERED;
29
public static final int PROP_ARRAY_ALTERNATE =
PropertyOptions
.ARRAY_ALTERNATE;
33
public static final int PROP_ARRAY_ALT_TEXT =
PropertyOptions
.ARRAY_ALT_TEXT;
146
* @return returns a {@link
PropertyOptions
}s object
149
public
PropertyOptions
toPropertyOptions() throws XMPException
151
return new
PropertyOptions
(getOptions());
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java
16
import com.adobe.xmp.options.
PropertyOptions
;
43
* See {@link
PropertyOptions
} for detailed information about the options.
179
* See {@link
PropertyOptions
} for detailed information about the options.
200
PropertyOptions
options) throws XMPException;
204
* @see XMPMeta#setProperty(String, String, Object,
PropertyOptions
)
240
PropertyOptions
options) throws XMPException;
244
* @see XMPMeta#setArrayItem(String, String, int, String,
PropertyOptions
)
281
PropertyOptions
options) throws XMPException;
285
* @see XMPMeta#insertArrayItem(String, String, int, String,
PropertyOptions
)
312
* <li> {@link
PropertyOptions
#ARRAY}
[
all
...]
XMPUtils.java
15
import com.adobe.xmp.options.
PropertyOptions
;
84
String catedStr,
PropertyOptions
arrayOptions, boolean preserveCommas)
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java
27
import com.adobe.xmp.options.
PropertyOptions
;
192
PropertyOptions
arrayForm = (
PropertyOptions
) dcArrayForms.get(currProp.getName());
217
PropertyOptions
.ARRAY |
218
PropertyOptions
.ARRAY_ORDERED |
219
PropertyOptions
.ARRAY_ALTERNATE |
220
PropertyOptions
.ARRAY_ALT_TEXT,
669
PropertyOptions
bagForm = new
PropertyOptions
();
679
PropertyOptions
seqForm = new PropertyOptions()
[
all
...]
XMPNode.java
22
import com.adobe.xmp.options.
PropertyOptions
;
51
private
PropertyOptions
options = null;
73
public XMPNode(String name, String value,
PropertyOptions
options)
87
public XMPNode(String name,
PropertyOptions
options)
298
PropertyOptions
opts = getOptions();
325
PropertyOptions
opts = getOptions();
424
PropertyOptions
newOptions;
427
newOptions = new
PropertyOptions
(getOptions().getOptions());
432
newOptions = new
PropertyOptions
();
541
public
PropertyOptions
getOptions(
[
all
...]
XMPMetaImpl.java
27
import com.adobe.xmp.options.
PropertyOptions
;
85
* @see XMPMeta#appendArrayItem(String, String,
PropertyOptions
, String,
86
*
PropertyOptions
)
88
public void appendArrayItem(String schemaNS, String arrayName,
PropertyOptions
arrayOptions,
89
String itemValue,
PropertyOptions
itemOptions) throws XMPException
96
arrayOptions = new
PropertyOptions
();
414
public
PropertyOptions
getOptions()
441
*
PropertyOptions
)
444
String specificLang, String itemValue,
PropertyOptions
options) throws XMPException
456
XMPNode arrayNode = XMPNodeUtils.findNode(tree, arrayPath, true, new
PropertyOptions
(
[
all
...]
XMPUtilsImpl.java
24
import com.adobe.xmp.options.
PropertyOptions
;
148
*
PropertyOptions
, boolean)}
170
String catedStr,
PropertyOptions
arrayOptions, boolean preserveCommas)
344
PropertyOptions
arrayOptions, XMPMetaImpl xmp) throws XMPException
360
PropertyOptions
arrayForm = arrayNode.getOptions();
535
new
PropertyOptions
().setSchemaNode(true));
636
PropertyOptions
sourceForm = sourceNode.getOptions();
637
PropertyOptions
destForm = destNode.getOptions();
746
PropertyOptions
leftForm = leftNode.getOptions();
747
PropertyOptions
rightForm = rightNode.getOptions()
[
all
...]
XMPNodeUtils.java
25
import com.adobe.xmp.options.
PropertyOptions
;
105
new
PropertyOptions
()
172
PropertyOptions
options = new
PropertyOptions
();
198
PropertyOptions
leafOptions) throws XMPException
339
* Verifies the
PropertyOptions
for consistancy and updates them as needed.
342
* @param options the <code>
PropertyOptions
</code>
347
static
PropertyOptions
verifySetOptions(
PropertyOptions
options, Object itemValue)
354
options = new
PropertyOptions
();
[
all
...]
XMPIteratorImpl.java
22
import com.adobe.xmp.options.
PropertyOptions
;
465
public
PropertyOptions
getOptions()
ParseRDF.java
25
import com.adobe.xmp.options.
PropertyOptions
;
1016
PropertyOptions
childOptions = new
PropertyOptions
();
[
all
...]
Completed in 556 milliseconds