FileDocCategorySizeDatePackage
SmilElementImpl.javaAPI DocAndroid 1.5 API1422Wed May 06 22:42:46 BST 2009com.android.mms.dom.smil

SmilElementImpl

public class SmilElementImpl extends com.android.mms.dom.ElementImpl implements org.w3c.dom.smil.SMILElement

Fields Summary
Constructors Summary
SmilElementImpl(SmilDocumentImpl owner, String tagName)
This constructor is used by the factory methods of the SmilDocument.

param
owner The SMIL document to which this element belongs to
param
tagName The tag name of the element

        super(owner, tagName.toLowerCase());
    
Methods Summary
public java.lang.StringgetId()

        // TODO Auto-generated method stub
        return null;
    
public voidsetId(java.lang.String id)

        // TODO Auto-generated method stub