Packagecom.doitflash.text
Classpublic final class FmlParser
InheritanceFmlParser Inheritance Object

This parser will find and read familiar tags in your script based on what is available in TagLibrary class and translate them to somethin readable by flash. This class is internally used by TextArea class. Copyright 2011, DoItFlash. All rights reserved. This work is subject to the terms and software agreements in http://www.doitflash.com/.



Public Properties
 PropertyDefined By
  assetsPath : String
FmlParser
  parsedTxt : String
[read-only] indicates the parsed text information.
FmlParser
  serverPath : String
FmlParser
Public Methods
 MethodDefined By
  
FmlParser($mainParser:Boolean = false)
FmlParser
  
parse($str:String, $targetTag:String = null):Object
FmlParser
Property Detail
assetsPathproperty
assetsPath:String


Implementation
    public function get assetsPath():String
    public function set assetsPath(value:String):void
parsedTxtproperty 
parsedTxt:String  [read-only]

indicates the parsed text information. it will be available after you called the parse method.


Implementation
    public function get parsedTxt():String

See also

serverPathproperty 
serverPath:String


Implementation
    public function get serverPath():String
    public function set serverPath(value:String):void
Constructor Detail
FmlParser()Constructor
public function FmlParser($mainParser:Boolean = false)



Parameters
$mainParser:Boolean (default = false)
Method Detail
parse()method
public function parse($str:String, $targetTag:String = null):Object

Parameters

$str:String
 
$targetTag:String (default = null)

Returns
Object