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