Uses of Class
org.jacoco.report.internal.html.HTMLElement

Packages that use HTMLElement
org.jacoco.report.internal.html   
org.jacoco.report.internal.html.page   
org.jacoco.report.internal.html.table Internal: Sortable HTML table for coverage node elements. 
 

Uses of HTMLElement in org.jacoco.report.internal.html
 

Methods in org.jacoco.report.internal.html that return HTMLElement
 HTMLElement HTMLElement.a(ILinkable linkable, ReportOutputFolder base)
          Creates a link to the given ILinkable.
 HTMLElement HTMLElement.a(String hrefattr)
          Creates a 'a' element.
 HTMLElement HTMLElement.a(String hrefattr, String classattr)
          Creates a 'a' element.
 HTMLElement HTMLElement.body()
          Creates a 'body' element.
 HTMLElement HTMLElement.code()
          Creates a 'code' element.
 HTMLElement HTMLElement.div(String classattr)
          Creates a 'div' element.
 HTMLElement HTMLElement.element(String name)
           
 HTMLElement HTMLElement.h1()
          Creates a 'h1' element.
 HTMLElement HTMLElement.head()
          Creates a 'head' element.
 HTMLElement HTMLElement.link(String relattr, String hrefattr, String typeattr)
          Creates a 'link' element.
 HTMLElement HTMLElement.meta(String httpequivattr, String contentattr)
          Creates a 'meta' element.
 HTMLElement HTMLElement.p()
          Creates a 'p' element.
 HTMLElement HTMLElement.pre(String classattr)
          Creates a 'pre' element.
 HTMLElement HTMLElement.span()
          Creates a 'span' element.
 HTMLElement HTMLElement.span(String classattr)
          Creates a 'span' element.
 HTMLElement HTMLElement.span(String classattr, String idattr)
          Creates a 'span' element.
 HTMLElement HTMLElement.table(String classattr)
          Creates a 'table' element.
 HTMLElement HTMLElement.tbody()
          Creates a 'tbody' element.
 HTMLElement HTMLElement.td()
          Creates a 'td' element.
 HTMLElement HTMLElement.td(String classattr)
          Creates a 'td' element.
 HTMLElement HTMLElement.tfoot()
          Creates a 'tfoot' element.
 HTMLElement HTMLElement.thead()
          Creates a 'thead' element.
 HTMLElement HTMLElement.title()
          Creates a 'title' element.
 HTMLElement HTMLElement.tr()
          Creates a 'tr' element.
 

Uses of HTMLElement in org.jacoco.report.internal.html.page
 

Methods in org.jacoco.report.internal.html.page with parameters of type HTMLElement
protected  void SourceFilePage.content(HTMLElement body)
           
protected  void TablePage.content(HTMLElement body)
           
protected  void ClassPage.content(HTMLElement body)
           
protected abstract  void ReportPage.content(HTMLElement body)
          Creates the actual content of the page.
protected  void SessionsPage.content(HTMLElement body)
           
protected  void BundlePage.content(HTMLElement body)
           
protected  void SourceFilePage.head(HTMLElement head)
           
protected  void TablePage.head(HTMLElement head)
           
protected  void ReportPage.head(HTMLElement head)
          Creates the elements within the head element.
protected  void ReportPage.infoLinks(HTMLElement span)
          Inserts additional links on the top right corner.
protected  void PackagePage.infoLinks(HTMLElement span)
           
protected  void PackageSourcePage.infoLinks(HTMLElement span)
           
 

Uses of HTMLElement in org.jacoco.report.internal.html.table
 

Methods in org.jacoco.report.internal.html.table with parameters of type HTMLElement
 void CounterColumn.footer(HTMLElement td, org.jacoco.core.analysis.ICoverageNode total, Resources resources, ReportOutputFolder base)
           
 void BarColumn.footer(HTMLElement td, org.jacoco.core.analysis.ICoverageNode total, Resources resources, ReportOutputFolder base)
           
 void LabelColumn.footer(HTMLElement td, org.jacoco.core.analysis.ICoverageNode total, Resources resources, ReportOutputFolder base)
           
 void PercentageColumn.footer(HTMLElement td, org.jacoco.core.analysis.ICoverageNode total, Resources resources, ReportOutputFolder base)
           
 void IColumnRenderer.footer(HTMLElement td, org.jacoco.core.analysis.ICoverageNode total, Resources resources, ReportOutputFolder base)
          Renders the footer for this column.
 void CounterColumn.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)
           
 void BarColumn.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)
           
 void LabelColumn.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)
           
 void PercentageColumn.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)
           
 void IColumnRenderer.item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)
          Renders a single item in this column.
 void Table.render(HTMLElement parent, List<? extends ITableItem> items, org.jacoco.core.analysis.ICoverageNode total, Resources resources, ReportOutputFolder base)
          Renders a table for the given icon
 



Copyright © 2009–2023 Mountainminds GmbH & Co. KG. All rights reserved.