public static final class EscapingConventions.NormalizeHtmlNospace extends EscapingConventions.CrossLanguageStringXform
| Modifier and Type | Field and Description |
|---|---|
static EscapingConventions.NormalizeHtmlNospace |
INSTANCE
Implements the
|normalizeHtml directive. |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.ImmutableList<EscapingConventions.Escape> |
defineEscapes()
Returns the escapes used for this escaper.
|
escape, escape, getDirectiveName, getEscapes, getInnocuousOutput, getLangFunctionNames, getNonAsciiPrefix, getValueFilterpublic static final EscapingConventions.NormalizeHtmlNospace INSTANCE
|normalizeHtml directive.protected com.google.common.collect.ImmutableList<EscapingConventions.Escape> defineEscapes()
EscapingConventions.CrossLanguageStringXformdefineEscapes in class EscapingConventions.CrossLanguageStringXform