Home
last modified time | relevance | path

Searched refs:ISimpleElement (Results 1 – 3 of 3) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DISimpleElement.java18 interface ISimpleElement extends IContent interface
23 ISimpleElement setClass (String classID); in setClass()
28 public static ISimpleElement create (final Tag tag) in create()
33 public static ISimpleElement create (final Tag tag, final AttributeSet attrs) in create()
38 static class SimpleElementImpl implements ISimpleElement
50 public ISimpleElement setClass (final String classID) in setClass()
DHTMLDocument.java38 final ISimpleElement meta = ISimpleElement.Factory.create (Tag.META); in HTMLDocument()
140 final ISimpleElement link = ISimpleElement.Factory.create (Tag.LINK); in addLINK()
DIElement.java20 interface IElement extends ISimpleElement, IElementList
39 static class ElementImpl extends ISimpleElement.Factory.SimpleElementImpl