public class XmlStreamReaderUtilitiesCompatibilityTest extends XmlStreamReaderUtilitiesTest
| Constructor and Description |
|---|
XmlStreamReaderUtilitiesCompatibilityTest() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
calculateHttpEncoding(String httpContentType,
String bomEnc,
String xmlGuessEnc,
String xmlEnc,
boolean lenient,
String defaultEncoding) |
protected String |
calculateRawEncoding(String bomEnc,
String xmlGuessEnc,
String xmlEnc,
String defaultEncoding) |
testAppXml, testCalculateHttpEncoding, testCalculateHttpEncodingUtf32, testCalculateRawEncodingAdditonalUTF16, testCalculateRawEncodingAdditonalUTF32, testCalculateRawEncodingNoBOM, testCalculateRawEncodingStandard, testCalculateRawEncodingStandardUtf32, testContentTypeEncoding, testContentTypeMime, testTextXmlpublic XmlStreamReaderUtilitiesCompatibilityTest()
protected String calculateRawEncoding(String bomEnc, String xmlGuessEnc, String xmlEnc, String defaultEncoding) throws IOException
calculateRawEncoding in class XmlStreamReaderUtilitiesTestIOExceptionprotected String calculateHttpEncoding(String httpContentType, String bomEnc, String xmlGuessEnc, String xmlEnc, boolean lenient, String defaultEncoding) throws IOException
calculateHttpEncoding in class XmlStreamReaderUtilitiesTestIOExceptionCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.