| java.lang.Object org.custommonkey.xmlunit.Replacement
Replacement | public class Replacement (Code) | | Performs replacement of one String by another String
within one or more Strings.
This was once required but a code refactoring made it redundant and I don't have
the heart to kill it off...!
|
Replacement | public Replacement(char[] ofChars, char[] byChars)(Code) | | |
hasReplaceBy | public boolean hasReplaceBy()(Code) | | |
replace | final public char[] replace(char[] inChars)(Code) | | |
|
|