public interface TextMangler
Modifier and Type | Method and Description |
---|---|
CharSequence |
mangle(CharSequence input)
Convert a character string into another string without losing information
|
CharSequence |
unmangle(CharSequence input)
Convert a character string into another string without losing information,
reversing the conversion performed by the mangle() method
|
CharSequence mangle(CharSequence input)
input
- the character string to be convertedCharSequence unmangle(CharSequence input)
input
- a character string produced by calling mangle()Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.