Site Map Email Us Home
 
All Products
Clever Internet Suite
Clever Internet .NET Suite
Clever Internet ActiveX Suite
Clever Keyboard Indicator
Database Comparer
Database Comparer VCL
Database Comparer ActiveX
Interbase DataPump
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 

Best Offer for Delphi / C++ Builder Developers

 

Buy FIBPlus at discount price !

 
 
Products Articles Downloads Order Support
Components  | Samples  | FAQ  | Download  | Order  | History 
 

HTML Parser

Features  | Detailed Description 
 

The HTML Parser is a component from the Clever Internet Suite library.
It allows you to parse HTML document and extract URL, FORM and other HTML tag collections with their attributes according to w3c HTML specification.

Features:

  • Parse all HTML tags including A, IMG, TABLE, FORM and many more
  • Extract Links, Images, Frames, Tables with Rows and Cells, Forms with Controls
  • Extract HTML Text Content
  • Tag position in HTML source
  • Parse Incorrect or badly formatted HTML
  • Free one year upgrades and support

Search based on tag types and attribute values

html.LoadFromFile(OpenDialog1.FileName);
clHtmlParser1.Parse(html);

title := clHtmlParser1.Tags.TagByName('title');

editor := clHtmlParser1.Forms[0].Controls.TagByAttributeName('input', 'id', 'birthdate');

Extract URL details in just few lines of code

link := clHtmlParser1.Links[linkNo];

ShowMessage(
   'Href: ' + link.Href + #13#10 +
   'Target: ' + link.Target + #13#10 +
   'Text: ' + link.LinkText + #13#10);

Samples in Delphi and C++Builder

Please see the Demos code (HtmlParser) and also the indexed Help documentation provided with the Clever Internet Suite installation to learn more about using this component in your application.

Complete Delphi source code

When Purchasing the Clever Internet Suite you receive the full sources for all suite components and also free unlimited support.

Interested?

 
Home  | Site Map  | Products  | Articles  | Downloads  | Order  | Support
 
    Copyright © 2000-2007