|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jcoverage.reporting.html.HtmlElement
com.jcoverage.reporting.html.HtmlBlockElement
com.jcoverage.reporting.html.Html
Field Summary | |
(package private) Body |
body
|
(package private) Head |
head
|
(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 | |
Html()
|
Method Summary | |
void |
add(java.lang.String pcdata)
|
void |
add(Writable writable)
|
Body |
getBody()
|
Head |
getHead()
|
void |
setTitle(java.lang.String title)
|
void |
writeTo(java.io.PrintWriter writer)
Writes this HTML document to the given writer. |
Methods inherited from class com.jcoverage.reporting.html.HtmlBlockElement |
closeBlock, getWritables, openBlock, 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 |
static org.apache.log4j.Logger logger
Head head
Body body
Constructor Detail |
public Html()
Method Detail |
public Head getHead()
public Body getBody()
public void setTitle(java.lang.String title)
public void add(Writable writable)
add
in class HtmlBlockElement
public void add(java.lang.String pcdata)
public void writeTo(java.io.PrintWriter writer)
writeTo
in interface Writable
writeTo
in class HtmlBlockElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |