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 WNameTableStreamWriterBase. _symbols(package private) WNameTableWriterConfig.EncodingContext. mAsciiTable(package private) WNameTableWriterConfig.EncodingContext. mCharTable(package private) WNameTableWriterConfig.EncodingContext. mLatin1Table(package private) WNameTableWNameTable. mParentParent reference is needed to be able to merge new symbols if and as necessary(package private) WNameTableWriterConfig.EncodingContext. mUtf8TableMethods in com.fasterxml.aalto.out that return WNameTable 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)Methods in com.fasterxml.aalto.out with parameters of type WNameTable Modifier and Type Method Description private booleanWNameTable. 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
-