| Package | net.anirudh.as3syntaxhighlight |
| Class | public class CodePrettyPrint |
| Inheritance | CodePrettyPrint Object |
| Property | Defined By | ||
|---|---|---|---|
| mainDecorations : Array | CodePrettyPrint | ||
| Method | Defined By | ||
|---|---|---|---|
| CodePrettyPrint | |||
prettyPrintOne(sourceCodeHtml:String, opt_langExtension:String, buildHTML:Boolean = false):String | CodePrettyPrint | ||
textToHtml(str:String):String escapest html special characters to html. | CodePrettyPrint | ||
| mainDecorations | property |
public var mainDecorations:Array| CodePrettyPrint | () | Constructor |
public function CodePrettyPrint()| prettyPrintOne | () | method |
public function prettyPrintOne(sourceCodeHtml:String, opt_langExtension:String, buildHTML:Boolean = false):StringParameters
sourceCodeHtml:String | |
opt_langExtension:String | |
buildHTML:Boolean (default = false) |
String |
| textToHtml | () | method |
public function textToHtml(str:String):Stringescapest html special characters to html.
Parameters
str:String |
String |