Java com.google.common.base CharEscaper fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.base CharEscaper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.base CharEscaper.

The text is from its open source code.

Subclass

com.google.common.base.CharEscaper has subclasses.
Click this link to see all its subclasses.

Method

Stringescape(String string)
Returns the escaped form of a given literal string.
Appendableescape(final Appendable out)
Returns an Appendable instance which automatically escapes all text appended to it before passing the resulting text to an underlying Appendable .
char[]escape(char c)
Returns the escaped form of the given character, or null if this character does not need to be escaped.