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 WNameTableMethods in com.fasterxml.aalto.out that return WNameTableModifier and TypeMethodDescriptionprotected WNameTableWNameTable.createChild(WNameFactory f) WriterConfig.getAsciiSymbols(WNameFactory f) WriterConfig.getCharSymbols(WNameFactory f) WriterConfig.getLatin1Symbols(WNameFactory f) WriterConfig.getUtf8Symbols(WNameFactory f) Constructors 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)