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 groupXPathExceptionvoid onGroupEnd(XPathContext c, int groupNumber) throws XPathException
c - the dynamic evaluation contextgroupNumber - the group number of the captured groupXPathExceptionCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.