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 voidXmlDocumentation. writeCommand(Command command, XMLElement parent)private static voidXmlDocumentation. 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 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.Fields in org.jacoco.report.internal.xml declared as XMLElement Modifier and Type Field Description private XMLElementXMLElement. lastchildMethods 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.Methods in org.jacoco.report.internal.xml with parameters of type XMLElement Modifier and Type Method Description private voidXMLElement. addChildElement(XMLElement child)private static voidReportElement. 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.
-