|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RegexIterator.OnGroup
Interface defining a call-back action for processing captured groups
Method Summary | |
---|---|
void |
onGroupEnd(XPathContext c,
int groupNumber)
Method to be called when the end of a captured group is encountered |
void |
onGroupStart(XPathContext c,
int groupNumber)
Method to be called when the start of a captured group is encountered |
Method Detail |
---|
void onGroupStart(XPathContext c, int groupNumber) throws XPathException
c
- the dynamic evaluation contextgroupNumber
- the group number of the captured group
XPathException
void onGroupEnd(XPathContext c, int groupNumber) throws XPathException
c
- the dynamic evaluation contextgroupNumber
- the group number of the captured group
XPathException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |