public
class
HideReturnsTransformationMethod
extends ReplacementTransformationMethod
This transformation method causes any carriage return characters (\r) to be hidden by displaying them as zero-width non-breaking space characters (\ufeff).
Summary
Public constructors | |
|---|---|
HideReturnsTransformationMethod()
|
|
Public methods | |
|---|---|
static
HideReturnsTransformationMethod
|
getInstance()
|
Protected methods | |
|---|---|
char[]
|
getOriginal()
The character to be replaced is \r. |
char[]
|
getReplacement()
The character that \r is replaced with is \ufeff. |
Inherited methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
From class
| |||||||||||||||||||||||
|
From class
| |||||||||||||||||||||||
|
From interface
| |||||||||||||||||||||||
Public constructors
HideReturnsTransformationMethod
public HideReturnsTransformationMethod ()
Public methods
Protected methods
getOriginal
protected char[] getOriginal ()
The character to be replaced is \r.
| Returns | |
|---|---|
char[] |
|
getReplacement
protected char[] getReplacement ()
The character that \r is replaced with is \ufeff.
| Returns | |
|---|---|
char[] |
|