com.jcoverage.reporting.html
Class HtmlBlockElement
java.lang.Object
com.jcoverage.reporting.html.HtmlElement
com.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
static org.apache.log4j.Logger logger
writables
java.util.List writables
HtmlBlockElement
protected HtmlBlockElement(java.lang.String tag)
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)