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 voidXmlDocumentation.writeCommand(Command command, XMLElement parent) private static voidXmlDocumentation.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 TypeClassDescriptionclassAXMLElementwith 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 TypeClassDescriptionclassAXMLElementwith 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 voidXMLElement.addChildElement(XMLElement child) private static voidReportElement.counterAttributes(XMLElement element, String missedattr, String coveredattr, ICounter counter) Constructors in org.jacoco.report.internal.xml with parameters of type XMLElementModifierConstructorDescriptionprotectedXMLElement(String name, XMLElement parent) Creates a new child element within a XML document.