Class and Description |
---|
ASCIIBits
ASCIIBits - Small helper class for building up 128-bit bit-mask (2 longs)
to be used testing lower-ASCII characters.
|
CDATAEncoder
CDATAEncoder -- encoder for CDATA sections.
|
CSSEncoder
CSSEncoder -- Encoder for Cascading-Style-Sheet string and URI contexts.
|
CSSEncoder.Mode
Encoding mode of operation--specified the set of characters that
required encoding.
|
Encoder
This is the low-level encoding API.
|
HTMLEncoder
HTMLEncoder -- an encoder for HTML contexts.
|
JavaEncoder
JavaEncoder -- Encoder for Java based strings.
|
JavaScriptEncoder
JavaScriptEncoder -- An encoder for JavaScript string contexts.
|
JavaScriptEncoder.Mode
Mode of operation constants for the JavaScriptEncoder.
|
UnsupportedContextException
UnsupportedContextException -- thrown when the encoding context
specified is not known or supported.
|
URIEncoder
URIEncoder -- An encoder for URI based contexts.
|
URIEncoder.Mode
Encoding mode of operation for URI encodes.
|
XMLCommentEncoder
XMLCommentEncoder -- Encodes for the XML/HTML comment context.
|
XMLEncoder
XMLEncoder -- encoder for XML attribute and content data.
|
XMLEncoder.Mode
An enum of supported "modes" of operation for the XMLEncoder.
|