Searched defs:tfoot (Results 1 - 1 of 1) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
H A DHTMLElement.java293 * Creates a 'tfoot' element.
295 * @return 'tfoot' element
299 public HTMLElement tfoot() throws IOException { method in class:HTMLElement
300 return element("tfoot");

Completed in 7406 milliseconds