Uses of Class
org.jacoco.report.internal.xml.XMLElement
-
Packages that use XMLElement Package Description 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 Modifier and Type Class Description classHTMLElementAXMLElementwith utility methods to create XHTML documents. -
Uses of XMLElement in org.jacoco.report.internal.xml
Subclasses of XMLElement in org.jacoco.report.internal.xml Modifier and Type Class Description classReportElementAXMLElementwith utility methods to create JaCoCo XML reports.Methods in org.jacoco.report.internal.xml that return XMLElement Modifier and Type Method Description XMLElementXMLElement. element(java.lang.String name)Creates a new child element for this element.Constructors in org.jacoco.report.internal.xml with parameters of type XMLElement Constructor Description XMLElement(java.lang.String name, XMLElement parent)Creates a new child element within a XML document.
-