Uses of Class
org.jacoco.report.internal.xml.ReportElement

Packages that use ReportElement
org.jacoco.report.internal.xml   
 

Uses of ReportElement in org.jacoco.report.internal.xml
 

Fields in org.jacoco.report.internal.xml declared as ReportElement
protected  ReportElement XMLGroupVisitor.element
          XML element of this group
 

Methods in org.jacoco.report.internal.xml that return ReportElement
 ReportElement ReportElement.classElement(org.jacoco.core.analysis.IClassCoverage coverage)
          Creates a 'class' element.
 ReportElement ReportElement.element(String name)
           
 ReportElement ReportElement.group(String name)
          Creates a 'group' element.
 ReportElement ReportElement.method(org.jacoco.core.analysis.IMethodCoverage coverage)
          Creates a 'method' element.
 ReportElement ReportElement.packageElement(String name)
          Creates a 'package' element.
 ReportElement ReportElement.sourcefile(String name)
          Creates a 'sourcefile' element.
 

Methods in org.jacoco.report.internal.xml with parameters of type ReportElement
static void XMLCoverageWriter.writeBundle(org.jacoco.core.analysis.IBundleCoverage bundle, ReportElement element)
          Writes the structure of a given bundle.
static void XMLCoverageWriter.writeCounters(org.jacoco.core.analysis.ICoverageNode node, ReportElement parent)
          Writes all non-zero counters of the given node.
 

Constructors in org.jacoco.report.internal.xml with parameters of type ReportElement
XMLGroupVisitor(ReportElement element, String name)
          New handler for a group with the given name.
 



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