CONTENT
attribute. Extracts URL part in CONTENT
attribute value, and translates it.
Possible Refactoring: There's no strong reason this class should extend {@link URLStringTransformer}. Since javascript:
URI in META-REFRESH is rejected by most browsers, transform
method could simply call {@link ReplayParseContext#contextualizeUrl(String)}rather than super.transform
. As META-REFRESH is found only in HTML document, there's no need for flags
member either.
|
|