JVCL Help:TTagInfoList

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TTagInfoList
run\JvHtmlParser.pas


Summary

Stores offsets to HTML tags found using TJvHTMLParser.

run\JvHtmlParser.pas


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.

run\JvHtmlParser.pas


See Also

TTagInfo, TJvHTMLParser.AnalyseString

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