Uses of Class
com.fasterxml.aalto.out.WNameTable
Packages that use WNameTable
-
Uses of WNameTable in com.fasterxml.aalto.out
Fields in com.fasterxml.aalto.out declared as WNameTableModifier and TypeFieldDescriptionprotected WNameTable
StreamWriterBase._symbols
(package private) WNameTable
WriterConfig.EncodingContext.mAsciiTable
(package private) WNameTable
WriterConfig.EncodingContext.mCharTable
(package private) WNameTable
WriterConfig.EncodingContext.mLatin1Table
(package private) final WNameTable
WNameTable.mParent
Parent reference is needed to be able to merge new symbols if and as necessary(package private) WNameTable
WriterConfig.EncodingContext.mUtf8Table
Methods in com.fasterxml.aalto.out that return WNameTableModifier and TypeMethodDescriptionprotected WNameTable
WNameTable.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) Methods in com.fasterxml.aalto.out with parameters of type WNameTableConstructors in com.fasterxml.aalto.out with parameters of type WNameTableModifierConstructorDescriptionNonRepairingStreamWriter
(WriterConfig cfg, XmlWriter writer, WNameTable symbols) RepairingStreamWriter
(WriterConfig cfg, XmlWriter writer, WNameTable symbols) protected
StreamWriterBase
(WriterConfig cfg, XmlWriter writer, WNameTable symbols) private
WNameTable
(WNameTable parent, WNameFactory f) Constructor used when creating a child instance