public interface StringTransformer
Input text may be entire HTML, JavaScript block, or as small as single attribute value.
Modifier and Type | Method and Description |
---|---|
String |
transform(ReplayParseContext context,
String input)
transforms text with certain rewrite rules.
|
String transform(ReplayParseContext context, String input)
Refactoring: change input
type to CharSequence
.
context
- ReplayParseContextinput
- text data to be transformedCopyright © 2005–2015 IIPC. All rights reserved.