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  | Online Demo  | Download  | Order  | History 
 

HTML Parser

Features  | Detailed Description 
 

The HTML Parser is an ActiveX component from the Clever Internet ActiveX 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

Set txtFile = o.OpenTextFile("c:\document.html")
clHtmlParser1.Parse txtFile.ReadAll

Dim frm As IclHtmlForm
Set frm = clHtmlParser1.Forms.item(0)
Set editor = frm.Controls.TagByAttributeName("input", "id", "birthdate")

Extract URL details in just few lines of code

Dim link As IclHtmlLink
Set link = clHtmlParser1.Links(linkNo)

MsgBox "Href: " + link.Href + vbNewLine + _
   "Target: " + link.Target + vbNewLine + _
   "Text: " + link.LinkText

Samples in VB, C++, C# and VB.NET

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

Interested?

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