Uses of Interface
org.jibx.runtime.ICharacterEscaper
-
Packages that use ICharacterEscaper Package Description org.jibx.runtime org.jibx.runtime.impl -
-
Uses of ICharacterEscaper in org.jibx.runtime
Methods in org.jibx.runtime with parameters of type ICharacterEscaper Modifier and Type Method Description voidIMarshallingContext. setOutput(OutputStream outs, String enc, ICharacterEscaper esc)Set output stream with encoding and escaper.voidIMarshallingContext. 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 Modifier and Type Class Description classISO88591EscaperHandler for writing ASCII output stream.classUSASCIIEscaperHandler for writing ASCII output stream.classUTF8EscaperHandler for writing UTF output stream (for any form of UTF, despite the name).Methods in org.jibx.runtime.impl that return ICharacterEscaper Modifier and Type Method Description static ICharacterEscaperISO88591Escaper. getInstance()Get instance of escaper.static ICharacterEscaperUSASCIIEscaper. getInstance()Get instance of escaper.static ICharacterEscaperUTF8Escaper. getInstance()Get instance of escaper.Methods in org.jibx.runtime.impl with parameters of type ICharacterEscaper Modifier and Type Method Description voidGenericXMLWriter. setOutput(Writer outw, ICharacterEscaper escaper)Set output writer and escaper.voidMarshallingContext. setOutput(OutputStream outs, String enc, ICharacterEscaper esc)Set output stream with encoding and escaper.voidMarshallingContext. setOutput(Writer outw, ICharacterEscaper esc)Set output writer and escaper.
-