FileDocCategorySizeDatePackage
ElementTargetAttributes.javaAPI DocAndroid 1.5 API1327Wed May 06 22:42:46 BST 2009org.w3c.dom.smil

ElementTargetAttributes

public interface ElementTargetAttributes
This interface define the set of animation target extensions.

Fields Summary
public static final short
ATTRIBUTE_TYPE_AUTO
public static final short
ATTRIBUTE_TYPE_CSS
public static final short
ATTRIBUTE_TYPE_XML
Constructors Summary
Methods Summary
public java.lang.StringgetAttributeName()
The name of the target attribute.

public shortgetAttributeType()
A code representing the value of the attributeType attribute, as defined above. Default value is ATTRIBUTE_TYPE_CODE .

public voidsetAttributeName(java.lang.String attributeName)

public voidsetAttributeType(short attributeType)