Uses of Class
com.vladsch.flexmark.util.sequence.ReplacedTextMapper
Packages that use ReplacedTextMapper
-
Uses of ReplacedTextMapper in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as ReplacedTextMapperMethods in com.vladsch.flexmark.util.sequence that return ReplacedTextMapperMethods in com.vladsch.flexmark.util.sequence with parameters of type ReplacedTextMapperModifier and TypeMethodDescriptionstatic @NotNull BasedSequenceEscaping.collapseWhitespace(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper) static @NotNull BasedSequenceEscaping.escapeHtml(@NotNull BasedSequence s, boolean preserveEntities, @NotNull ReplacedTextMapper textMapper) @NotNull BasedSequenceBasedSequence.normalizeEndWithEOL(@NotNull ReplacedTextMapper textMapper) replace any \r\n and \r by \n, append terminating EOL if one is not present@NotNull BasedSequenceBasedSequenceImpl.normalizeEndWithEOL(@NotNull ReplacedTextMapper textMapper) static @NotNull BasedSequenceEscaping.normalizeEndWithEOL(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper) Normalize eol: embedded \r and \r\n are converted to \n@NotNull BasedSequenceBasedSequence.normalizeEOL(@NotNull ReplacedTextMapper textMapper) replace any \r\n and \r by \n@NotNull BasedSequenceBasedSequenceImpl.normalizeEOL(@NotNull ReplacedTextMapper textMapper) static @NotNull BasedSequenceEscaping.normalizeEOL(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper) Normalize eol: embedded \r and \r\n are converted to \nstatic @NotNull BasedSequenceEscaping.normalizeEOL(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper, boolean endWithEOL) Normalize eol: embedded \r and \r\n are converted to \nstatic @NotNull BasedSequenceEscaping.percentDecodeUrl(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper) static @NotNull BasedSequenceEscaping.percentEncodeUrl(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper) static @NotNull BasedSequenceEscaping.removeAll(@NotNull BasedSequence s, @NotNull CharSequence remove, @NotNull ReplacedTextMapper textMapper) Replace entities and backslash escapes with literal characters.voidEscaping.Replacer.replace(@NotNull BasedSequence s, int startIndex, int endIndex, @NotNull ReplacedTextMapper replacedTextMapper) private static @NotNull BasedSequenceEscaping.replaceAll(@NotNull Pattern p, @NotNull BasedSequence s, int startOffset, int endOffset, @NotNull Escaping.Replacer replacer, @NotNull ReplacedTextMapper textMapper) private static @NotNull BasedSequenceEscaping.replaceAll(@NotNull Pattern p, @NotNull BasedSequence s, @NotNull Escaping.Replacer replacer, @NotNull ReplacedTextMapper textMapper) private static @NotNull BasedSequenceEscaping.replaceAll(@NotNull Pattern p, @NotNull BasedSequence s, @NotNull List<Range> ranges, @NotNull Escaping.Replacer replacer, @NotNull ReplacedTextMapper textMapper) @NotNull BasedSequenceBasedSequence.unescape(@NotNull ReplacedTextMapper textMapper) Get the unescaped string of this sequence content@NotNull BasedSequenceBasedSequenceImpl.unescape(@NotNull ReplacedTextMapper textMapper) static @NotNull BasedSequenceEscaping.unescape(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper) Replace entities and backslash escapes with literal characters.static @NotNull BasedSequenceEscaping.unescapeHtml(@NotNull BasedSequence s, @NotNull ReplacedTextMapper textMapper) Replace entities and backslash escapes with literal characters.static @NotNull BasedSequenceEscaping.unescapeHtml(@NotNull BasedSequence s, @NotNull List<Range> ranges, @NotNull ReplacedTextMapper textMapper) Replace entities and backslash escapes with literal characters.Constructors in com.vladsch.flexmark.util.sequence with parameters of type ReplacedTextMapper