List of usage examples for com.google.common.base Escaper interface-usage
From source file com.google.template.soy.internal.base.CharEscaper.java
/**
* An object that converts literal text into a format safe for inclusion in a
* particular context (such as an XML document). Typically (but not always), the
* inverse process of "unescaping" the text is performed automatically by the
* relevant parser.
*
From source file com.google.template.soy.internal.base.UnicodeEscaper.java
/**
* An {@link Escaper} that converts literal text into a format safe for
* inclusion in a particular context (such as an XML document). Typically (but
* not always), the inverse process of "unescaping" the text is performed
* automatically by the relevant parser.
*