com.bluecast.xml

Class XMLDecoderFactory

public class XMLDecoderFactory extends Object

Factory class for creating CharsetDecoders that also convert carriage returns to linefeeds and check for invalid XML characters, as per the XML 1.0 specification.

Version: $Revision: 1.4 $

Author: Yuval Oren, yuval@bluecast.com

Method Summary
static XMLDecodercreateDecoder(String encoding)

Method Detail

createDecoder

public static XMLDecoder createDecoder(String encoding)