com.sun.xml.bind.marshaller

Interface CharacterEscapeHandler

public interface CharacterEscapeHandler

Performs character escaping and write the result to the output.

Since: 1.0.1

Method Summary
voidescape(char[] ch, int start, int length, boolean isAttVal, Writer out)

Method Detail

escape

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

Parameters: ch The array of characters. start The starting position. length The number of characters to use. isAttVal true if this is an attribute value literal.