class |
CSSCodec |
Implementation of the Codec interface for backslash encoding used in CSS.
|
class |
DB2Codec |
Deprecated.
|
class |
JavaScriptCodec |
Implementation of the Codec interface for backslash encoding in JavaScript.
|
class |
LegacyHTMLEntityCodec |
Deprecated.
|
class |
MySQLCodec |
Deprecated.
|
class |
OracleCodec |
Deprecated.
|
class |
PercentCodec |
Implementation of the Codec interface for percent encoding (aka URL encoding).
|
class |
UnixCodec |
Implementation of the Codec interface for '\' encoding from Unix command shell.
|
class |
VBScriptCodec |
Implementation of the Codec interface for 'quote' encoding from VBScript.
|
class |
WindowsCodec |
Implementation of the Codec interface for '^' encoding from Windows command shell.
|
class |
XMLEntityCodec |
Implementation of the Codec interface for XML entity encoding.
|