public class InlineCSSStringTransformer extends BaseCSSStringTransformer implements StringTransformer
StringTransformer that rewrites URLs in CSS in STYLE
attribute.cssImportNoUrlPatString, cssImportNoUrlPattern, cssUrlPatString, cssUrlPattern| Constructor and Description |
|---|
InlineCSSStringTransformer() |
| Modifier and Type | Method and Description |
|---|---|
String |
transform(ReplayParseContext context,
String css)
transforms text with certain rewrite rules.
|
patternRewritepublic String transform(ReplayParseContext context, String css)
StringTransformerRefactoring: change input type to CharSequence.
transform in interface StringTransformercontext - ReplayParseContextcss - text data to be transformedCopyright © 2005–2017 IIPC. All rights reserved.