ThtmlLexerContext Enumeration

Represents type ThtmlLexerContext.

Namespace: flcHTMLLexer
type
 ThtmlLexerContext = (
 lcTop,
 lcPI,
 lcDeclaration,
 lcComment,
 lcTagAttrName,
 lcTagAttrValue,
 lcTagAttrValueText,
 lcScriptText
 );

The ThtmlLexerContext type exposes the following members.

Show:
 NameDescription
lcComment

Represents constant lcComment.

lcDeclaration

Represents constant lcDeclaration.

lcPI

Represents constant lcPI.

lcScriptText

Represents constant lcScriptText.

lcTagAttrName

Represents constant lcTagAttrName.

lcTagAttrValue

Represents constant lcTagAttrValue.

lcTagAttrValueText

Represents constant lcTagAttrValueText.

lcTop

Represents constant lcTop.

Top