|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WNameFactory | |
|---|---|
| com.fasterxml.aalto.out | |
| Uses of WNameFactory in com.fasterxml.aalto.out |
|---|
| Subclasses of WNameFactory in com.fasterxml.aalto.out | |
|---|---|
class |
AsciiXmlWriter
This is the generic implementation of XmlWriter, used if
the destination is byte-based OutputStream, and
encoding is 7-bit (US) Ascii. |
class |
ByteXmlWriter
This abstract base class (partial implementation of XmlWriter)
is used if the destination is byte-based OutputStream. |
class |
CharXmlWriter
This is the generic implementation of XmlWriter, used if
the destination is a character based, like a Writer. |
class |
Latin1XmlWriter
This is the generic implementation of XmlWriter, used if
the destination is byte-based OutputStream, and
encoding is ISO-8859-1 (aka Latin1) |
class |
SingleByteXmlWriter
This is the common base class for writers that output to byte-backed output sources, and use Ascii or ISO-8859-1 (Latin1) encoding. |
class |
Utf8XmlWriter
This is the generic implementation of XmlWriter, used if
the destination is byte-based OutputStream, and
encoding is UTF-8. |
class |
XmlWriter
Base class for output type / encoding-specific serializers used to do actual physical output of serialized xml content. |
| Methods in com.fasterxml.aalto.out with parameters of type WNameFactory | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||