Unit 'flcHTMLLexer' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

ThtmlTokenType

Declaration

Source position: flcHTMLLexer.pas line 71

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

  

);



CT Web help

CodeTyphon Studio