public static interface RegexIterator.MatchHandler
Modifier and Type | Method and Description |
---|---|
void |
characters(java.lang.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(java.lang.CharSequence s) throws XPathException
s
- a matching substring, or part thereof that falls within a specific groupXPathException
void onGroupStart(int groupNumber) throws XPathException
groupNumber
- the group number of the captured groupXPathException
void onGroupEnd(int groupNumber) throws XPathException
groupNumber
- the group number of the captured groupXPathException
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.