Uses of Class
com.fasterxml.aalto.out.WNameFactory
Packages that use WNameFactory
-
Uses of WNameFactory in com.fasterxml.aalto.out
Subclasses of WNameFactory 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.classBase 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 WNameFactoryMethods in com.fasterxml.aalto.out with parameters of type WNameFactoryModifier and TypeMethodDescriptionprotected WNameTableWNameTable.createChild(WNameFactory f) WriterConfig.EncodingContext.getAsciiSymbols(WNameFactory f) WriterConfig.getAsciiSymbols(WNameFactory f) WriterConfig.EncodingContext.getCharSymbols(WNameFactory f) WriterConfig.getCharSymbols(WNameFactory f) WriterConfig.EncodingContext.getLatin1Symbols(WNameFactory f) WriterConfig.getLatin1Symbols(WNameFactory f) WriterConfig.EncodingContext.getUtf8Symbols(WNameFactory f) WriterConfig.getUtf8Symbols(WNameFactory f) Constructors in com.fasterxml.aalto.out with parameters of type WNameFactoryModifierConstructorDescriptionprivateWNameTable(WNameTable parent, WNameFactory f) Constructor used when creating a child instance