public static interface RegexIterator.MatchHandler
| Modifier and Type | Method and Description |
|---|---|
void |
characters(CharSequence s)
Method to be called with each fragment of text in a matching substring
|
void |
onGroupEnd(int groupNumber)
Method to be called when the end of a captured group is encountered
|
void |
onGroupStart(int groupNumber)
Method to be called when the start of a captured group is encountered
|
void characters(CharSequence s) throws XPathException
s - a matching substring, or part thereof that falls within a specific groupXPathExceptionvoid onGroupStart(int groupNumber)
throws XPathException
groupNumber - the group number of the captured groupXPathExceptionvoid onGroupEnd(int groupNumber)
throws XPathException
groupNumber - the group number of the captured groupXPathExceptionCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.