Uses of Package
com.fasterxml.aalto.out
-
Packages that use com.fasterxml.aalto.out Package Description com.fasterxml.aalto.dom com.fasterxml.aalto.io com.fasterxml.aalto.out com.fasterxml.aalto.stax -
Classes in com.fasterxml.aalto.out used by com.fasterxml.aalto.dom Class Description WriterConfig This is the shared configuration object passed by the factory to writer. -
Classes in com.fasterxml.aalto.out used by com.fasterxml.aalto.io Class Description WriterConfig This is the shared configuration object passed by the factory to writer. -
Classes in com.fasterxml.aalto.out used by com.fasterxml.aalto.out Class Description ByteXmlWriter This abstract base class (partial implementation ofXmlWriter) is used if the destination is byte-basedOutputStream.SingleByteXmlWriter This is the common base class for writers that output to byte-backed output sources, and use Ascii or ISO-8859-1 (Latin1) encoding.StreamWriterBase Base class forXMLStreamReaderimplementations.StreamWriterBase.State WName This class is similar toPName, in that it implements an efficient representation of prefixed names, but one used on output (Writer) side.WNameFactory This abstract class defines factory object (with factory methods) that are needed byWNameTableinstances, to be able to constructWNameinstances for element and attribute names.WNameTable This is a symbol table implementation used for storing byte-basedWNames.WriterConfig This is the shared configuration object passed by the factory to writer.XmlWriter Base class for output type / encoding-specific serializers used to do actual physical output of serialized xml content. -
Classes in com.fasterxml.aalto.out used by com.fasterxml.aalto.stax Class Description WriterConfig This is the shared configuration object passed by the factory to writer.