Home
last modified time | relevance | path

Searched refs:IElement (Results 1 – 5 of 5) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLDocument.java18 final class HTMLDocument extends IElement.Factory.ElementImpl
32 super.add (m_head = IElement.Factory.create (Tag.HEAD)); in HTMLDocument()
33 super.add (m_body = IElement.Factory.create (Tag.BODY)); in HTMLDocument()
52 … final IElement titleElement = IElement.Factory.create (Tag.TITLE).setText (title, false); in HTMLDocument()
64 public IElement getHead () in getHead()
69 public IElement getBody () in getBody()
120 final IElement style = IElement.Factory.create (Tag.STYLE); in addStyle()
155 final IElement h = IElement.Factory.create (Hl); in addH()
166 final IElement h = IElement.Factory.create (Hl); in addH()
175 final IElement hr = IElement.Factory.create (Tag.HR); in addHR()
[all …]
DHTMLTable.java16 final class HTMLTable extends IElement.Factory.ElementImpl
20 public static interface ICell extends IElement
26 public static interface IRow extends IElement
48 m_caption = IElement.Factory.create (Tag.CAPTION); in setCaption()
87 private static class Cell extends IElement.Factory.ElementImpl
105 private static class Row extends IElement.Factory.ElementImpl
129 private IElement m_caption;
DIElement.java20 interface IElement extends ISimpleElement, IElementList interface
24 IElement setText (String text, boolean nbsp); // size() is 0 after this in setText()
28 public static IElement create (final Tag tag) in create()
33 public static IElement create (final Tag tag, final AttributeSet attrs) in create()
40 implements IElement
99 public IElement setText (final String text, final boolean nbsp) in setText()
DHyperRef.java15 public class HyperRef extends IElement.Factory.ElementImpl
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java346 final IElement itemname = IElement.Factory.create (Tag.SPAN); in visit()
463 final IElement itemname = IElement.Factory.create (Tag.SPAN); in visit()
640 final IElement itemname = IElement.Factory.create (Tag.SPAN); in visit()
772 private IElement addPageHeader (final HTMLDocument page, final IItem item, final IItem [] path) in addPageHeader()
812 private IElement addPageFooter (final HTMLDocument page, final IItem item, final IItem [] path) in addPageFooter()
854 footer.add (IElement.Factory.create (Tag.P)); // spacer in addPageFooter()
1176 final IElement a = IElement.Factory.create (Tag.A); in embedSrcFile()