JVCL Help:TTagInfoList
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TTagInfoList Class
[+] JvHtmlParser.pas Classes
[+] TTagInfoList Methods
Search in JVCL Help
Search in all projectsClass Hierarchy
TTagInfoList
run\JvHtmlParser.pas
Summary
Stores offsets to HTML tags found using TJvHTMLParser.
Pascal
run\JvHtmlParser.pas
TTagInfoList = class(TList);
Description
TTagInfoList is a TList descendant used to store TTagInfo instances found during parsing of HTML using the TJvHTMLParser component.
TTagInfoList extends TList with methods needed to add and remove TTagInfo instances to the internal storage for the list.
TTagInfoList is used in the TJvHTMLParser.AnalyseString method to store offsets to the tags and their content found when parsing the HTML for the component.
See Also
TTagInfo, TJvHTMLParser.AnalyseString
About
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