net.sourceforge.jeuclid.testsuite
Class TestSuiteProcessor

java.lang.Object
  extended by net.sourceforge.jeuclid.testsuite.TestSuiteProcessor

public final class TestSuiteProcessor
extends Object

Process the actual TestSuite.

Version:
$Revision: c85f3d42bf55 $

Method Summary
static TestSuiteProcessor getInstance()
          Retrieve the TestSuiteProcessor singleton object.
 boolean process(Source inputSource, Result result, boolean apply3Mod)
          Process Source testsuite xhtml file to xhtml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TestSuiteProcessor getInstance()
Retrieve the TestSuiteProcessor singleton object.

Returns:
the TestSuiteProcessor.

process

public boolean process(Source inputSource,
                       Result result,
                       boolean apply3Mod)
Process Source testsuite xhtml file to xhtml.

Parameters:
inputSource - InputSource
result - Result
apply3Mod - if true apply modifications specific to testsuite3
Returns:
true if something was written to result.


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.