com.bluecast.xml

Class XMLDecoderFactory


public class XMLDecoderFactory
extends java.lang.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 XMLDecoder
createDecoder(String encoding)

Method Details

createDecoder

public static XMLDecoder createDecoder(String encoding)
            throws UnsupportedEncodingException