HomeSort by relevance Sort by last modified time
    Searched defs:IElement (Results 1 - 4 of 4) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
IElement.java 7 * $Id: IElement.java,v 1.1.1.1 2004/05/09 16:57:41 vlad_r Exp $
20 interface IElement extends ISimpleElement, IElementList
24 IElement setText (String text, boolean nbsp); // size() is 0 after this
28 public static IElement create (final Tag tag)
33 public static IElement create (final Tag tag, final AttributeSet attrs)
40 implements IElement
99 public IElement setText (final String text, final boolean nbsp)
HTMLDocument.java 18 final class HTMLDocument extends IElement.Factory.ElementImpl
32 super.add (m_head = IElement.Factory.create (Tag.HEAD));
33 super.add (m_body = IElement.Factory.create (Tag.BODY));
52 final IElement titleElement = IElement.Factory.create (Tag.TITLE).setText (title, false);
64 public IElement getHead ()
69 public IElement getBody ()
120 final IElement style = IElement.Factory.create (Tag.STYLE);
155 final IElement h = IElement.Factory.create (Hl)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 346 final IElement itemname = IElement.Factory.create (Tag.SPAN);
463 final IElement itemname = IElement.Factory.create (Tag.SPAN);
640 final IElement itemname = IElement.Factory.create (Tag.SPAN);
772 private IElement addPageHeader (final HTMLDocument page, final IItem item, final IItem [] path)
812 private IElement addPageFooter (final HTMLDocument page, final IItem item, final IItem [] path)
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 7853 milliseconds