public static final class EscapingConventions.FilterHtmlAttributes extends EscapingConventions.CrossLanguageStringXform
|filterHtmlAttributes directive which filters out identifiers that can't
appear as part of an HTML tag or attribute name.| Modifier and Type | Field and Description |
|---|---|
static EscapingConventions.FilterHtmlAttributes |
INSTANCE
Implements the
|filterHtmlAttributes 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.FilterHtmlAttributes INSTANCE
|filterHtmlAttributes directive.protected com.google.common.collect.ImmutableList<EscapingConventions.Escape> defineEscapes()
EscapingConventions.CrossLanguageStringXformdefineEscapes in class EscapingConventions.CrossLanguageStringXform