Example usage for com.google.common.base CharEscaper subclass-usage

List of usage examples for com.google.common.base CharEscaper subclass-usage

Introduction

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

Usage

From source file com.google.gxp.compiler.xmb.XmlCharsetEscaper.java

/**
 * {@link CharEscaper} which converts characters that cannot be encoded in the
 * specified character set into XML character entity references. Note that
 * <em>this {@code CharEscaper} does not have special support for XML meta
 * characters</em> like angle brackets or ampersands. The client is responsible
 * for ensuring that those characters are already escaped appropriately.