public interface Substitution
| Modifier and Type | Method and Description |
|---|---|
void |
handleMatch(StringBuffer buffer,
MatchResult result)
When substituting matches in a matcher, the handleMatch method of the
supplied substitution is called with a MatchResult.
|
void handleMatch(StringBuffer buffer, MatchResult result)
buffer - StringBuffer to append the output toresult - MatchResult with the matchCopyright © 2003–2022 Sakai Project. All rights reserved.