HTMLParser 1

By William Yang

Freeware 31 Jul 2007

In category

Components > Internet > HTML, XML and so on

Description

"Delphi HTMLParser is an object I written quite while ago, when I was making an HTML Editor. (Some of you might heard of it, its called "Javascript Editor", later I called it "iCoder"). HTMLParser is not a wrapper for IEParser. It’s completely built from ground up. Everything is written in Delphi.

HTMLParser is really easy to use. When HTML content is parsed by HTMLParser, you can access HTML Element, whether it’s a HTML tag or plain text with tags. It also support methods similar to DOM objects, like method to access innerText within an tag.

HTMLParser support in-object changes. Tags can be read and written, so you can make changes to HTML you parsed. Any changes you make to the tags, you can get the final amended HTML from HTMLParser.

Not only it parses HTML Content, it also does it on a incremental level. This is very useful if you are on a network connection, allowing partial parsing of a whole HTML file.

Overall its a very easy to use HTMLParser object written in Delphi, it can be used to process HTML content, and can used to modify the content on a very detailed level."

Informations

  • Status: Fully functional
  • Source: FW
  • Size: 20 537kB

Platforms:

  • Delphi 4
  • Delphi 5
  • Delphi 6
  • Delphi 7

Downloads