JVCL Help:TJvParserInfo
JVCL Help: TJvParserInfo Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvParserInfo
run\JvHtmlParser.pas
Summary
Represents an HTML tag definition and conditional parsing used by the TJvHTMLParser component.
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.
See Also
TJvHTMLParser.AddCondition, TJvHTMLParser.Parser
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