JVCL Help:TJvHTMLParser
JVCL Help: TJvHTMLParser Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvHTMLParser
run\JvHtmlParser.pas
Summary
Implements an HTML parser.
Pascal
run\JvHtmlParser.pas
TJvHTMLParser = class(TJvComponent);
Description
- JVCLInfo
TJvHTMLParser is a TJvComponent descendant that implements an HTML parser. HTML Content can specified using a string value or loaded from a specified file.
TJvHTMLParser contains properties and methods needed to define HTML tags and conditional parsing performed when analyzing the HTML Content passed to the parser.
Use AddCondition, ClearConditions, and RemoveCondition to maintain HTML tag definitions at run-time.
Use Parser to specify the HTML tag definition(s) at design-time.
Use OnKeyFound or OnKeyFoundEx to respond to event notifications that occur when an HTML is encountered during parsing using the component.
See Also
TJvHTMLParser.Content, TJvHTMLParser.FileName, TJvHTMLParser.AnalyseString, TJvHTMLParser.AnalyseFile, TJvHTMLParser.AddCondition, TJvHTMLParser.ClearConditions, TJvHTMLParser.RemoveCondition, TJvHTMLParser.OnKeyFound, TJvHTMLParser.OnKeyFoundEx, 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