public static final class EscapingConventions.EscapeHtmlNospace extends EscapingConventions.CrossLanguageStringXform
|escapeHtmlNoSpace directive which allows arbitrary content
to be included in the value of an unquoted HTML attribute.| Modifier and Type | Field and Description |
|---|---|
static EscapingConventions.EscapeHtmlNospace |
INSTANCE
Implements the
|escapeHtmlNospace 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.EscapeHtmlNospace INSTANCE
|escapeHtmlNospace directive.protected com.google.common.collect.ImmutableList<EscapingConventions.Escape> defineEscapes()
EscapingConventions.CrossLanguageStringXformdefineEscapes in class EscapingConventions.CrossLanguageStringXform