Home
last modified time | relevance | path

Searched refs:SimpleElementImpl (Results 1 – 2 of 2) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DISimpleElement.java30 return new SimpleElementImpl (tag, AttributeSet.create ()); in create()
35 return new SimpleElementImpl (tag, attrs); in create()
38 static class SimpleElementImpl implements ISimpleElement class in ISimpleElement.Factory
79 SimpleElementImpl (final Tag tag, final AttributeSet attrs) in SimpleElementImpl() method in ISimpleElement.Factory.SimpleElementImpl
DIElement.java39 static class ElementImpl extends ISimpleElement.Factory.SimpleElementImpl