Package com.fasterxml.aalto.out
package com.fasterxml.aalto.out
-
ClassDescriptionThis is the generic implementation of
XmlWriter, used if the destination is byte-basedOutputStream, and encoding is 7-bit (US) Ascii.This class is used to represent all names that are to be serialized to byte streams, independent of specific encoding used (they will be stored on per-encoding symbol tables however).This abstract base class (partial implementation ofXmlWriter) is used if the destination is byte-basedOutputStream.This is the generic implementation ofXmlWriter, used if the destination is byte-basedOutputStream, and encoding is ISO-8859-1 (aka Latin1)Concrete implementation ofStreamWriterBase, which implements basic namespace-aware, non repairing functionality.Concrete implementation ofStreamWriterBase, which implements the "namespace repairing" mode of operation.This is the common base class for writers that output to byte-backed output sources, and use Ascii or ISO-8859-1 (Latin1) encoding.Base class forXMLStreamReaderimplementations.This is the generic implementation ofXmlWriter, used if the destination is byte-basedOutputStream, and encoding is UTF-8.This class is similar toPName, in that it implements an efficient representation of prefixed names, but one used on output (Writer) side.This abstract class defines factory object (with factory methods) that are needed byWNameTableinstances, to be able to constructWNameinstances for element and attribute names.This is a symbol table implementation used for storing byte-basedWNames.This is the shared configuration object passed by the factory to writer.Base class for output type / encoding-specific serializers used to do actual physical output of serialized xml content.