com.sun.xml.bind.marshaller

Class MinimumEscapeHandler

public class MinimumEscapeHandler extends Object implements CharacterEscapeHandler

Performs no character escaping. Usable only when the output encoding is UTF, but this handler gives the maximum performance.
Field Summary
static CharacterEscapeHandlertheInstance
Method Summary
voidescape(char[] ch, int start, int length, boolean isAttVal, Writer out)

Field Detail

theInstance

public static final CharacterEscapeHandler theInstance

Method Detail

escape

public void escape(char[] ch, int start, int length, boolean isAttVal, Writer out)