OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skipSiblings
(Results
1 - 2
of
2
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPIterator.java
81
void
skipSiblings
();
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java
30
* Calls to <code>skipSubtree()</code> / <code>
skipSiblings
()</code> will affect the iteration.
40
/** flag to indicate that
skipSiblings
() has been called. */
41
protected boolean
skipSiblings
= false;
42
/** flag to indicate that
skipSiblings
() has been called. */
132
* @see XMPIterator#
skipSiblings
()
134
public void
skipSiblings
()
137
this.
skipSiblings
= true;
333
if (
skipSiblings
)
336
skipSiblings
= false;
561
else if (
skipSiblings
)
[
all
...]
Completed in 303 milliseconds