Home
last modified time | relevance | path

Searched refs:JUST_LEAFNODES (Results 1 – 1 of 1) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DIteratorOptions.java23 public static final int JUST_LEAFNODES = 0x0200; field in IteratorOptions
56 return getOption(JUST_LEAFNODES); in isJustLeafnodes()
103 setOption(JUST_LEAFNODES, value); in setJustLeafnodes()
129 case JUST_LEAFNODES : return "JUST_LEAFNODES"; in defineOptionName()
144 JUST_LEAFNODES | in getValidOptions()