Parses lines of XML to determine how the syntax is highlighted.

Static variables

@:value(0x4)staticfinalread onlyXML_ATTR_NAME:Int = 0x4

@:value(0x7)staticfinalread onlyXML_ATTR_OPER:Int = 0x7

@:value(0x5)staticfinalread onlyXML_ATTR_VAL1:Int = 0x5

@:value(0x6)staticfinalread onlyXML_ATTR_VAL2:Int = 0x6

@:value(0x9)staticfinalread onlyXML_BRACKETCLOSE:Int = 0x9

@:value(0x8)staticfinalread onlyXML_BRACKETOPEN:Int = 0x8

@:value(0x3)staticfinalread onlyXML_CDATA:Int = 0x3

@:value(0x2)staticfinalread onlyXML_COMMENT:Int = 0x2

@:value(0x1)staticfinalread onlyXML_TAG:Int = 0x1

@:value(0x0)staticfinalread onlyXML_TEXT:Int = 0x0

Constructor

new()

Creates a new XMLLineParser 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