nu.validator.htmlparser.test
Class EncodingTester

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

public class EncodingTester
extends Object


Field Summary
private  InputStream aggregateStream
           
private  StringBuilder builder
           
 
Constructor Summary
EncodingTester(InputStream aggregateStream)
           
 
Method Summary
static void main(String[] args)
           
private  boolean runTest()
           
private  void runTests()
           
private  boolean skipLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aggregateStream

private final InputStream aggregateStream

builder

private final StringBuilder builder
Constructor Detail

EncodingTester

public EncodingTester(InputStream aggregateStream)
Parameters:
aggregateStream -
Method Detail

runTests

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

runTest

private boolean runTest()
                 throws IOException,
                        SAXException
Throws:
IOException
SAXException

skipLabel

private boolean skipLabel()
                   throws IOException
Throws:
IOException

main

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