List of usage examples for com.google.common.base CharEscaper subclass-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.