|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.xmp.options.Options
com.itextpdf.xmp.options.IteratorOptions
public final class IteratorOptions
Options for XMPIterator
construction.
Field Summary | |
---|---|
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 Summary | |
---|---|
IteratorOptions()
|
Method Summary | |
---|---|
protected String |
defineOptionName(int option)
To be implemeted by inheritants. |
protected int |
getValidOptions()
To be implemeted by inheritants. |
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.itextpdf.xmp.options.Options |
---|
assertConsistency, clear, containsAllOptions, containsOneOf, equals, getOption, getOptions, getOptionsString, hashCode, isExactly, setOption, setOptions, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, 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
protected String defineOptionName(int option)
Options
defineOptionName
in class Options
option
- a single, valid option bit.
Options.defineOptionName(int)
protected int getValidOptions()
Options
getValidOptions
in class Options
Options.getValidOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |