| Package | Description |
|---|---|
| org.jibx.runtime | |
| org.jibx.runtime.impl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
static ICharacterEscaper |
USASCIIEscaper.getInstance()
Get instance of escaper.
|
static ICharacterEscaper |
UTF8Escaper.getInstance()
Get instance of escaper.
|
static ICharacterEscaper |
ISO88591Escaper.getInstance()
Get instance of escaper.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2005-2013 jibx.org. All Rights Reserved.