public class HTMLUtils extends Object
| Constructor and Description |
|---|
HTMLUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Chunk> |
sanitize(String str,
boolean preserveWhiteSpace) |
static List<Chunk> |
sanitizeInline(String str,
boolean preserveWhiteSpace)
Sanitize the String for use in in-line tags.
|
static List<Chunk> |
sanitizeInline(String str,
boolean preserveWhiteSpace,
boolean replaceNonBreakableSpaces) |
Copyright © 2020. All rights reserved.