Searched refs:ElementImpl (Results 1 – 2 of 2) sorted by relevance
23 import com.android.mms.dom.ElementImpl;25 public class SmilElementImpl extends ElementImpl implements SMILElement {
27 public class ElementImpl extends NodeImpl implements Element { class35 protected ElementImpl(DocumentImpl owner, String tagName) { in ElementImpl() method in ElementImpl