Uses of Class
org.jacoco.report.internal.xml.XMLElement
Packages that use XMLElement
Package
Description
-
Uses of XMLElement in org.jacoco.cli.internal
Methods in org.jacoco.cli.internal with parameters of type XMLElementModifier and TypeMethodDescriptionprivate static void
XmlDocumentation.writeCommand
(Command command, XMLElement parent) private static void
XmlDocumentation.writeOptions
(XMLElement parent, List<org.kohsuke.args4j.spi.OptionHandler> list) -
Uses of XMLElement in org.jacoco.report.internal.html
Subclasses of XMLElement in org.jacoco.report.internal.htmlModifier and TypeClassDescriptionclass
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.xmlModifier and TypeClassDescriptionclass
AXMLElement
with utility methods to create JaCoCo XML reports.Fields in org.jacoco.report.internal.xml declared as XMLElementMethods in org.jacoco.report.internal.xml that return XMLElementModifier and TypeMethodDescriptionCreates a new child element for this element.Methods in org.jacoco.report.internal.xml with parameters of type XMLElementModifier and TypeMethodDescriptionprivate void
XMLElement.addChildElement
(XMLElement child) private static void
ReportElement.counterAttributes
(XMLElement element, String missedattr, String coveredattr, ICounter counter) Constructors in org.jacoco.report.internal.xml with parameters of type XMLElementModifierConstructorDescriptionprotected
XMLElement
(String name, XMLElement parent) Creates a new child element within a XML document.