| Package | Description |
|---|---|
| com.vladsch.flexmark.util.html | |
| com.vladsch.flexmark.util.sequence |
| Modifier and Type | Method and Description |
|---|---|
static BasedSequence |
Escaping.collapseWhitespace(BasedSequence s,
ReplacedTextMapper textMapper) |
static BasedSequence |
Escaping.escapeHtml(BasedSequence s,
boolean preserveEntities,
ReplacedTextMapper textMapper) |
static BasedSequence |
Escaping.normalizeEndWithEOL(BasedSequence s,
ReplacedTextMapper textMapper)
Normalize eol: embedded \r and \r\n are converted to \n
|
static BasedSequence |
Escaping.normalizeEOL(BasedSequence s,
ReplacedTextMapper textMapper)
Normalize eol: embedded \r and \r\n are converted to \n
|
static BasedSequence |
Escaping.normalizeEOL(BasedSequence s,
ReplacedTextMapper textMapper,
boolean endWithEOL)
Normalize eol: embedded \r and \r\n are converted to \n
|
static BasedSequence |
Escaping.removeAll(BasedSequence s,
CharSequence remove,
ReplacedTextMapper textMapper)
Replace entities and backslash escapes with literal characters.
|
static BasedSequence |
Escaping.unescape(BasedSequence s,
ReplacedTextMapper textMapper)
Replace entities and backslash escapes with literal characters.
|
static BasedSequence |
Escaping.unescapeHtml(BasedSequence s,
ReplacedTextMapper textMapper)
Replace entities and backslash escapes with literal characters.
|
| Modifier and Type | Method and Description |
|---|---|
ReplacedTextMapper |
ReplacedTextMapper.getParent() |
| Modifier and Type | Method and Description |
|---|---|
BasedSequence |
BasedSequence.normalizeEndWithEOL(ReplacedTextMapper textMapper)
replace any \r\n and \r by \n, append terminating EOL if one is not present
|
BasedSequence |
BasedSequenceImpl.normalizeEndWithEOL(ReplacedTextMapper textMapper) |
BasedSequence |
BasedSequence.normalizeEOL(ReplacedTextMapper textMapper)
replace any \r\n and \r by \n
|
BasedSequence |
BasedSequenceImpl.normalizeEOL(ReplacedTextMapper textMapper) |
BasedSequence |
BasedSequence.unescape(ReplacedTextMapper textMapper)
Get the unescaped string of this sequence content
|
BasedSequence |
BasedSequenceImpl.unescape(ReplacedTextMapper textMapper) |
Copyright © 2019. All rights reserved.