| Package | org.osmf.smpte.tt.model |
| Class | public class TimedTextAttributeBase |
| Inheritance | TimedTextAttributeBase Object |
| Property | Defined By | ||
|---|---|---|---|
| localName : String | TimedTextAttributeBase | ||
| namespace : Namespace | TimedTextAttributeBase | ||
| parent : TimedTextElementBase | TimedTextAttributeBase | ||
| value : String | TimedTextAttributeBase | ||
| Method | Defined By | ||
|---|---|---|---|
| TimedTextAttributeBase | |||
getInitialStyle(property:String):Object [static] | TimedTextAttributeBase | ||
isExtensionAttribute():Boolean
Test whether this attribute is in a Timed Text Extension namespace
[deprecated] this is expected to be removed from timed text
| TimedTextAttributeBase | ||
isFeatureAttribute():Boolean
Test whether this attribute is in a Timed Text Feature namespace
| TimedTextAttributeBase | ||
isMetadataAttribute():Boolean
Test whether this attribute is in a Timed Text Metadata namespace
| TimedTextAttributeBase | ||
isParameterAttribute():Boolean
Test whether this attribute is in the Timed Text Parameter namespace
| TimedTextAttributeBase | ||
isProfileAttribute():Boolean
Test whether this attribute is in a Timed Text Parameter namespace
| TimedTextAttributeBase | ||
isStyleAttribute():Boolean
Test whether this attribute is in a Timed Text Style namespace
| TimedTextAttributeBase | ||
isTimedTextAttribute():Boolean
Test whether this attribute is in any Timed Text namespace
| TimedTextAttributeBase | ||
isXmlAttribute():Boolean
Test whether this attribute is in an intrinsic XML attribute
| TimedTextAttributeBase | ||
| localName | property |
public var localName:String| namespace | property |
public var namespace:Namespace| parent | property |
public var parent:TimedTextElementBase| value | property |
public var value:String| TimedTextAttributeBase | () | Constructor |
public function TimedTextAttributeBase()| getInitialStyle | () | method |
public static function getInitialStyle(property:String):ObjectParameters
property:String |
Object |
| isExtensionAttribute | () | method |
public function isExtensionAttribute():BooleanTest whether this attribute is in a Timed Text Extension namespace [deprecated] this is expected to be removed from timed text
ReturnsBoolean |
| isFeatureAttribute | () | method |
public function isFeatureAttribute():BooleanTest whether this attribute is in a Timed Text Feature namespace
ReturnsBoolean |
| isMetadataAttribute | () | method |
public function isMetadataAttribute():BooleanTest whether this attribute is in a Timed Text Metadata namespace
ReturnsBoolean |
| isParameterAttribute | () | method |
public function isParameterAttribute():BooleanTest whether this attribute is in the Timed Text Parameter namespace
ReturnsBoolean |
| isProfileAttribute | () | method |
public function isProfileAttribute():BooleanTest whether this attribute is in a Timed Text Parameter namespace
ReturnsBoolean |
| isStyleAttribute | () | method |
public function isStyleAttribute():BooleanTest whether this attribute is in a Timed Text Style namespace
ReturnsBoolean |
| isTimedTextAttribute | () | method |
public function isTimedTextAttribute():BooleanTest whether this attribute is in any Timed Text namespace
ReturnsBoolean |
| isXmlAttribute | () | method |
public function isXmlAttribute():BooleanTest whether this attribute is in an intrinsic XML attribute
ReturnsBoolean |