public static interface RegexIterator.OnGroup
Modifier and Type | Method and Description |
---|---|
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
|
void onGroupStart(XPathContext c, int groupNumber) throws XPathException
c
- the dynamic evaluation contextgroupNumber
- the group number of the captured groupXPathException
void onGroupEnd(XPathContext c, int groupNumber) throws XPathException
c
- the dynamic evaluation contextgroupNumber
- the group number of the captured groupXPathException
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.