Packagenet.anirudh.as3syntaxhighlight
Classpublic class CodePrettyPrint
InheritanceCodePrettyPrint Inheritance Object



Public Properties
 PropertyDefined By
  mainDecorations : Array
CodePrettyPrint
Public Methods
 MethodDefined By
  
CodePrettyPrint
  
prettyPrintOne(sourceCodeHtml:String, opt_langExtension:String, buildHTML:Boolean = false):String
CodePrettyPrint
  
textToHtml(str:String):String
escapest html special characters to html.
CodePrettyPrint
Property Detail
mainDecorationsproperty
public var mainDecorations:Array

Constructor Detail
CodePrettyPrint()Constructor
public function CodePrettyPrint()



Method Detail
prettyPrintOne()method
public function prettyPrintOne(sourceCodeHtml:String, opt_langExtension:String, buildHTML:Boolean = false):String

Parameters

sourceCodeHtml:String
 
opt_langExtension:String
 
buildHTML:Boolean (default = false)

Returns
String
textToHtml()method 
public function textToHtml(str:String):String

escapest html special characters to html.

Parameters

str:String

Returns
String