All Classes and Interfaces
Class
Description
Utility class for obtaining a correct classloader on which to operate from a
specific class.
Utility class for performing CSS escape/unescape operations.
Levels defined for escape/unescape operations of CSS identifiers:
Types of escape operations to be performed on CSS identifiers:
Internal class in charge of performing the real escape operations.
Levels defined for escape/unescape operations of CSS strings:
Types of escape operations to be performed on CSS strings:
Internal class in charge of performing the real escape operations.
Internal class in charge of performing the real unescape operations.
Utility class for performing CSV escape/unescape operations.
Internal class in charge of performing the real escape/unescape operations.
This class initializes the
HtmlEscapeSymbols.HTML4_SYMBOLS
structure.
This class initializes the
HtmlEscapeSymbols.HTML5_SYMBOLS
structure.
Utility class for performing HTML escape/unescape operations.
Levels defined for HTML escape/unescape operations:
Instances of this class group all the complex data structures needed to support full escape and unescape
operations for HTML.
Types of escape operations to be performed on HTML text:
Internal class in charge of performing the real escape/unescape operations.
Utility class for performing Java escape/unescape operations.
Levels defined for Java escape/unescape operations:
Internal class in charge of performing the real escape/unescape operations.
Utility class for performing JavaScript escape/unescape operations.
Levels defined for JavaScript escape/unescape operations:
Types of escape operations to be performed on JavaScript text:
Internal class in charge of performing the real escape/unescape operations.
Utility class for performing JSON escape/unescape operations.
Levels defined for JSON escape/unescape operations:
Types of escape operations to be performed on JSON text:
Internal class in charge of performing the real escape/unescape operations.
Utility class for performing Java Properties (.properties files) escape/unescape operations.
Levels defined for Java Properties escape/unescape operations:
Internal class in charge of performing the real escape/unescape operations.
Internal class in charge of performing the real escape/unescape operations.
Levels defined for Java Properties escape/unescape operations:
Internal class in charge of performing the real escape/unescape operations.
Class meant to keep some constants related to the version of the Unbescape library being used, build date, etc.
Utility class for performing URI escape/unescape operations.
Internal class in charge of performing the real escape/unescape operations.
This class initializes the
XmlEscapeSymbols.XML10_SYMBOLS
structure.
This class initializes the
XmlEscapeSymbols.XML11_SYMBOLS
structure.
Implementations of this interface are used to determine what codepoitns are allowed in
XML escaped output (even when escaped), and what codepoints should be simply removed from
output.
Utility class for performing XML escape/unescape operations.
Levels defined for XML escape/unescape operations:
Instances of this class group all the complex data structures needed to support escape and unescape
operations for XML.
Types of escape operations to be performed on XML text:
Internal class in charge of performing the real escape/unescape operations.