|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bluecast.xml.XMLDecoderFactory
public class XMLDecoderFactory
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.
Constructor Summary | |
---|---|
XMLDecoderFactory()
|
Method Summary | |
---|---|
static XMLDecoder |
createDecoder(java.lang.String encoding)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLDecoderFactory()
Method Detail |
---|
public static XMLDecoder createDecoder(java.lang.String encoding) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |