com.jcoverage.reporting.html
Class HtmlBlockElement

java.lang.Object
  extended bycom.jcoverage.reporting.html.HtmlElement
      extended bycom.jcoverage.reporting.html.HtmlBlockElement
All Implemented Interfaces:
Writable
Direct Known Subclasses:
Body, Head, Html, Style

public abstract class HtmlBlockElement
extends HtmlElement


Field Summary
(package private) static org.apache.log4j.Logger logger
           
(package private)  java.util.List writables
           
 
Fields inherited from class com.jcoverage.reporting.html.HtmlElement
tag
 
Constructor Summary
protected HtmlBlockElement(java.lang.String tag)
           
 
Method Summary
 void add(Writable writable)
           
protected  void closeBlock(java.io.PrintWriter writer)
           
protected  java.util.List getWritables()
           
protected  void openBlock(java.io.PrintWriter writer)
           
 void writeTo(java.io.PrintWriter writer)
           
protected  void writeWritables(java.io.PrintWriter writer)
           
 
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

writables

java.util.List writables
Constructor Detail

HtmlBlockElement

protected HtmlBlockElement(java.lang.String tag)
Method Detail

add

public void add(Writable writable)

getWritables

protected java.util.List getWritables()

openBlock

protected void openBlock(java.io.PrintWriter writer)

closeBlock

protected void closeBlock(java.io.PrintWriter writer)

writeTo

public void writeTo(java.io.PrintWriter writer)

writeWritables

protected void writeWritables(java.io.PrintWriter writer)