protected abstract class ConfigurableXMLRewriter.Replacer extends Object
apply(String)
and can use the other
methodsModifier | Constructor and Description |
---|---|
protected |
Replacer() |
Modifier and Type | Method and Description |
---|---|
abstract String |
apply(String to) |
protected String |
rewriteSingleLink(String link)
Rewrites a single possible link.
|
protected String rewriteSingleLink(String link)
link
- the URI contained, optionally whitespace-padded
(whitespace will be stripped). If the link is found in the
mapping, its replacement is applied (fragment-preserving).null
if
link isn't known.Copyright © 2017 TextGrid. All rights reserved.