Uses of Interface
com.vladium.emma.report.html.doc.IElement

Packages that use IElement
com.vladium.emma.report.html   
com.vladium.emma.report.html.doc   
 

Uses of IElement in com.vladium.emma.report.html
 

Methods in com.vladium.emma.report.html that return IElement
private  IElement ReportGenerator.addPageFooter(HTMLDocument page, IItem item, IItem[] path)
           
private  IElement ReportGenerator.addPageHeader(HTMLDocument page, IItem item, IItem[] path)
           
 

Uses of IElement in com.vladium.emma.report.html.doc
 

Subinterfaces of IElement in com.vladium.emma.report.html.doc
static interface HTMLTable.ICell
           
static interface HTMLTable.IRow
           
 

Classes in com.vladium.emma.report.html.doc that implement IElement
 class HTMLDocument
           
 class HTMLTable
           
private static class HTMLTable.Cell
           
private static class HTMLTable.Row
           
 class HyperRef
           
(package private) static class IElement.Factory.ElementImpl
           
 

Fields in com.vladium.emma.report.html.doc declared as IElement
private  IElement HTMLDocument.m_body
           
private  IElement HTMLTable.m_caption
           
private  IElement HTMLDocument.m_head
           
 

Methods in com.vladium.emma.report.html.doc that return IElement
static IElement IElement.Factory.create(Tag tag)
           
static IElement IElement.Factory.create(Tag tag, AttributeSet attrs)
           
 IElement HTMLDocument.getBody()
           
 IElement HTMLDocument.getHead()
           
 IElement IElement.setText(java.lang.String text, boolean nbsp)
           
 IElement IElement.Factory.ElementImpl.setText(java.lang.String text, boolean nbsp)