Parses lines of Hyper Text Markup Langugage (HTML) to determine how the syntax is highlighted.

Static variables

@:value(0x12)staticfinalread onlySCRIPT_CLOSE_TAG:Int = 0x12

@:value(0x1000)staticfinalread onlySCRIPT_MASK:Int = 0x1000

@:value(0x11)staticfinalread onlySCRIPT_OPEN_TAG:Int = 0x11

@:value(0x22)staticfinalread onlySTYLE_CLOSE_TAG:Int = 0x22

@:value(0x2000)staticfinalread onlySTYLE_MASK:Int = 0x2000

@:value(0x21)staticfinalread onlySTYLE_OPEN_TAG:Int = 0x21

Constructor

new()

Creates a new HTMLLineParser object.

Inherited Variables

Inherited Methods

Defined by ContextSwitchLineParser

parse(sourceCode:String, startLine:Int, startChar:Int, endLine:Int, endChar:Int):Array<Int>

setContext(newContext:Int):Void