Packageat.fhjoanneum.dmt.umj.core.content.entities
Classpublic class TagCollection
InheritanceTagCollection Inheritance mx.collections.ArrayCollection

This is a Subclass of ArrayCollection and provides all mechancis to hold, search and check for Tags within one ContentElement

Default MXML Propertysource



Public Methods
 MethodDefined By
  
TagCollection(source:Array = null)
TagCollection
  
addTag(tagToAdd:Tag):void
TagCollection
  
checkForTag(tagToFind:String):Boolean
TagCollection
  
checkForTags(tagToFindColl:TagCollection):Boolean
TagCollection
  
TagCollection
Constructor Detail
TagCollection()Constructor
public function TagCollection(source:Array = null)



Parameters
source:Array (default = null)
Method Detail
addTag()method
public function addTag(tagToAdd:Tag):void

Parameters

tagToAdd:Tag

checkForTag()method 
public function checkForTag(tagToFind:String):Boolean

Parameters

tagToFind:String

Returns
Boolean
checkForTags()method 
public function checkForTags(tagToFindColl:TagCollection):Boolean

Parameters

tagToFindColl:TagCollection

Returns
Boolean
getXMLNodeRepresentation()method 
public function getXMLNodeRepresentation():String

Returns
String