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 WNameTableStreamWriterBase._symbols(package private) WNameTableWriterConfig.EncodingContext.mAsciiTable(package private) WNameTableWriterConfig.EncodingContext.mCharTable(package private) WNameTableWriterConfig.EncodingContext.mLatin1Table(package private) final 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 WNameTableModifier 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) 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) protectedStreamWriterBase(WriterConfig cfg, XmlWriter writer, WNameTable symbols) privateWNameTable(WNameTable parent, WNameFactory f) Constructor used when creating a child instance