org.speakright.core.tests
Class TestHTML

java.lang.Object
  extended by org.speakright.core.tests.TestHTML
All Implemented Interfaces:
ISRExtensionFactory

public class TestHTML
extends java.lang.Object
implements ISRExtensionFactory


Constructor Summary
TestHTML()
           
 
Method Summary
 ISpeechPageWriter createPageWriter()
          Create a page writer that renders SpeakRight output content into VoiceXML or whatever markup text you want.
 void log(java.lang.String s)
           
 void test1()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestHTML

public TestHTML()
Method Detail

log

public void log(java.lang.String s)

test1

public void test1()

createPageWriter

public ISpeechPageWriter createPageWriter()
Description copied from interface: ISRExtensionFactory
Create a page writer that renders SpeakRight output content into VoiceXML or whatever markup text you want.

Specified by:
createPageWriter in interface ISRExtensionFactory
Returns: