com.vladium.emma.report.html.doc
Class TextContent

java.lang.Object
  extended by com.vladium.emma.report.html.doc.TextContent
All Implemented Interfaces:
IContent

public final class TextContent
extends java.lang.Object
implements IContent

Author:
Vlad Roubtsov, (C) 2003

Field Summary
private  java.lang.String m_text
           
 
Constructor Summary
TextContent(java.lang.String text)
           
 
Method Summary
 void emit(HTMLWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_text

private final java.lang.String m_text
Constructor Detail

TextContent

public TextContent(java.lang.String text)
Method Detail

emit

public void emit(HTMLWriter out)
Specified by:
emit in interface IContent