JVCL Help:TJvParserInfo

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvParserInfo
run\JvHtmlParser.pas


Summary

Represents an HTML tag definition and conditional parsing used by the TJvHTMLParser component.

run\JvHtmlParser.pas


Pascal

 run\JvHtmlParser.pas
 TJvParserInfo = class(TObject);


Description

TJvParserInfo is a TObject descendant that represents an HTML tag and the conditional parsing defined for the TJvHTMLParser component. Member variables in TJvParserInfo indicate the HTML start and end tags used by the parser, and the textual content required in the context of the HTML tag.
TJvParserInfo instances are created for use in TJvHTMLParser when the AddCondition method is called. TJvParserInfo instances are also created when TJvParserInfo is loaded using the Delphi component streaming mechanism and the Parser definition contains values set at design-time.

run\JvHtmlParser.pas


See Also

TJvHTMLParser.AddCondition, TJvHTMLParser.Parser

run\JvHtmlParser.pas


About

Navigation

run\JvHtmlParser.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page