Example usage for com.google.common.base Escaper interface-usage

List of usage examples for com.google.common.base Escaper interface-usage

Introduction

In this page you can find the example usage for com.google.common.base Escaper interface-usage.

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.
 *