ThtmlParser Class

Represents type ThtmlParser.

Namespace: flcHTMLParser
TComponent
  flcHTMLParser.ThtmlParser
    flcHTMLParser.TfclHTMLParser
type
 ThtmlParser = class(TComponent)
 end;

The ThtmlParser type exposes the following members.

Show:
 NameDescription
Create(TComponent)

Initializes a new instance of the ThtmlParser class.

Destroy

Represents the destructor of the ThtmlParser class.

Top
Show:
 NameDescription
Document

Represents property Document.

Encoding

Represents property Encoding.

FileName

Represents property FileName.

Options

Represents property Options.

RawText

Represents property RawText.

State

Represents property State.

Top
Show:
 NameDescription
CreateCDATA(String)

Represents method CreateCDATA(String).

CreateCharRef(LongWord,Boolean)

Represents method CreateCharRef(LongWord,Boolean).

CreateComment(StringArray)

Represents method CreateComment(StringArray).

CreateDeclaration(String,String)

Represents method CreateDeclaration(String,String).

CreateElement(ThtmlTagID,String)

Represents method CreateElement(ThtmlTagID,String).

CreateEmptyComment

Represents method CreateEmptyComment.

CreateEntityRef(String,Boolean)

Represents method CreateEntityRef(String,Boolean).

CreateLineBreak

Represents method CreateLineBreak.

CreateMarkedSection(String)

Represents method CreateMarkedSection(String).

CreatePI(String,String)

Represents method CreatePI(String,String).

CreateText(ThtmlParserTextContext,String)

Represents method CreateText(ThtmlParserTextContext,String).

GetNextToken

Represents method GetNextToken.

GetTokenStr

Represents method GetTokenStr.

LogMessage(ThtmlParserMessageType,String)

Represents method LogMessage(ThtmlParserMessageType,String).

LogUnexpectedToken

Represents method LogUnexpectedToken.

LogUnmatchedEndTag(ThtmlTagID,String)

Represents method LogUnmatchedEndTag(ThtmlTagID,String).

ParseCDATA

Represents method ParseCDATA.

ParseComment

Represents method ParseComment.

ParseContentText

Represents method ParseContentText.

ParseDeclaration

Represents method ParseDeclaration.

ParseDocument

Represents method ParseDocument.

ParseEndTag

Represents method ParseEndTag.

ParseLineBreak

Represents method ParseLineBreak.

ParseMarkedSection

Represents method ParseMarkedSection.

ParsePI

Represents method ParsePI.

ParsePlainText

Represents method ParsePlainText.

ParseStartTag

Represents method ParseStartTag.

ParseTagAttribute(ThtmlTagID,String,AhtmlElement,ThtmlAttrID,String,String)

Represents method ParseTagAttribute(ThtmlTagID,String,AhtmlElement,ThtmlAttrID,String,String).

ParseTagAttributes(ThtmlTagID,String,AhtmlElement)

Represents method ParseTagAttributes(ThtmlTagID,String,AhtmlElement).

ParseTagAttributeValue(ThtmlElementAttribute)

Represents method ParseTagAttributeValue(ThtmlElementAttribute).

ParseText(ThtmlParserTextContext,String)

Represents method ParseText(ThtmlParserTextContext,String).

ParseToken

Represents method ParseToken.

ResolveRef(String)

Represents method ResolveRef(String).

TriggerDocumentObject(AhtmlObject)

Represents method TriggerDocumentObject(AhtmlObject).

TriggerElementClose(ThtmlOpenElementInfo)

Represents method TriggerElementClose(ThtmlOpenElementInfo).

TriggerElementOpen(ThtmlOpenElementInfo)

Represents method TriggerElementOpen(ThtmlOpenElementInfo).

Top
Show:
 NameDescription
OnCDATA

Represents property OnCDATA.

OnComment

Represents property OnComment.

OnDeclaration

Represents property OnDeclaration.

OnDocumentObject

Represents property OnDocumentObject.

OnElementClose

Represents property OnElementClose.

OnElementOpen

Represents property OnElementOpen.

OnEndTag

Represents property OnEndTag.

OnLineBreak

Represents property OnLineBreak.

OnMarkedSection

Represents property OnMarkedSection.

OnMessage

Represents property OnMessage.

OnProcessingInstr

Represents property OnProcessingInstr.

OnResolveEntityRef

Represents property OnResolveEntityRef.

OnStartTag

Represents property OnStartTag.

OnStartTagAttributes

Represents property OnStartTagAttributes.

OnText

Represents property OnText.

OnToken

Represents property OnToken.

OnTokenStr

Represents property OnTokenStr.

OnUnresolvedText

Represents property OnUnresolvedText.

Top
Show:
 NameDescription
FEncoding

Represents field FEncoding.

FFileName

Represents field FFileName.

FLexer

Represents field FLexer.

FOnCDATA

Represents field FOnCDATA.

FOnComment

Represents field FOnComment.

FOnDeclaration

Represents field FOnDeclaration.

FOnDocumentObject

Represents field FOnDocumentObject.

FOnElementClose

Represents field FOnElementClose.

FOnElementOpen

Represents field FOnElementOpen.

FOnEndTag

Represents field FOnEndTag.

FOnLineBreak

Represents field FOnLineBreak.

FOnMarkedSection

Represents field FOnMarkedSection.

FOnMessage

Represents field FOnMessage.

FOnProcessingInstr

Represents field FOnProcessingInstr.

FOnResolveEntityRef

Represents field FOnResolveEntityRef.

FOnStartTag

Represents field FOnStartTag.

FOnStartTagAttributes

Represents field FOnStartTagAttributes.

FOnText

Represents field FOnText.

FOnToken

Represents field FOnToken.

FOnTokenStr

Represents field FOnTokenStr.

FOnUnresolvedText

Represents field FOnUnresolvedText.

FOptions

Represents field FOptions.

FRawText

Represents field FRawText.

FState

Represents field FState.

FTokenType

Represents field FTokenType.

Top