Uses of Class
com.fasterxml.aalto.out.WNameTable
-
Packages that use WNameTable Package Description com.fasterxml.aalto.out -
-
Uses of WNameTable in com.fasterxml.aalto.out
Fields in com.fasterxml.aalto.out declared as WNameTable Modifier and Type Field Description protected WNameTable
StreamWriterBase. _symbols
(package private) WNameTable
WriterConfig.EncodingContext. mAsciiTable
(package private) WNameTable
WriterConfig.EncodingContext. mCharTable
(package private) WNameTable
WriterConfig.EncodingContext. mLatin1Table
(package private) 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 WNameTable Modifier and Type Method Description protected WNameTable
WNameTable. createChild(WNameFactory f)
WNameTable
WriterConfig.EncodingContext. getAsciiSymbols(WNameFactory f)
WNameTable
WriterConfig. getAsciiSymbols(WNameFactory f)
WNameTable
WriterConfig.EncodingContext. getCharSymbols(WNameFactory f)
WNameTable
WriterConfig. getCharSymbols(WNameFactory f)
WNameTable
WriterConfig.EncodingContext. getLatin1Symbols(WNameFactory f)
WNameTable
WriterConfig. getLatin1Symbols(WNameFactory f)
WNameTable
WriterConfig.EncodingContext. getUtf8Symbols(WNameFactory f)
WNameTable
WriterConfig. getUtf8Symbols(WNameFactory f)
Methods in com.fasterxml.aalto.out with parameters of type WNameTable Modifier and Type Method Description private boolean
WNameTable. mergeFromChild(WNameTable child)
Constructors in com.fasterxml.aalto.out with parameters of type WNameTable Constructor Description NonRepairingStreamWriter(WriterConfig cfg, XmlWriter writer, WNameTable symbols)
RepairingStreamWriter(WriterConfig cfg, XmlWriter writer, WNameTable symbols)
StreamWriterBase(WriterConfig cfg, XmlWriter writer, WNameTable symbols)
WNameTable(WNameTable parent, WNameFactory f)
Constructor used when creating a child instance
-