Uses of Class
org.jacoco.report.internal.xml.XMLElement
-
Packages that use XMLElement Package Description org.jacoco.cli.internal org.jacoco.report.internal.html org.jacoco.report.internal.xml -
-
Uses of XMLElement in org.jacoco.cli.internal
Methods in org.jacoco.cli.internal with parameters of type XMLElement Modifier and Type Method Description private static void
XmlDocumentation. writeCommand(Command command, XMLElement parent)
private static void
XmlDocumentation. writeOptions(XMLElement parent, java.util.List<org.kohsuke.args4j.spi.OptionHandler> list)
-
Uses of XMLElement in org.jacoco.report.internal.html
Subclasses of XMLElement in org.jacoco.report.internal.html Modifier and Type Class Description class
HTMLElement
AXMLElement
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 Modifier and Type Class Description class
ReportElement
AXMLElement
with utility methods to create JaCoCo XML reports.Fields in org.jacoco.report.internal.xml declared as XMLElement Modifier and Type Field Description private XMLElement
XMLElement. lastchild
Methods in org.jacoco.report.internal.xml that return XMLElement Modifier and Type Method Description XMLElement
XMLElement. element(java.lang.String name)
Creates a new child element for this element.Methods in org.jacoco.report.internal.xml with parameters of type XMLElement Modifier and Type Method Description private void
XMLElement. addChildElement(XMLElement child)
private static void
ReportElement. counterAttributes(XMLElement element, java.lang.String missedattr, java.lang.String coveredattr, ICounter counter)
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.
-