Uses of Class
com.fasterxml.aalto.out.WNameFactory
-
Packages that use WNameFactory Package Description com.fasterxml.aalto.out -
-
Uses of WNameFactory in com.fasterxml.aalto.out
Subclasses of WNameFactory in com.fasterxml.aalto.out Modifier and Type Class Description classAsciiXmlWriterThis is the generic implementation ofXmlWriter, used if the destination is byte-basedOutputStream, and encoding is 7-bit (US) Ascii.classByteXmlWriterThis abstract base class (partial implementation ofXmlWriter) is used if the destination is byte-basedOutputStream.classCharXmlWriterThis is the generic implementation ofXmlWriter, used if the destination is a character based, like aWriter.classLatin1XmlWriterThis is the generic implementation ofXmlWriter, used if the destination is byte-basedOutputStream, and encoding is ISO-8859-1 (aka Latin1)classSingleByteXmlWriterThis is the common base class for writers that output to byte-backed output sources, and use Ascii or ISO-8859-1 (Latin1) encoding.classUtf8XmlWriterThis is the generic implementation ofXmlWriter, used if the destination is byte-basedOutputStream, and encoding is UTF-8.classXmlWriterBase class for output type / encoding-specific serializers used to do actual physical output of serialized xml content.Fields in com.fasterxml.aalto.out declared as WNameFactory Modifier and Type Field Description (package private) WNameFactoryWNameTable. mNameFactoryMethods in com.fasterxml.aalto.out with parameters of type WNameFactory Modifier and Type Method Description protected WNameTableWNameTable. createChild(WNameFactory f)WNameTableWriterConfig.EncodingContext. getAsciiSymbols(WNameFactory f)WNameTableWriterConfig. getAsciiSymbols(WNameFactory f)WNameTableWriterConfig.EncodingContext. getCharSymbols(WNameFactory f)WNameTableWriterConfig. getCharSymbols(WNameFactory f)WNameTableWriterConfig.EncodingContext. getLatin1Symbols(WNameFactory f)WNameTableWriterConfig. getLatin1Symbols(WNameFactory f)WNameTableWriterConfig.EncodingContext. getUtf8Symbols(WNameFactory f)WNameTableWriterConfig. getUtf8Symbols(WNameFactory f)Constructors in com.fasterxml.aalto.out with parameters of type WNameFactory Constructor Description WNameTable(WNameTable parent, WNameFactory f)Constructor used when creating a child instance
-