ThtmlTokenType Enumeration

Represents type ThtmlTokenType.

Namespace: flcHTMLLexer
type
 ThtmlTokenType = (
 htNone,
 htEOF,
 htText,
 htLineBreak,
 htCharRef,
 htCharRefHex,
 htEntityRef,
 htRefTrailer,
 htStartTag,
 htEndTag,
 htTagAttrName,
 htTagAttrValueStart,
 htTagAttrValueEnd,
 htEmptyTag,
 htComment,
 htCommentEnd,
 htEmptyComment,
 htPITarget,
 htPI,
 htDeclaration,
 htDeclarationText,
 htMarkedSection,
 htCDATA
 );

The ThtmlTokenType type exposes the following members.

Show:
 NameDescription
htCDATA

Represents constant htCDATA.

htCharRef

Represents constant htCharRef.

htCharRefHex

Represents constant htCharRefHex.

htComment

Represents constant htComment.

htCommentEnd

Represents constant htCommentEnd.

htDeclaration

Represents constant htDeclaration.

htDeclarationText

Represents constant htDeclarationText.

htEmptyComment

Represents constant htEmptyComment.

htEmptyTag

Represents constant htEmptyTag.

htEndTag

Represents constant htEndTag.

htEntityRef

Represents constant htEntityRef.

htEOF

Represents constant htEOF.

htLineBreak

Represents constant htLineBreak.

htMarkedSection

Represents constant htMarkedSection.

htNone

Represents constant htNone.

htPI

Represents constant htPI.

htPITarget

Represents constant htPITarget.

htRefTrailer

Represents constant htRefTrailer.

htStartTag

Represents constant htStartTag.

htTagAttrName

Represents constant htTagAttrName.

htTagAttrValueEnd

Represents constant htTagAttrValueEnd.

htTagAttrValueStart

Represents constant htTagAttrValueStart.

htText

Represents constant htText.

Top