Uses of Class
org.jacoco.report.internal.xml.XMLElement

Packages that use XMLElement
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
 class HTMLDocument
          XMLDocument that declares its content type to be XHTML 1.0 Strict and produces HTMLElements as children.
 class HTMLElement
          A XMLElement 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
 class XMLDocument
          Root element of an XML document.
 

Fields in org.jacoco.report.internal.xml declared as XMLElement
protected  XMLElement XMLGroupVisitor.element
          XML element of this group
 

Methods in org.jacoco.report.internal.xml that return XMLElement
 XMLElement XMLElement.attr(String name, int value)
          Adds an attribute to this element.
 XMLElement XMLElement.attr(String name, long value)
          Adds an attribute to this element.
 XMLElement XMLElement.attr(String name, String value)
          Adds an attribute to this element.
static XMLElement XMLCoverageWriter.createChild(XMLElement parent, String tagname, String name)
          Creates a child element with a name attribute.
 XMLElement XMLElement.element(String name)
          Creates a new child element for this element,
 XMLElement XMLElement.text(String text)
          Adds the given text as a child to this node.
 

Methods in org.jacoco.report.internal.xml with parameters of type XMLElement
protected  void XMLElement.addChildElement(XMLElement child)
          Adds the given child to this element.
static XMLElement XMLCoverageWriter.createChild(XMLElement parent, String tagname, String name)
          Creates a child element with a name attribute.
static void XMLCoverageWriter.writeBundle(org.jacoco.core.analysis.IBundleCoverage bundle, XMLElement element)
          Writes the structure of a given bundle.
static void XMLCoverageWriter.writeCounters(org.jacoco.core.analysis.ICoverageNode node, XMLElement parent)
          Writes all non-zero counters of the given node.
 

Constructors in org.jacoco.report.internal.xml with parameters of type XMLElement
XMLGroupVisitor(XMLElement element, String name)
          New handler for a group with the given name.
 



Copyright © 2009-2016 Mountainminds GmbH & Co. KG. All Rights Reserved.