public interface

ElementTargetAttributes

org.w3c.dom.smil.ElementTargetAttributes
Known Indirect Subclasses

Class Overview

This interface define the set of animation target extensions.

Summary

Constants
short ATTRIBUTE_TYPE_AUTO
short ATTRIBUTE_TYPE_CSS
short ATTRIBUTE_TYPE_XML
Public Methods
abstract String getAttributeName()
The name of the target attribute.
abstract short getAttributeType()
A code representing the value of the attributeType attribute, as defined above.
abstract void setAttributeName(String attributeName)
abstract void setAttributeType(short attributeType)

Constants

public static final short ATTRIBUTE_TYPE_AUTO

Constant Value: 0 (0x00000000)

public static final short ATTRIBUTE_TYPE_CSS

Constant Value: 1 (0x00000001)

public static final short ATTRIBUTE_TYPE_XML

Constant Value: 2 (0x00000002)

Public Methods

public abstract String getAttributeName ()

The name of the target attribute.

public abstract short getAttributeType ()

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

public abstract void setAttributeName (String attributeName)

public abstract void setAttributeType (short attributeType)