Uses of Class
com.fasterxml.aalto.out.WNameTable

Packages that use WNameTable
com.fasterxml.aalto.out   
 

Uses of WNameTable in com.fasterxml.aalto.out
 

Fields in com.fasterxml.aalto.out declared as WNameTable
protected  WNameTable StreamWriterBase._symbols
           
 

Methods in com.fasterxml.aalto.out that return WNameTable
protected  WNameTable WNameTable.createChild(WNameFactory f)
           
 WNameTable WriterConfig.getAsciiSymbols(WNameFactory f)
           
 WNameTable WriterConfig.getCharSymbols(WNameFactory f)
           
 WNameTable WriterConfig.getLatin1Symbols(WNameFactory f)
           
 WNameTable WriterConfig.getUtf8Symbols(WNameFactory f)
           
 

Constructors in com.fasterxml.aalto.out with parameters of type WNameTable
NonRepairingStreamWriter(WriterConfig cfg, XmlWriter writer, WNameTable symbols)
           
RepairingStreamWriter(WriterConfig cfg, XmlWriter writer, WNameTable symbols)
           
StreamWriterBase(WriterConfig cfg, XmlWriter writer, WNameTable symbols)
           
 



Copyright © 2012 Fasterxml.com. All Rights Reserved.