Java com.google.common.xml XmlEscapers fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.xml XmlEscapers fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

EscaperxmlAttributeEscaper()
Returns an Escaper instance that escapes special characters in a string so it can safely be included in XML document as an attribute value.
EscaperxmlContentEscaper()
Returns an Escaper instance that escapes special characters in a string so it can safely be included in an XML document as element content.