Uses of Class
com.fasterxml.aalto.out.XmlWriter
Packages that use XmlWriter
-
Uses of XmlWriter in com.fasterxml.aalto.out
Subclasses of XmlWriter in com.fasterxml.aalto.outModifier and TypeClassDescriptionfinal classThis is the generic implementation ofXmlWriter, used if the destination is byte-basedOutputStream, and encoding is 7-bit (US) Ascii.classThis abstract base class (partial implementation ofXmlWriter) is used if the destination is byte-basedOutputStream.final classfinal classThis is the generic implementation ofXmlWriter, used if the destination is byte-basedOutputStream, and encoding is ISO-8859-1 (aka Latin1)classThis is the common base class for writers that output to byte-backed output sources, and use Ascii or ISO-8859-1 (Latin1) encoding.final classThis is the generic implementation ofXmlWriter, used if the destination is byte-basedOutputStream, and encoding is UTF-8.Fields in com.fasterxml.aalto.out declared as XmlWriterModifier and TypeFieldDescriptionprotected final XmlWriterStreamWriterBase._xmlWriterActual physical writer to output serialized XML content toConstructors in com.fasterxml.aalto.out with parameters of type XmlWriterModifierConstructorDescriptionNonRepairingStreamWriter(WriterConfig cfg, XmlWriter writer, WNameTable symbols) RepairingStreamWriter(WriterConfig cfg, XmlWriter writer, WNameTable symbols) protectedStreamWriterBase(WriterConfig cfg, XmlWriter writer, WNameTable symbols)