This unit allows
you to parse HTML code, extract HTML elements and NAME=Value
pairs. Unit contains THtmlParser class and 3 functions
HTML parser Main Features:
-
Press retrieve button and load
source HTML code into memo
-
Extract tags from HTML source
with NAME=VALUE elements
-
Study NAME=VALUE elements
-
Return specific URL type
TUrlType = ( utUnknow, utHtmlLink, utText, utImage, utOther);
-
Split URL string in to it
components: Protocol, Domain, Port, Directory, Document
-
Expands URL depends on BaseURL
|

|