Class Summary |
CharInfo |
This class provides services that tell if a character should have
special treatement, such as entity reference substitution or normalization
of a newline character. |
ElemDesc |
This class is in support of SerializerToHTML, and acts as a sort
of element representative for HTML elements. |
EncodingInfo |
Holds information about a given encoding. |
Encodings |
Provides information about encodings. |
Method |
Names of the four default output methods.
|
SerializerFactory |
Factory for creating serializers. |
SerializerToHTML |
SerializerToHTML formats SAX-style events into XML. |
SerializerToText |
This class takes SAX events (in addition to some extra events
that SAX doesn't handle yet) and produces simple text only. |
SerializerToXML |
SerializerToXML formats SAX-style events into XML. |
WriterToASCI |
This class writes ASCII to a byte stream as quickly as possible. |
WriterToUTF8 |
This class writes ASCII to a byte stream as quickly as possible. |
WriterToUTF8Buffered |
This class writes ASCII to a byte stream as quickly as possible. |