All Classes
-
All Classes Class Summary Enum Summary Exception Summary Class 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.ChainedEncoder ChainedEncoder -- An encoder that chains together two encoders in order.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.Encode Encode -- fluent interface for contextual encoding.Encode.Buffer A buffer used for encoding.EncodedWriter EncodedWriter -- A writer the encodes all input for a specific context and writes the encoded output to another writer.Encoder This is the low-level encoding API.Encoders Encoders -- Public factory method for obtaining instances of Encoders.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.Unicode ASCII and Unicode constants.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.