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

Packages that use XMLElement
org.jacoco.report.internal.html   
org.jacoco.report.internal.xml   
 

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

Subclasses of XMLElement in org.jacoco.report.internal.html
 class HTMLElement
          A XMLElement with utility methods to create XHTML documents.
 

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

Subclasses of XMLElement in org.jacoco.report.internal.xml
 class ReportElement
          A XMLElement with utility methods to create JaCoCo XML reports.
 

Methods in org.jacoco.report.internal.xml that return XMLElement
 XMLElement XMLElement.element(String name)
          Creates a new child element for this element.
 

Constructors in org.jacoco.report.internal.xml with parameters of type XMLElement
XMLElement(String name, XMLElement parent)
          Creates a new child element within a XML document.
 



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