nu.validator.htmlparser.test
Class DecoderLoopTester

java.lang.Object
  extended by nu.validator.htmlparser.test.DecoderLoopTester

public class DecoderLoopTester
extends Object


Field Summary
private static int LEAD_OFFSET
           
private static int NUMBER_OR_ASTRAL_CHARS
           
 
Constructor Summary
DecoderLoopTester()
           
 
Method Summary
private  void compare(HtmlInputStreamReader reader, int padding, char[] charArr, byte[] byteArr)
           
static void main(String[] args)
           
private  void runTest(int padding)
           
(package private)  void runTests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEAD_OFFSET

private static final int LEAD_OFFSET
See Also:
Constant Field Values

NUMBER_OR_ASTRAL_CHARS

private static final int NUMBER_OR_ASTRAL_CHARS
See Also:
Constant Field Values
Constructor Detail

DecoderLoopTester

public DecoderLoopTester()
Method Detail

runTest

private void runTest(int padding)
              throws SAXException,
                     IOException
Throws:
SAXException
IOException

compare

private void compare(HtmlInputStreamReader reader,
                     int padding,
                     char[] charArr,
                     byte[] byteArr)
              throws SAXException,
                     IOException
Parameters:
padding -
charArr -
byteArr -
Throws:
SAXException
IOException

runTests

void runTests()
        throws SAXException,
               IOException
Throws:
SAXException
IOException

main

public static void main(String[] args)
                 throws IOException,
                        SAXException
Parameters:
args -
Throws:
IOException
SAXException