com.jcoverage.reporting.html
Class Body

java.lang.Object
  extended bycom.jcoverage.reporting.html.HtmlElement
      extended bycom.jcoverage.reporting.html.HtmlBlockElement
          extended bycom.jcoverage.reporting.html.Body
All Implemented Interfaces:
Writable

public class Body
extends HtmlBlockElement


Field Summary
(package private) static org.apache.log4j.Logger logger
           
 
Fields inherited from class com.jcoverage.reporting.html.HtmlBlockElement
writables
 
Fields inherited from class com.jcoverage.reporting.html.HtmlElement
tag
 
Constructor Summary
Body()
           
 
Method Summary
 void add(java.lang.String pcdata)
           
 
Methods inherited from class com.jcoverage.reporting.html.HtmlBlockElement
add, closeBlock, getWritables, openBlock, writeTo, writeWritables
 
Methods inherited from class com.jcoverage.reporting.html.HtmlElement
closeElement, getTag, openElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
Constructor Detail

Body

public Body()
Method Detail

add

public void add(java.lang.String pcdata)