OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:returnProperty
(Results
1 - 2
of
2
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java
227
private XMPPropertyInfo
returnProperty
= null;
266
if (
returnProperty
!= null)
307
* Sets the
returnProperty
as next item or recurses into <code>hasNext()</code>.
316
returnProperty
= createPropertyInfo(visitedNode, getBaseNS(), path);
351
returnProperty
= (XMPPropertyInfo) subIterator.next();
363
* The existance of
returnProperty
indicates if there is a next node, otherwise
372
XMPPropertyInfo result =
returnProperty
;
373
returnProperty
= null;
498
* @return Returns the
returnProperty
.
502
return
returnProperty
;
[
all
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 44 milliseconds