nu.validator.htmlparser.test
Class TreeTester

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

public class TreeTester
extends Object


Field Summary
private  BufferedInputStream aggregateStream
           
private  boolean streaming
           
 
Constructor Summary
TreeTester(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 BufferedInputStream aggregateStream

streaming

private boolean streaming
Constructor Detail

TreeTester

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

runTests

private void runTests()
               throws Throwable
Throws:
Throwable

runTest

private boolean runTest()
                 throws Throwable
Throws:
Throwable

skipLabel

private boolean skipLabel()
                   throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws Throwable
Parameters:
args -
Throws:
Throwable