| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.adobe.xmp.options.Options
com.adobe.xmp.options.IteratorOptions
public final class IteratorOptions
Options for XMPIterator construction.
| Field Summary | |
|---|---|
| static int | JUST_CHILDRENJust do the immediate children of the root, default is subtree. | 
| static int | JUST_LEAFNAMEReturn just the leaf part of the path, default is the full path. | 
| static int | JUST_LEAFNODESJust do the leaf nodes, default is all nodes in the subtree. | 
| static int | OMIT_QUALIFIERSOmit all qualifiers. | 
| Constructor Summary | |
|---|---|
| IteratorOptions() | |
| Method Summary | |
|---|---|
|  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. | 
| Methods inherited from class com.adobe.xmp.options.Options | 
|---|
| clear, containsAllOptions, containsOneOf, equals, getOptions, getOptionsString, hashCode, isExactly, setOption, setOptions, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int JUST_CHILDREN
public static final int JUST_LEAFNODES
public static final int JUST_LEAFNAME
public static final int OMIT_QUALIFIERS
| Constructor Detail | 
|---|
public IteratorOptions()
| Method Detail | 
|---|
public boolean isJustChildren()
public boolean isJustLeafname()
public boolean isJustLeafnodes()
public boolean isOmitQualifiers()
public IteratorOptions setJustChildren(boolean value)
value - the value to set
public IteratorOptions setJustLeafname(boolean value)
value - the value to set
public IteratorOptions setJustLeafnodes(boolean value)
value - the value to set
public IteratorOptions setOmitQualifiers(boolean value)
value - the value to set
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||