Packageorg.osmf.smpte.tt.model
Classpublic class TimedTextAttributeBase
InheritanceTimedTextAttributeBase Inheritance Object



Public Properties
 PropertyDefined By
  localName : String
TimedTextAttributeBase
  namespace : Namespace
TimedTextAttributeBase
  parent : TimedTextElementBase
TimedTextAttributeBase
  value : String
TimedTextAttributeBase
Public Methods
 MethodDefined By
  
TimedTextAttributeBase
  
getInitialStyle(property:String):Object
[static]
TimedTextAttributeBase
  
Test whether this attribute is in a Timed Text Extension namespace [deprecated] this is expected to be removed from timed text
TimedTextAttributeBase
  
Test whether this attribute is in a Timed Text Feature namespace
TimedTextAttributeBase
  
Test whether this attribute is in a Timed Text Metadata namespace
TimedTextAttributeBase
  
Test whether this attribute is in the Timed Text Parameter namespace
TimedTextAttributeBase
  
Test whether this attribute is in a Timed Text Parameter namespace
TimedTextAttributeBase
  
Test whether this attribute is in a Timed Text Style namespace
TimedTextAttributeBase
  
Test whether this attribute is in any Timed Text namespace
TimedTextAttributeBase
  
isXmlAttribute():Boolean
Test whether this attribute is in an intrinsic XML attribute
TimedTextAttributeBase
Property Detail
localNameproperty
public var localName:String

namespaceproperty 
public var namespace:Namespace

parentproperty 
public var parent:TimedTextElementBase

valueproperty 
public var value:String

Constructor Detail
TimedTextAttributeBase()Constructor
public function TimedTextAttributeBase()



Method Detail
getInitialStyle()method
public static function getInitialStyle(property:String):Object

Parameters

property:String

Returns
Object
isExtensionAttribute()method 
public function isExtensionAttribute():Boolean

Test whether this attribute is in a Timed Text Extension namespace [deprecated] this is expected to be removed from timed text

Returns
Boolean
isFeatureAttribute()method 
public function isFeatureAttribute():Boolean

Test whether this attribute is in a Timed Text Feature namespace

Returns
Boolean
isMetadataAttribute()method 
public function isMetadataAttribute():Boolean

Test whether this attribute is in a Timed Text Metadata namespace

Returns
Boolean
isParameterAttribute()method 
public function isParameterAttribute():Boolean

Test whether this attribute is in the Timed Text Parameter namespace

Returns
Boolean
isProfileAttribute()method 
public function isProfileAttribute():Boolean

Test whether this attribute is in a Timed Text Parameter namespace

Returns
Boolean
isStyleAttribute()method 
public function isStyleAttribute():Boolean

Test whether this attribute is in a Timed Text Style namespace

Returns
Boolean
isTimedTextAttribute()method 
public function isTimedTextAttribute():Boolean

Test whether this attribute is in any Timed Text namespace

Returns
Boolean
isXmlAttribute()method 
public function isXmlAttribute():Boolean

Test whether this attribute is in an intrinsic XML attribute

Returns
Boolean