OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IteratorOptions
(Results
1 - 4
of
4
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
IteratorOptions.java
18
public final class
IteratorOptions
extends Options
75
public
IteratorOptions
setJustChildren(boolean value)
88
public
IteratorOptions
setJustLeafname(boolean value)
101
public
IteratorOptions
setJustLeafnodes(boolean value)
114
public
IteratorOptions
setOmitQualifiers(boolean value)
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java
21
import com.adobe.xmp.options.
IteratorOptions
;
37
private
IteratorOptions
options;
54
* @param options advanced iteration options, see {@link
IteratorOptions
}
58
IteratorOptions
options) throws XMPException
61
this.options = options != null ? options : new
IteratorOptions
();
171
protected
IteratorOptions
getOptions()
518
* and is only used for the option {@link
IteratorOptions
#JUST_CHILDREN}.
XMPMetaImpl.java
25
import com.adobe.xmp.options.
IteratorOptions
;
1012
* @see XMPMeta#iterator(
IteratorOptions
)
1014
public XMPIterator iterator(
IteratorOptions
options) throws XMPException
1021
* @see XMPMeta#iterator(String, String,
IteratorOptions
)
1023
public XMPIterator iterator(String schemaNS, String propName,
IteratorOptions
options)
[
all
...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java
14
import com.adobe.xmp.options.
IteratorOptions
;
[
all
...]
Completed in 44 milliseconds