|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICharacterEscaper | |
|---|---|
| org.jibx.runtime | |
| org.jibx.runtime.impl | |
| Uses of ICharacterEscaper in org.jibx.runtime |
|---|
| Methods in org.jibx.runtime with parameters of type ICharacterEscaper | |
|---|---|
void |
IMarshallingContext.setOutput(OutputStream outs,
String enc,
ICharacterEscaper esc)
Set output stream with encoding and escaper. |
void |
IMarshallingContext.setOutput(Writer outw,
ICharacterEscaper esc)
Set output writer and escaper. |
| Uses of ICharacterEscaper in org.jibx.runtime.impl |
|---|
| Classes in org.jibx.runtime.impl that implement ICharacterEscaper | |
|---|---|
class |
ISO88591Escaper
Handler for writing ASCII output stream. |
class |
USASCIIEscaper
Handler for writing ASCII output stream. |
class |
UTF8Escaper
Handler for writing UTF output stream (for any form of UTF, despite the name). |
| Methods in org.jibx.runtime.impl that return ICharacterEscaper | |
|---|---|
static ICharacterEscaper |
USASCIIEscaper.getInstance()
Get instance of escaper. |
static ICharacterEscaper |
UTF8Escaper.getInstance()
Get instance of escaper. |
static ICharacterEscaper |
ISO88591Escaper.getInstance()
Get instance of escaper. |
| Methods in org.jibx.runtime.impl with parameters of type ICharacterEscaper | |
|---|---|
void |
MarshallingContext.setOutput(OutputStream outs,
String enc,
ICharacterEscaper esc)
Set output stream with encoding and escaper. |
void |
MarshallingContext.setOutput(Writer outw,
ICharacterEscaper esc)
Set output writer and escaper. |
void |
GenericXMLWriter.setOutput(Writer outw,
ICharacterEscaper escaper)
Set output writer and escaper. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||