JVCL Help:TJvHTMLParser

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvHTMLParser
run\JvHtmlParser.pas


Summary

Implements an HTML parser.

run\JvHtmlParser.pas


Pascal

 run\JvHtmlParser.pas
 TJvHTMLParser = class(TJvComponent);


Description

  1. 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.

run\JvHtmlParser.pas


See Also

TJvHTMLParser.Content, TJvHTMLParser.FileName, TJvHTMLParser.AnalyseString, TJvHTMLParser.AnalyseFile, TJvHTMLParser.AddCondition, TJvHTMLParser.ClearConditions, TJvHTMLParser.RemoveCondition, TJvHTMLParser.OnKeyFound, TJvHTMLParser.OnKeyFoundEx, 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