Home
last modified time | relevance | path

Searched refs:ElementImpl (Results 1 – 4 of 4) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DIElement.java30 return new ElementImpl (tag, AttributeSet.create ()); in create()
35 return new ElementImpl (tag, attrs); in create()
39 static class ElementImpl extends ISimpleElement.Factory.SimpleElementImpl class in IElement.Factory
110 ElementImpl (final Tag tag, final AttributeSet attrs) in ElementImpl() method in IElement.Factory.ElementImpl
DHTMLTable.java16 final class HTMLTable extends IElement.Factory.ElementImpl
87 private static class Cell extends IElement.Factory.ElementImpl
105 private static class Row extends IElement.Factory.ElementImpl
DHyperRef.java15 public class HyperRef extends IElement.Factory.ElementImpl
DHTMLDocument.java18 final class HTMLDocument extends IElement.Factory.ElementImpl