Searched refs:IElement (Results 1 – 5 of 5) sorted by relevance
18 final class HTMLDocument extends IElement.Factory.ElementImpl32 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 …]
16 final class HTMLTable extends IElement.Factory.ElementImpl20 public static interface ICell extends IElement26 public static interface IRow extends IElement48 m_caption = IElement.Factory.create (Tag.CAPTION); in setCaption()87 private static class Cell extends IElement.Factory.ElementImpl105 private static class Row extends IElement.Factory.ElementImpl129 private IElement m_caption;
20 interface IElement extends ISimpleElement, IElementList interface24 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 IElement99 public IElement setText (final String text, final boolean nbsp) in setText()
15 public class HyperRef extends IElement.Factory.ElementImpl
346 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()