Uses of Class
org.jacoco.report.internal.html.HTMLElement
-
Packages that use HTMLElement Package Description 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 Modifier and Type Method Description HTMLElementHTMLElement. a(java.lang.String hrefattr)Creates a 'a' element.HTMLElementHTMLElement. a(java.lang.String hrefattr, java.lang.String classattr)Creates a 'a' element.HTMLElementHTMLElement. a(ILinkable linkable, ReportOutputFolder base)Creates a link to the givenILinkable.HTMLElementHTMLElement. body()Creates a 'body' element.HTMLElementHTMLElement. code()Creates a 'code' element.HTMLElementHTMLElement. div(java.lang.String classattr)Creates a 'div' element.HTMLElementHTMLElement. element(java.lang.String name)HTMLElementHTMLElement. h1()Creates a 'h1' element.HTMLElementHTMLElement. head()Creates a 'head' element.HTMLElementHTMLElement. link(java.lang.String relattr, java.lang.String hrefattr, java.lang.String typeattr)Creates a 'link' element.HTMLElementHTMLElement. meta(java.lang.String httpequivattr, java.lang.String contentattr)Creates a 'meta' element.HTMLElementHTMLElement. p()Creates a 'p' element.HTMLElementHTMLElement. pre(java.lang.String classattr)Creates a 'pre' element.HTMLElementHTMLElement. span()Creates a 'span' element.HTMLElementHTMLElement. span(java.lang.String classattr)Creates a 'span' element.HTMLElementHTMLElement. span(java.lang.String classattr, java.lang.String idattr)Creates a 'span' element.HTMLElementHTMLElement. table(java.lang.String classattr)Creates a 'table' element.HTMLElementHTMLElement. tbody()Creates a 'tbody' element.HTMLElementHTMLElement. td()Creates a 'td' element.HTMLElementHTMLElement. td(java.lang.String classattr)Creates a 'td' element.HTMLElementHTMLElement. tfoot()Creates a 'tfoot' element.HTMLElementHTMLElement. thead()Creates a 'thead' element.HTMLElementHTMLElement. title()Creates a 'title' element.HTMLElementHTMLElement. tr()Creates a 'tr' element.Constructors in org.jacoco.report.internal.html with parameters of type HTMLElement Constructor Description HTMLElement(java.lang.String name, HTMLElement parent) -
Uses of HTMLElement in org.jacoco.report.internal.html.page
Methods in org.jacoco.report.internal.html.page that return HTMLElement Modifier and Type Method Description (package private) HTMLElementSourceHighlighter. highlight(HTMLElement pre, ILine line, int lineNr)private HTMLElementSourceHighlighter. span(HTMLElement parent, java.lang.String id, java.lang.String style1, java.lang.String style2, java.lang.String title, ICounter branches)Methods in org.jacoco.report.internal.html.page with parameters of type HTMLElement Modifier and Type Method Description private voidReportPage. body(HTMLElement body)private voidReportPage. breadcrumb(HTMLElement div, ReportOutputFolder base)private static voidReportPage. breadcrumbParent(ReportPage page, HTMLElement div, ReportOutputFolder base)protected voidBundlePage. content(HTMLElement body)protected voidClassPage. content(HTMLElement body)protected abstract voidReportPage. content(HTMLElement body)Creates the actual content of the page.protected voidSessionsPage. content(HTMLElement body)protected voidSourceFilePage. content(HTMLElement body)protected voidTablePage. content(HTMLElement body)private voidSessionsPage. executionDataTable(HTMLElement body)private voidReportPage. footer(HTMLElement body)protected voidReportPage. head(HTMLElement head)Creates the elements within the head element.protected voidSourceFilePage. head(HTMLElement head)protected voidTablePage. head(HTMLElement head)(package private) HTMLElementSourceHighlighter. highlight(HTMLElement pre, ILine line, int lineNr)protected voidPackagePage. infoLinks(HTMLElement span)protected voidPackageSourcePage. infoLinks(HTMLElement span)protected voidReportPage. infoLinks(HTMLElement span)Inserts additional links on the top right corner.voidSourceHighlighter. render(HTMLElement parent, ISourceNode source, java.io.Reader contents)Highlights the given source file.private voidSourceHighlighter. renderCodeLine(HTMLElement pre, java.lang.String linesrc, ILine line, int lineNr)private voidSessionsPage. sessionTable(HTMLElement body)private HTMLElementSourceHighlighter. span(HTMLElement parent, java.lang.String id, java.lang.String style1, java.lang.String style2, java.lang.String title, ICounter branches) -
Uses of HTMLElement in org.jacoco.report.internal.html.table
Methods in org.jacoco.report.internal.html.table with parameters of type HTMLElement Modifier and Type Method Description private voidBarColumn. bar(HTMLElement td, int count, java.lang.String image, Resources resources, ReportOutputFolder base)private voidTable. body(HTMLElement table, java.util.List<? extends ITableItem> items, Resources resources, ReportOutputFolder base)(package private) voidTable.Column. body(HTMLElement tr, int idx, ITableItem item, Resources resources, ReportOutputFolder base)private voidCounterColumn. cell(HTMLElement td, ICoverageNode node)private voidPercentageColumn. cell(HTMLElement td, ICoverageNode node)voidBarColumn. footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base)voidCounterColumn. footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base)voidIColumnRenderer. footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base)Renders the footer for this column.voidLabelColumn. footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base)voidPercentageColumn. footer(HTMLElement td, ICoverageNode total, Resources resources, ReportOutputFolder base)(package private) voidTable.Column. footer(HTMLElement tr, ICoverageNode total, Resources resources, ReportOutputFolder base)private voidTable. footer(HTMLElement table, ICoverageNode total, Resources resources, ReportOutputFolder base)private voidTable. header(HTMLElement table, java.util.List<? extends ITableItem> items, ICoverageNode total)(package private) voidTable.Column. init(HTMLElement tr, java.util.List<? extends ITableItem> items, ICoverageNode total)voidBarColumn. item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)voidCounterColumn. item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)voidIColumnRenderer. item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)Renders a single item in this column.voidLabelColumn. item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)voidPercentageColumn. item(HTMLElement td, ITableItem item, Resources resources, ReportOutputFolder base)voidTable. render(HTMLElement parent, java.util.List<? extends ITableItem> items, ICoverageNode total, Resources resources, ReportOutputFolder base)Renders a table for the given icon
-