public XmlFriendlyReplacer(String dollarReplacement, String underscoreReplacement)(Code)
Creates an XmlFriendlyReplacer with custom replacements
Parameters: dollarReplacement - the replacement for '$' Parameters: underscoreReplacement - the replacement for '_'
Unescapes name re-enstating '$' and '_' when replacement strings are found
Parameters: name - the name of attribute or node The String with unescaped name