static @NotNull BasedSequence |
Escaping.collapseWhitespace(@NotNull BasedSequence s,
@NotNull ReplacedTextMapper textMapper) |
|
static @NotNull BasedSequence |
Escaping.escapeHtml(@NotNull BasedSequence s,
boolean preserveEntities,
@NotNull ReplacedTextMapper textMapper) |
|
@NotNull BasedSequence |
BasedSequence.normalizeEndWithEOL(@NotNull ReplacedTextMapper textMapper) |
replace any \r\n and \r by \n, append terminating EOL if one is not present
|
@NotNull BasedSequence |
BasedSequenceImpl.normalizeEndWithEOL(@NotNull ReplacedTextMapper textMapper) |
|
static @NotNull BasedSequence |
Escaping.normalizeEndWithEOL(@NotNull BasedSequence s,
@NotNull ReplacedTextMapper textMapper) |
Normalize eol: embedded \r and \r\n are converted to \n
|
@NotNull BasedSequence |
BasedSequence.normalizeEOL(@NotNull ReplacedTextMapper textMapper) |
replace any \r\n and \r by \n
|
@NotNull BasedSequence |
BasedSequenceImpl.normalizeEOL(@NotNull ReplacedTextMapper textMapper) |
|
static @NotNull BasedSequence |
Escaping.normalizeEOL(@NotNull BasedSequence s,
@NotNull ReplacedTextMapper textMapper) |
Normalize eol: embedded \r and \r\n are converted to \n
|
static @NotNull BasedSequence |
Escaping.normalizeEOL(@NotNull BasedSequence s,
@NotNull ReplacedTextMapper textMapper,
boolean endWithEOL) |
Normalize eol: embedded \r and \r\n are converted to \n
|
static @NotNull BasedSequence |
Escaping.percentDecodeUrl(@NotNull BasedSequence s,
@NotNull ReplacedTextMapper textMapper) |
|
static @NotNull BasedSequence |
Escaping.percentEncodeUrl(@NotNull BasedSequence s,
@NotNull ReplacedTextMapper textMapper) |
|
static @NotNull BasedSequence |
Escaping.removeAll(@NotNull BasedSequence s,
@NotNull java.lang.CharSequence remove,
@NotNull ReplacedTextMapper textMapper) |
Replace entities and backslash escapes with literal characters.
|
void |
Escaping.Replacer.replace(@NotNull BasedSequence s,
int startIndex,
int endIndex,
@NotNull ReplacedTextMapper replacedTextMapper) |
|
private static @NotNull BasedSequence |
Escaping.replaceAll(@NotNull java.util.regex.Pattern p,
@NotNull BasedSequence s,
int startOffset,
int endOffset,
@NotNull Escaping.Replacer replacer,
@NotNull ReplacedTextMapper textMapper) |
|
private static @NotNull BasedSequence |
Escaping.replaceAll(@NotNull java.util.regex.Pattern p,
@NotNull BasedSequence s,
@NotNull Escaping.Replacer replacer,
@NotNull ReplacedTextMapper textMapper) |
|
private static @NotNull BasedSequence |
Escaping.replaceAll(@NotNull java.util.regex.Pattern p,
@NotNull BasedSequence s,
@NotNull java.util.List<Range> ranges,
@NotNull Escaping.Replacer replacer,
@NotNull ReplacedTextMapper textMapper) |
|
@NotNull BasedSequence |
BasedSequence.unescape(@NotNull ReplacedTextMapper textMapper) |
Get the unescaped string of this sequence content
|
@NotNull BasedSequence |
BasedSequenceImpl.unescape(@NotNull ReplacedTextMapper textMapper) |
|
static @NotNull BasedSequence |
Escaping.unescape(@NotNull BasedSequence s,
@NotNull ReplacedTextMapper textMapper) |
Replace entities and backslash escapes with literal characters.
|
static @NotNull BasedSequence |
Escaping.unescapeHtml(@NotNull BasedSequence s,
@NotNull ReplacedTextMapper textMapper) |
Replace entities and backslash escapes with literal characters.
|
static @NotNull BasedSequence |
Escaping.unescapeHtml(@NotNull BasedSequence s,
@NotNull java.util.List<Range> ranges,
@NotNull ReplacedTextMapper textMapper) |
Replace entities and backslash escapes with literal characters.
|