Uses of Package
com.fasterxml.aalto.out
Packages that use com.fasterxml.aalto.out
Package
Description
-
Classes in com.fasterxml.aalto.out used by com.fasterxml.aalto.domClassDescriptionThis is the shared configuration object passed by the factory to writer.
-
Classes in com.fasterxml.aalto.out used by com.fasterxml.aalto.ioClassDescriptionThis is the shared configuration object passed by the factory to writer.
-
Classes in com.fasterxml.aalto.out used by com.fasterxml.aalto.outClassDescriptionThis abstract base class (partial implementation of
XmlWriter
) is used if the destination is byte-basedOutputStream
.Simple helper class to allow resolving of namespace bindings either from prefix to URI, or vice versa.Simple container for information regarding an open element within stream writer output.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 forXMLStreamReader
implementations.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 byWNameTable
instances, to be able to constructWName
instances for element and attribute names.This is a symbol table implementation used for storing byte-basedWName
s.This is the shared configuration object passed by the factory to writer.This is a simple container class that is used to encapsulate per-factory encoding-dependant information like symbol tables.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.staxClassDescriptionThis is the shared configuration object passed by the factory to writer.