|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Context
The context object passed to callback methods in Content
,
Each
, Filter
, and Mapper
Method Summary | |
---|---|
Element |
element()
The element currently being iterated on. |
int |
elementIndex()
The index of the element currently being iterated on. |
int |
elementSize()
The number of elements currently being iterated on. |
Element |
match()
The element in the set of matched elements from which this callback is made. |
int |
matchIndex()
The index of the element in the set of matched elements from which this callback is made. |
int |
matchSize()
The number of elements in the set of matched elements from which this callback is made. |
Method Detail |
---|
Element match()
int matchIndex()
int matchSize()
Element element()
If not further specified, this is the same as match()
int elementIndex()
If not further specified, this is the same as matchIndex()
int elementSize()
If not further specified, this is the same as matchSize()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |