public final class IteratorOptions extends Options
XMPIterator
construction.Modifier and Type | Field and Description |
---|---|
static int |
JUST_CHILDREN
Just do the immediate children of the root, default is subtree.
|
static int |
JUST_LEAFNAME
Return just the leaf part of the path, default is the full path.
|
static int |
JUST_LEAFNODES
Just do the leaf nodes, default is all nodes in the subtree.
|
static int |
OMIT_QUALIFIERS
Omit all qualifiers.
|
Constructor and Description |
---|
IteratorOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isJustChildren() |
boolean |
isJustLeafname() |
boolean |
isJustLeafnodes() |
boolean |
isOmitQualifiers() |
IteratorOptions |
setJustChildren(boolean value)
Sets the option and returns the instance.
|
IteratorOptions |
setJustLeafname(boolean value)
Sets the option and returns the instance.
|
IteratorOptions |
setJustLeafnodes(boolean value)
Sets the option and returns the instance.
|
IteratorOptions |
setOmitQualifiers(boolean value)
Sets the option and returns the instance.
|
clear, containsAllOptions, containsOneOf, equals, getOptions, getOptionsString, hashCode, isExactly, setOption, setOptions, toString
public static final int JUST_CHILDREN
public static final int JUST_LEAFNODES
public static final int JUST_LEAFNAME
public static final int OMIT_QUALIFIERS
public boolean isJustChildren()
public boolean isJustLeafname()
public boolean isJustLeafnodes()
public boolean isOmitQualifiers()
public IteratorOptions setJustChildren(boolean value)
value
- the value to setpublic IteratorOptions setJustLeafname(boolean value)
value
- the value to setpublic IteratorOptions setJustLeafnodes(boolean value)
value
- the value to setpublic IteratorOptions setOmitQualifiers(boolean value)
value
- the value to setCopyright © 2010 - 2020 Adobe. All Rights Reserved