ThtmlLexicalParser Class

Represents type ThtmlLexicalParser.

Namespace: flcHTMLLexer
TComponent
  flcHTMLLexer.ThtmlLexicalParser
    flcHTMLLexer.TfclHtmlLexicalParser
type
 ThtmlLexicalParser = class(TComponent)
 end;

The ThtmlLexicalParser type exposes the following members.

Show:
 NameDescription
Create(TComponent)

Initializes a new instance of the ThtmlLexicalParser class.

Destroy

Represents the destructor of the ThtmlLexicalParser class.

Top
Show:
 NameDescription
Aborted

Represents property Aborted.

AttrID

Represents property AttrID.

Encoding

Represents property Encoding.

FileName

Represents property FileName.

Options

Represents property Options.

TagID

Represents property TagID.

Text

Represents property Text.

TokenCount

Represents property TokenCount.

TokenStr

Represents property TokenStr.

TokenType

Represents property TokenType.

TokenTypeDescription

Represents property TokenTypeDescription.

TokenTypeIDStr

Represents property TokenTypeIDStr.

Top
Show:
 NameDescription
Abort

Represents method Abort.

GetNextToken

Represents method GetNextToken.

Parse

Represents method Parse.

Reset

Represents method Reset.

Top
Show:
 NameDescription
OnComment

Represents property OnComment.

OnContentTextU

Represents property OnContentTextU.

OnEndTag

Represents property OnEndTag.

OnEndTagStr

Represents property OnEndTagStr.

OnStartTag

Represents property OnStartTag.

OnStartTagStr

Represents property OnStartTagStr.

OnTagAttr

Represents property OnTagAttr.

OnTagAttrStr

Represents property OnTagAttrStr.

OnTagAttrValue

Represents property OnTagAttrValue.

OnText

Represents property OnText.

OnToken

Represents property OnToken.

OnTokenStr

Represents property OnTokenStr.

Top
Show:
 NameDescription
FAborted

Represents field FAborted.

FAttributeValue

Represents field FAttributeValue.

FAttrID

Represents field FAttrID.

FEncoding

Represents field FEncoding.

FFileName

Represents field FFileName.

FGetAttributeValue

Represents field FGetAttributeValue.

FHasTokenStr

Represents field FHasTokenStr.

FInAttributeValue

Represents field FInAttributeValue.

FLexer

Represents field FLexer.

FOnComment

Represents field FOnComment.

FOnContentText

Represents field FOnContentText.

FOnEndTag

Represents field FOnEndTag.

FOnEndTagStr

Represents field FOnEndTagStr.

FOnStartTag

Represents field FOnStartTag.

FOnStartTagStr

Represents field FOnStartTagStr.

FOnTagAttr

Represents field FOnTagAttr.

FOnTagAttrStr

Represents field FOnTagAttrStr.

FOnTagAttrValue

Represents field FOnTagAttrValue.

FOnText

Represents field FOnText.

FOnToken

Represents field FOnToken.

FOnTokenStr

Represents field FOnTokenStr.

FOptions

Represents field FOptions.

FTagID

Represents field FTagID.

FText

Represents field FText.

FTokenStr

Represents field FTokenStr.

FTokenType

Represents field FTokenType.

Top