Package com.brightcove.player.model
Class Element
- java.lang.Object
-
- com.brightcove.player.model.Element
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
StyledElement
public class Element extends java.lang.Object implements java.io.SerializableProvides a common representation for TTML elements.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringid
-
Constructor Summary
Constructors Constructor Description Element()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetID()The identifier of the element.voidsetID(java.lang.String id)The identifier of the element.
-